File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -129,23 +129,27 @@ Use this parameter to get additional property information on a site collection.
129
129
130
130
The following properties are returned:
131
131
132
- -- ResourceUsageCurrent
132
+ - ResourceUsageCurrent
133
133
134
- -- ResourceUsageAverage
134
+ - ResourceUsageAverage
135
135
136
- -- StorageUsageCurrent
136
+ - StorageUsageCurrent
137
137
138
- -- LockIssue
138
+ - LockIssue
139
139
140
- -- WebsCount
140
+ - WebsCount
141
141
142
- -- CompatibilityLevel
142
+ - CompatibilityLevel
143
143
144
- -- AllowSelfServiceUpgrade
144
+ - AllowSelfServiceUpgrade
145
145
146
- --SiteDefinedSharingCapability, (returns the stored value of the site policy.)
146
+ - SiteDefinedSharingCapability
147
147
148
- --SharingCapability, (returns the effective access level, which is the site policy and the tenant policy combined.)
148
+ Returns the stored value of the site policy.
149
+
150
+ - SharingCapability
151
+
152
+ Returns the effective access level, which is the site policy and the tenant policy combined.
149
153
150
154
``` yaml
151
155
Type : SwitchParameter
You can’t perform that action at this time.
0 commit comments