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
63
63
64
64
The object to use as Whiteboard Settings. Should be retrieved via Get-WhiteboardSettings.
65
65
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
+
66
79
Example of settings objects:
67
80
68
- ` ` ` Output
81
+ ` ` ` console
69
82
isClaimEnabled : True
70
83
privacySettings : @{telemetryDataPolicy=Optional; isEnabledConnectedServices=True}
71
84
tenantMetadata : @{isGovUser=False; isEduUser=False}
@@ -80,18 +93,6 @@ isEnabled : True
80
93
isEnabledGa : True
81
94
` ` `
82
95
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
- ` ` `
95
96
96
97
### CommonParameters
97
98
You can’t perform that action at this time.
0 commit comments