File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
whiteboard/whiteboard-ps/whiteboard Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -65,20 +65,21 @@ The object to use as Whiteboard Settings. Should be retrieved via Get-Whiteboard
65
65
66
66
Example of settings objects:
67
67
68
- ` ` ` powershell
69
- isClaimEnabled : True
70
- privacySettings : @{telemetryDataPolicy=Optional; isEnabledConnectedServices=True}
71
- tenantMetadata : @{isGovUser=False; isEduUser=False}
72
- isSharePointDefault : False
73
- isSharePointDefaultGa : True
74
- isSharePointDefaultRolledOut : True
75
- isAzureBlocked : False
76
- licenseCheckInformation : Success
77
- isFluidMigrationEnabled : False
78
- isTenantAdminMigrationEnabled : True
79
- isEnabled : True
80
- isEnabledGa : True
81
- ` ` `
68
+ | Object | Value |
69
+ |:-------|:------|
70
+ | isClaimEnabled | True |
71
+ | privacySettings | @{telemetryDataPolicy=Optional; isEnabledConnectedServices=True} |
72
+ | tenantMetadata | @{isGovUser=False; isEduUser=False} |
73
+ | isSharePointDefault | False |
74
+ | isSharePointDefaultGa | True |
75
+ | isSharePointDefaultRolledOut | True |
76
+ | isAzureBlocked | False |
77
+ | licenseCheckInformation | Success |
78
+ | isFluidMigrationEnabled | False |
79
+ | isTenantAdminMigrationEnabled | True |
80
+ | isEnabled | True |
81
+ | isEnabledGa | True |
82
+
82
83
83
84
` ` ` yaml
84
85
Type : SwitchParameter
You can’t perform that action at this time.
0 commit comments