Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Apply sugg
  • Loading branch information
get-itips authored Jan 28, 2021
commit 59813be96b560a84cbfeb07cb6ba61a40d3249f6
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, which is 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