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
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Set-SPORestrictedSiteCreation.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,7 @@ Set-SPORestrictedSiteCreation
30
30
31
31
## DESCRIPTION
32
32
33
-
The Set-SPORestrictedSiteCreation cmdlet sets or updates the configuration or setting for the Restricted Site Creation feature.
34
-
35
-
You must be a SharePoint Online administrator to run the cmdlet.
36
-
37
-
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
33
+
This cmdlet sets or updates the configuration or setting for the Restricted Site Creation feature.
38
34
39
35
> [!Important]
40
36
> You must use version 16.0.25513 (published November 2024) or later of the [SharePoint Online Management Shell](https://www.microsoft.com/en-us/download/details.aspx?id=35588) for these commands to function properly. Earlier versions do not have the current list of site types and will not operate correctly.
@@ -47,7 +43,7 @@ For permissions and the most current information about Windows PowerShell for Sh
47
43
Set-SPORestrictedSiteCreation –Enabled:$true
48
44
```
49
45
50
-
Example 1`enables the restricted site creation feature for the tenant.
46
+
Example 1enables the restricted site creation feature for the tenant.
51
47
52
48
### Example 2
53
49
@@ -75,7 +71,8 @@ Example 4 updates the policy for the `Team` site type to apply to members of the
A comma-separated list of up to 10 Microsoft Entra security group IDs. When paired with the –SiteType parameter, defines a new policy which applies to the specified groups.
146
+
A comma-separated list of up to 10 Microsoft Entra security group IDs. When paired with the `–SiteType` parameter, defines a new policy which applies to the specified groups.
150
147
Set to the empty string ("") to clear the policy for a site type.
151
148
152
149
```yaml
@@ -173,6 +170,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
173
170
174
171
## RELATED LINKS
175
172
176
-
[Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps)
173
+
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
174
+
175
+
[Getting started with SharePoint Online Management Shell](https://learn.microsoft.com//powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
0 commit comments