Forum
get-mailboxdatabase | add-adpermission -user testuser -extendedrights receive-as
yukarıdaki komutla yanlışlıkla testdb yerıne gerçekdb yi yazmışım ve şu an testuser butun mailboxlarda yetkili durumda.ecp den veya
Remove-MailboxPermission -Identity tanju -User testuser -AccessRights FullAccess -InheritanceType All
komutuyla kaldırıyorum ama
Get-MailboxPermission -Identity tanju
ile baktıgımda testuser hala listede çıkıyor
Isınherited False
Deny True
Durumda ama bu kullanıcıyı komple maılboxdan kaldıramazmıyım.DB den alıyor yetkıyı ama DB dekı yetkıyıde kaldırdım
şunu dene bakalım;
Remove-MailboxPermission -Identity MyMailbox -User SomeUser -AccessRights FullAccess, SendAs,ExternalAccount,DeleteItem,ReadPermission,ChangePermission,ChangeOwner -InheritanceType All
Aşagıdakı uyarı çıkıyor ve test user hala acl listde çıkıyor
warning:can' remove the access control entry on the object "cn=testuser,OU=Servis_OU,OU=Servis,DC=firmafqdn,DC=local" for account "firma\tanju" because the ace doesn't exist on the object.
hocam mailboxları disable ediyorum,tekrar enable edınce testuser kalkmış gorunuyor.
Butun mailboxları topluca nasıl disable edebılırım acaba