Skip to content

Commit 7851319

Browse files
authored
Merge branch 'master' into patch-13
2 parents f0b2d7e + d223904 commit 7851319

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
6969
[-ODBMembersCanShare <SharingState>]
7070
[-OneDriveForGuestsEnabled <Boolean>]
7171
[-OneDriveStorageQuota <Int64>]
72+
[-IsWBFluidEnabled <Boolean>]
7273
[-OrphanedPersonalSitesRetentionPeriod <Int32>]
7374
[-OwnerAnonymousNotification <Boolean>]
7475
[-PermissiveBrowserFileHandlingOverride <Boolean>]
@@ -1196,6 +1197,26 @@ Default value: None
11961197
Accept pipeline input: False
11971198
Accept wildcard characters: False
11981199
```
1200+
### -IsWBFluidEnabled
1201+
1202+
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.
1203+
1204+
The valid values are:
1205+
1206+
- $true - Administrator enabled Whiteboard for user with OneDrive for Business Users.
1207+
- $false - Administrator disable Whiteboard for user with OneDrive for Business Users.
1208+
1209+
```yaml
1210+
Type: Boolean
1211+
Parameter Sets: (All)
1212+
Aliases:
1213+
Applicable: SharePoint Online
1214+
Required: False
1215+
Position: Named
1216+
Default value: None
1217+
Accept pipeline input: False
1218+
Accept wildcard characters: False
1219+
```
11991220
12001221
### -OrphanedPersonalSitesRetentionPeriod
12011222

0 commit comments

Comments
 (0)