Skip to content

Commit 452bdab

Browse files
authored
Added missing IsWBFluidEnabled Parameter
Added missing IsWBFluidEnabled Parameter from documentation to enable or disable Whiteboard per the Microsoft documentation https://support.microsoft.com/en-us/office/enable-microsoft-whiteboard-on-onedrive-for-business-2fae9707-0c9b-42f8-a85f-9628b698ac82
1 parent 225714c commit 452bdab

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
@@ -68,6 +68,7 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
6868
[-ODBMembersCanShare <SharingState>]
6969
[-OneDriveForGuestsEnabled <Boolean>]
7070
[-OneDriveStorageQuota <Int64>]
71+
[-IsWBFluidEnabled <Boolean>]
7172
[-OrphanedPersonalSitesRetentionPeriod <Int32>]
7273
[-OwnerAnonymousNotification <Boolean>]
7374
[-PermissiveBrowserFileHandlingOverride <Boolean>]
@@ -1193,6 +1194,26 @@ Default value: None
11931194
Accept pipeline input: False
11941195
Accept wildcard characters: False
11951196
```
1197+
### -IsWBFluidEnabled
1198+
1199+
Sets weather 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.
1200+
1201+
The valid values are:
1202+
1203+
- $true - Administrator enabled Whiteboard for user with OneDrive for Business Users.
1204+
- $false - Administrator disable Whiteboard for user with OneDrive for Business Users.
1205+
1206+
```yaml
1207+
Type: Boolean
1208+
Parameter Sets: (All)
1209+
Aliases:
1210+
Applicable: SharePoint Online
1211+
Required: False
1212+
Position: Named
1213+
Default value: None
1214+
Accept pipeline input: False
1215+
Accept wildcard characters: False
1216+
```
11961217
11971218
### -OrphanedPersonalSitesRetentionPeriod
11981219

0 commit comments

Comments
 (0)