Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
[-ODBMembersCanShare <SharingState>]
[-OneDriveForGuestsEnabled <Boolean>]
[-OneDriveStorageQuota <Int64>]
[-IsWBFluidEnabled <Boolean>]
[-OrphanedPersonalSitesRetentionPeriod <Int32>]
[-OwnerAnonymousNotification <Boolean>]
[-PermissiveBrowserFileHandlingOverride <Boolean>]
Expand Down Expand Up @@ -1196,6 +1197,26 @@ Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -IsWBFluidEnabled

Sets whether Whiteboard is enabled or disabled for OneDrive for Business users. Whiteboard on OneDrive for Business is automatically enabled for applicable Microsoft 365 tenants but can be disabled.

The valid values are:

- $true - Administrator enabled Whiteboard for user with OneDrive for Business Users.
- $false - Administrator disable Whiteboard for user with OneDrive for Business Users.

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -OrphanedPersonalSitesRetentionPeriod

Expand Down