Need to Set Default Calendar Permissions for users in Exchange Server 2010
Hi,
I need to set default calendar permissions for all users in the New York Office to "Reviewer". All User Active Directory Objects have the Office attribute populated with the location "New York". Also how do I get a report that show's that this has been changed for the New York users. I'm using Exchange Server 2010 and PowerShell needs to be used
I was able to generate the users.txt using powershell however when I went to set the permissions in Exchange Server 2010 I got the error message attached.
$users = get-content C:\temp\users.txt
Foreach ($User in $Users){
set-mailboxfolderpermissio
It's a \ not a /