Skip to content

Commit 99c0b8e

Browse files
committed
Move table to try to get proper rendering
1 parent fc97a3e commit 99c0b8e

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

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

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,22 @@ Applicable: Microsoft Whiteboard
6363
6464
The 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+
6679
Example of settings objects:
6780
68-
```Output
81+
```console
6982
isClaimEnabled : True
7083
privacySettings : @{telemetryDataPolicy=Optional; isEnabledConnectedServices=True}
7184
tenantMetadata : @{isGovUser=False; isEduUser=False}
@@ -80,18 +93,6 @@ isEnabled : True
8093
isEnabledGa : 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

0 commit comments

Comments
 (0)