Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 **