I would like to apply the following PowerShell command to all users in a specific OU:
Add-MailboxFolderPermission -Identity Test:\ -User Default -AccessRights Reviewer
How do I do this?
I would like to apply the following PowerShell command to all users in a specific OU:
Add-MailboxFolderPermission -Identity Test:\ -User Default -AccessRights Reviewer