Folder permission in Outlook user's list

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
June 9th, 2015 7:09am

Command like this:

Get-Mailbox -ResultSize unlimited | Get-MailboxFolderPermission | where {$_.User -like "default" -and $_.AccessRights -like "Reviewer"}

Free Windows Admin Tool Kit Click here and download it now
June 10th, 2015 4:10am

Well, I could have posted that but it doesn't return SMTP addresses.
June 11th, 2015 1:06am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics