Exchange 2013 Outlook2013
Would you please tell me how to get the user's list which top level SMTP address in outlook give the permission "viewer" as Default? Like powershell command.
- Edited by tanale Tuesday, June 09, 2015 9:01 AM
Technology Tips and News
Exchange 2013 Outlook2013
Would you please tell me how to get the user's list which top level SMTP address in outlook give the permission "viewer" as Default? Like powershell command.
Command like this:
Get-Mailbox -ResultSize unlimited | Get-MailboxFolderPermission | where {$_.User -like "default" -and $_.AccessRights -like "Reviewer"}