Skip to content

Commit 59813be

Browse files
authored
Apply sugg
1 parent 55cd6b4 commit 59813be

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSite.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,23 +129,27 @@ Use this parameter to get additional property information on a site collection.
129129

130130
The following properties are returned:
131131

132-
--ResourceUsageCurrent
132+
- ResourceUsageCurrent
133133

134-
--ResourceUsageAverage
134+
- ResourceUsageAverage
135135

136-
--StorageUsageCurrent
136+
- StorageUsageCurrent
137137

138-
--LockIssue
138+
- LockIssue
139139

140-
--WebsCount
140+
- WebsCount
141141

142-
--CompatibilityLevel
142+
- CompatibilityLevel
143143

144-
--AllowSelfServiceUpgrade
144+
- AllowSelfServiceUpgrade
145145

146-
--SiteDefinedSharingCapability, (returns the stored value of the site policy.)
146+
- SiteDefinedSharingCapability
147147

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.
149153

150154
```yaml
151155
Type: SwitchParameter

0 commit comments

Comments
 (0)