You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example removes the mailbox and the user account for the user named John Rodman. The mailbox is immediately and permanently removed from the mailbox database.
100
+
In on-premises Exchange, this example removes the mailbox and the user account for the user named John Rodman. The mailbox is immediately and permanently removed from the mailbox database.
101
101
102
102
### Example 3
103
103
```powershell
104
104
$Temp = Get-Mailbox | Where {$_.DisplayName -eq 'John Rodman'}
This example removes John Rodman's mailbox from the mailbox database after the mailbox has been disconnected from the user account. The example uses the Get-Mailbox cmdlet to retrieve the mailbox GUID value of the disconnected mailbox, which is required by the StoreMailboxIdentity parameter.
108
+
In on-premises Exchange, this example removes John Rodman's mailbox from the mailbox database after the mailbox has been disconnected from the user account. The example uses the Get-Mailbox cmdlet to retrieve the mailbox GUID value of the disconnected mailbox, which is required by the StoreMailboxIdentity parameter.
This parameter is available only in the cloud-based service.
827
833
828
-
{{ Fill BookingsExposureOfStaffDetailsRestricted Description }}
834
+
The BookingsExposureOfStaffDetailsRestricted parameter specifies whether the attributes of internal Bookings staff members (for example, email addresses) are visible to external Bookings customers. Valid values are:
835
+
836
+
- $true: Internal Bookings staff member attributes aren't visible to external Bookings customers.
837
+
- $false: Internal Bookings staff member attributes are visible to external Bookings customers.
This parameter is available only in the cloud-based service.
920
935
921
-
The BookingsSocialSharingRestricted parameter allows you to control whether, or not, your users can see social sharing options inside Bookings. Valid values are:
936
+
The BookingsSocialSharingRestricted parameter specifies whetherusers can see the social sharing options inside Bookings. Valid values are:
922
937
923
938
- $true: Social sharing options are restricted.
924
939
- $false: Users can see social sharing options inside Bookings. This is the default value.
0 commit comments