Link to home
Start Free TrialLog in
Avatar of introlux
introluxFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Office 365 Calendar Permissions

I have the following code to give individual permissions:

Add-MailboxFolderPermission -Identity user1@domain.com:\calendar -user user2@domain.com -AccessRights Editor

Is there a way how we can add all mailboxes open to everyone?

Also a method to add this as default policy?

Thanks,

introlux
Avatar of Manoj Bojewar
Manoj Bojewar
Flag of India image

Please confirm would you like to share all user calender info or full mailbox access to everyone?
ASKER CERTIFIED SOLUTION
Avatar of Vasil Michev (MVP)
Vasil Michev (MVP)
Flag of Bulgaria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of introlux

ASKER

share all user calender info
So the above script should work for you.
Will I need to always run this command for new users to have the changes applied?

Also I take it LimitedDetails is only to view, if we wanted to have reviewer rights, would you just replace LimitedDetails to Reviewer?

Thanks,

introlux
Yes, you will need to adjust this for new users. The default permissions are "AvailabilityOnly", this will simply show that the user has a meeting but not any additional details. If you want, you can grant Reviewer/Editor rights as needed, but probably not a good idea to grant them on the "Default" user. Up to you of course.
OK - So that I understand, if I was to use Editor instead of LimitedDetails. Any new users that are created, will they also have this policy? or will I need this run each time a new user is added?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial