Skip to content

Commit f6fb4a3

Browse files
Added settings yaml and object.
1 parent 8241c1c commit f6fb4a3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

whiteboard/whiteboard-ps/whiteboard/Set-WhiteboardSettings.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,34 @@ Applicable: Microsoft Whiteboard
6363
6464
The object to use as Whiteboard Settings. Should be retrieved via Get-WhiteboardSettings
6565
66+
Example of settings objects
67+
68+
isClaimEnabled : True
69+
privacySettings : @{telemetryDataPolicy=Optional; isEnabledConnectedServices=True}
70+
tenantMetadata : @{isGovUser=False; isEduUser=False}
71+
isSharePointDefault : False
72+
isSharePointDefaultGa : True
73+
isSharePointDefaultRolledOut : True
74+
isAzureBlocked : False
75+
licenseCheckInformation : Success
76+
isFluidMigrationEnabled : False
77+
isTenantAdminMigrationEnabled : True
78+
isEnabled : True
79+
isEnabledGa : True
80+
81+
```yaml
82+
Type: SwitchParameter
83+
Parameter Sets: (All)
84+
Aliases:
85+
86+
Required: True
87+
Position: Named
88+
Default value: False
89+
Accept pipeline input: False
90+
Accept wildcard characters: False
91+
Applicable: Microsoft Whiteboard
92+
```
93+
6694
### CommonParameters
6795
6896
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).

0 commit comments

Comments
 (0)