Forum Discussion
Alistair Trigg
Apr 09, 2019Brass Contributor
Restrict user calendar to a group of users
Hi We currently enable all users to view each others calendars which works fine but what I have been asked to implement is to restrict the view for a subset of users. this subset of 40 users we w...
- Apr 09, 2019Hi!
You can archive this with powershell!
Here a blog post describing the general steps and options:
https://theitbros.com/add-calendar-permissions-in-office-365-via-powershell/amp/
Official documentation:
https://docs.microsoft.com/en-us/powershell/module/exchange/mailboxes/set-mailboxfolderpermission?view=exchange-ps
If you don’t want to do this one by one, you’ll need to write a script which imports all the affected mailboxes and users
Adam
Apr 09, 2019
Hi!
You can archive this with powershell!
Here a blog post describing the general steps and options:
https://theitbros.com/add-calendar-permissions-in-office-365-via-powershell/amp/
Official documentation:
https://docs.microsoft.com/en-us/powershell/module/exchange/mailboxes/set-mailboxfolderpermission?view=exchange-ps
If you don’t want to do this one by one, you’ll need to write a script which imports all the affected mailboxes and users
Adam
You can archive this with powershell!
Here a blog post describing the general steps and options:
https://theitbros.com/add-calendar-permissions-in-office-365-via-powershell/amp/
Official documentation:
https://docs.microsoft.com/en-us/powershell/module/exchange/mailboxes/set-mailboxfolderpermission?view=exchange-ps
If you don’t want to do this one by one, you’ll need to write a script which imports all the affected mailboxes and users
Adam
- Alistair TriggApr 09, 2019Brass Contributor
- Alistair TriggApr 11, 2019Brass ContributorHi
I said sorted and I can do it individually. Could you point me in the right direction for the script to run this for a group of users.
Thanks
Alistair