File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
whiteboard/whiteboard-ps/whiteboard Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,22 @@ Applicable: Microsoft Whiteboard
6363
6464The object to use as Whiteboard Settings. Should be retrieved via Get-WhiteboardSettings.
6565
66+ ` ` ` yaml
67+ Type : SwitchParameter
68+ Parameter Sets : (All)
69+ Aliases :
70+
71+ Required : True
72+ Position : Named
73+ Default value : False
74+ Accept pipeline input : False
75+ Accept wildcard characters : False
76+ Applicable : Microsoft Whiteboard
77+ ` ` `
78+
6679Example of settings objects:
6780
68- ` ` ` Output
81+ ` ` ` console
6982isClaimEnabled : True
7083privacySettings : @{telemetryDataPolicy=Optional; isEnabledConnectedServices=True}
7184tenantMetadata : @{isGovUser=False; isEduUser=False}
@@ -80,18 +93,6 @@ isEnabled : True
8093isEnabledGa : True
8194` ` `
8295
83- ` ` ` yaml
84- Type : SwitchParameter
85- Parameter Sets : (All)
86- Aliases :
87-
88- Required : True
89- Position : Named
90- Default value : False
91- Accept pipeline input : False
92- Accept wildcard characters : False
93- Applicable : Microsoft Whiteboard
94- ` ` `
9596
9697### CommonParameters
9798
You can’t perform that action at this time.
0 commit comments