File tree 1 file changed +14
-15
lines changed
whiteboard/whiteboard-ps/whiteboard
1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -65,21 +65,20 @@ The object to use as Whiteboard Settings. Should be retrieved via Get-Whiteboard
65
65
66
66
Example of settings objects:
67
67
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
-
68
+ ` ` `
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
+ ` ` `
83
82
84
83
` ` ` yaml
85
84
Type : SwitchParameter
You can’t perform that action at this time.
0 commit comments