File tree Expand file tree Collapse file tree
whiteboard/whiteboard-ps/whiteboard Expand file tree Collapse file tree 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
6565
6666Example of settings objects:
6767
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+
8283
8384` ` ` yaml
8485Type : SwitchParameter
You can’t perform that action at this time.
0 commit comments