Full Calendar rights

Hi,

I would like to grant a single user full access rights all users calendars?

How would I go about this?

I know that i can do it on a per user basis using this command "Add-MailboxFolderPermission -Identity besadmin@example .com:\calendar -User blin@example.com -AccessRights Owner" will aloow user blin to access besadmin's calendar however I would like to allow blin access to all the users in the organisations calendar.

Regards

August 25th, 2015 8:29am

Hi,

Use Get-Mailbox to return all mailboxes and loop through them using ForEach-Object. You can then use your command inside the loop the apply the setting.

Free Windows Admin Tool Kit Click here and download it now
August 25th, 2015 8:33am

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

Other recent topics Other recent topics