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 command sets a new title for an existing site collection
63
+
Example 1 updates the owner of site collection https://contoso.sharepoint.com/sites/site1 to the person whose email address is [email protected]. This cmdlet is executed immediately without delay.
Example 2 updates the settings of site collection https://contoso.sharepoint.com/sites/site1. The storage quota is updated to 15000 megabytes and the resource quota is updated to 0 megabytes.
This example updates the settings of site collection https://contoso.sharepoint.com. The storage quota is updated to 3000 megabytes and the storage quota warning level is updated to 2000 megabytes.
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.
64
99
65
100
66
101
## PARAMETERS
@@ -69,6 +104,7 @@ This command sets a new title for an existing site collection
69
104
Determines whether site can include Project Web App.
70
105
For more information about Project Web App, see Plan SharePoint groups in Project Server.
For more information, see Locale IDs Assigned by Microsoft (http://go.microsoft.com/fwlink/p/?LinkId=242911) (http://go.microsoft.com/fwlink/p/?LinkId=242911).
171
212
213
+
172
214
```yaml
173
215
Type: UInt32
174
216
Parameter Sets: ParamSet1
@@ -189,6 +231,7 @@ When the lock state of a site is NoAccess, all traffic to the site will be block
189
231
If parameter NoAccessRedirectUrl in the `Set-SPOTenant` cmdlet is set, traffic to sites that have a lock state NoAccess will be redirected to that URL.
190
232
If parameter NoAccessRedirectUrl is not set, a 403 error will be returned.
@@ -239,6 +284,7 @@ Specifies the resource quota in megabytes of the site collection.
239
284
The default value is 0.
240
285
For more information, see Resource Usage Limits on Sandboxed Solutions in SharePoint (http://msdn.microsoft.com/en-us/library/gg615462.aspx) (http://msdn.microsoft.com/en-us/library/gg615462.aspx).
Specifies the warning level in megabytes of the site collection to warn the site collection administrator that the site is approaching the resource quota.
@@ -290,6 +338,7 @@ The possible values are: Disabled - external user sharing (share by email) and g
290
338
291
339
For more information about sharing, see Manage external sharing for your SharePoint online environment (http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/manage-external-sharing-for-your-sharepoint-online-environment-HA102849864.aspx).
Specifies the warning level in megabytes of the site collection to warn the site collection administrator that the site is approaching the storage quota.
Specifies a list of email domains that is allowed for sharing with the external collaborators. Use the space character as the delimiter for entering multiple values. For example, “contoso.com fabrikam.com”.
559
+
560
+
For additional information about how to restrict a domain sharing, see Restricted Domains Sharing in Office 365 SharePoint Online and OneDrive for Business.
Specifies a list of email domains that is blocked or prohibited for sharing with the external collaborators. Use space character as the delimiter for entering multiple values. For example, “contoso.com fabrikam.com”.
578
+
579
+
For additional information about how to restrict a domain sharing, see Restricted Domains Sharing in Office 365 SharePoint Online and OneDrive for Business.
For additional information about how to restrict a domain sharing, see Restricted Domains Sharing in Office 365 SharePoint Online and OneDrive for Business.
0 commit comments