You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmdlet contains more than one parameter set. You may only use parameters from one parameter set and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see Cmdlet Parameter Sets.
34
+
35
+
The `Get-SPOSite` cmdlet retrieves and returns properties of all site collections that match the given criteria.
36
+
37
+
With version 5361 of the SharePoint Online Management Shell, you may experience the following:
38
+
39
+
Additional site collections are now displayed. For example, all group and video sites along with team sites will be displayed.
40
+
41
+
The Detailed parameter has been deprecated. It will continue to work with earlier versions
42
+
43
+
You may see an impact on performance when the Filter parameter is used.
44
+
45
+
Note:
46
+
Site collections in the Recycle Bin will not be retrieved by using the `Get-SPOSite` cmdlet.
47
+
48
+
You need to be a SharePoint Online global administrator and a site collection administrator to run the cmdlet.
49
+
50
+
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832.
51
+
52
+
Note:
53
+
If Site Collection Storage Management is enabled for the tenant, you will not be able to set quota and will have a generic error returned. To workaround this issue, set the site collection storage management to "manual" temporarily, set your quotas and then set the site collection storage management setting back to its original setting.
Use this parameter to get additional property information on a site collection. You will notice a slower response time when the Detailed parameter is used.
93
+
94
+
The following properties are returned:
95
+
96
+
--ResourceUsageCurrent
97
+
98
+
--ResourceUsageAverage
99
+
100
+
--StorageUsageCurrent
101
+
102
+
--LockIssue
103
+
104
+
--WebsCount
105
+
106
+
--CompatibilityLevel
107
+
108
+
--AllowSelfServiceUpgrade
109
+
110
+
--SiteDefinedSharingCapability-returns the stored value of the site policy.
111
+
112
+
--SharingCapability --returns the effective access level (the site policy and the tenant policy combined.
Specifies the script block of the server-side filter to apply. The type must be a valid filter name and value must be in the form {$_PropertyName <operator> "filterValue"}. Valid operators are as follows: eq, ne, like, notlike.
0 commit comments