Share via


Enable or Disable O365 Booking and online Payment option using PowerShell

For Office 365 Business Premium, Bookings is already turned on. All you have to do is create and publish your first booking calendar.

To turn it off, go to Office 365 Admin center > Settings > Services & add-ins > Bookings.

 

**To turn Microsoft Bookings On or Off for your Organization Using PowerShell **

** **Manage this setting by PowerShell Using MSolservice or Exchange PowerShell Module.

If You want to Enable than Use $True and if You Want to disable than $False in the below Cmdlet

 

 

**Connect-MsolService                                                                            **

**

#Enable or disable Booking**

Set-OrganizationConfig -BookingsEnabled **$True                                      **

_____________________________________________________________________________

**

# Bookings online Payments option**

Set-OrganizationConfig -BookingsPaymentsEnabled **$True                        **

**

______________________________________________________**_______________****

**

# Bookings Social Sharing option**

Set-OrganizationConfig -BookingsSocialSharingRestricted **$True               **

**

**

_____________________________________________________________________

**

# Request Staff Approval**

Set-OrganizationConfig -BookingsMembershipApprovalRequired **$True      **

https://support.office.com/en-us/article/turn-microsoft-bookings-on-or-off-for-your-organization-c27537fa-525e-47a8-aadf-9b07ee75c227