Eg: To clear contents of sync Issues folder from all users (MS Exchange 2007)
Export-Mailbox -identity
for all mailboxes/per database, below command should work.
Get-Mailbox -Database
It requires FullAccess Rights on all mailboxes for our user ID & below command can be used.
Get-Mailbox -Server "" | Add-MailboxPermission -User
No comments:
Post a Comment