Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSite.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,23 +129,27 @@ Use this parameter to get additional property information on a site collection.

The following properties are returned:

--ResourceUsageCurrent
- ResourceUsageCurrent

--ResourceUsageAverage
- ResourceUsageAverage

--StorageUsageCurrent
- StorageUsageCurrent

--LockIssue
- LockIssue

--WebsCount
- WebsCount

--CompatibilityLevel
- CompatibilityLevel

--AllowSelfServiceUpgrade
- AllowSelfServiceUpgrade

--SiteDefinedSharingCapability-returns the stored value of the site policy.
- SiteDefinedSharingCapability

--SharingCapability --returns the effective access level (the site policy and the tenant policy combined.
Returns the stored value of the site policy.

- SharingCapability

Returns the effective access level, which is the site policy and the tenant policy combined.

```yaml
Type: SwitchParameter
Expand Down