Forum Discussion
Thomps_0
Apr 08, 2020Brass Contributor
How to manage a bookings site after the owner leaves the organization
I have done a bit of digging and cannot seem to find this anywhere, so I thought I would try here. I am looking to find out if there is a way to easily manage Bookings sites after a sole owner leave...
Kreera_House
Steel Contributor
Thomps_0 Ken_VUB You add a new or additional admin to the Bookings site by giving them Full Access permissions to the Bookings mailbox and they can then open the site through the Bookings web app:
Add-MailboxPermission -Identity <BookingsMailbox> -User <BookingsSiteAdminUser> -AccessRights FullAccess -InheritanceType All
LisaJo48
Mar 01, 2021Iron Contributor
Kreera,
I am an Intermediate PowerShell User at best. This sounds like what I need to do. Can you walk me through it in a bit more detail and/or refer me to a blog where it does?
Thanks
I am an Intermediate PowerShell User at best. This sounds like what I need to do. Can you walk me through it in a bit more detail and/or refer me to a blog where it does?
Thanks
- Kreera_HouseMar 01, 2021Steel Contributor
LisaJo48 With Get-Mailbox you can obtain the full name of the Scheduling mailbox the Bookings site uses. Then you can assign Full Access permissions with the cmdlet I posted above. Here is more detailed info on this cmdlet: