File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
whiteboard/whiteboard-ps/whiteboard Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,11 @@ Applicable: Microsoft Whiteboard
61
61
62
62
### -Settings
63
63
64
- The object to use as Whiteboard Settings. Should be retrieved via Get-WhiteboardSettings
64
+ The object to use as Whiteboard Settings. Should be retrieved via Get-WhiteboardSettings.
65
65
66
- Example of settings objects
66
+ Example of settings objects:
67
67
68
+ ` ` ` powershell
68
69
isClaimEnabled : True
69
70
privacySettings : @{telemetryDataPolicy=Optional; isEnabledConnectedServices=True}
70
71
tenantMetadata : @{isGovUser=False; isEduUser=False}
@@ -77,6 +78,7 @@ isFluidMigrationEnabled : False
77
78
isTenantAdminMigrationEnabled : True
78
79
isEnabled : True
79
80
isEnabledGa : True
81
+ ` ` `
80
82
81
83
` ` ` yaml
82
84
Type : SwitchParameter
You can’t perform that action at this time.
0 commit comments