Skip to content

Commit bb5b103

Browse files
authored
Update Set-SPORestrictedSiteCreation.md
Updating document according to Sam Kabue's comments.
1 parent 1d87ef5 commit bb5b103

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPORestrictedSiteCreation.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ Set-SPORestrictedSiteCreation
3030

3131
## DESCRIPTION
3232

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.
3834

3935
> [!Important]
4036
> 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
4743
Set-SPORestrictedSiteCreation –Enabled:$true
4844
```
4945

50-
Example 1`enables the restricted site creation feature for the tenant.
46+
Example 1 enables the restricted site creation feature for the tenant.
5147

5248
### Example 2
5349

@@ -75,7 +71,8 @@ Example 4 updates the policy for the `Team` site type to apply to members of the
7571
### Example 5
7672

7773
```powershell
78-
Set-SPORestrictedSiteCreation –SiteType "OneDrive" -RestrictedSiteCreationGroups "" ```
74+
Set-SPORestrictedSiteCreation –SiteType "OneDrive" -RestrictedSiteCreationGroups ""
75+
```
7976

8077
Example 5 clears the policy for the `OneDrive` site type so that it no longer applies to any users.
8178

@@ -84,7 +81,7 @@ Example 5 clears the policy for the `OneDrive` site type so that it no longer ap
8481
### -Enabled
8582

8683
PARAMVALUE: true | false
87-
Enables of disabled Restricted Site Creation feature in tenant
84+
Enables or disables Restricted Site Creation feature in tenant.
8885

8986
```yaml
9087
Type: Boolean
@@ -122,7 +119,7 @@ Accept wildcard characters: False
122119
123120
### -SiteType
124121
125-
When paired with the –RestrictedSiteCreationGroups parameter, creates a new policy which applies to the specified types of sites.
122+
When paired with the `–RestrictedSiteCreationGroups` parameter, creates a new policy which applies to the specified types of sites.
126123

127124
PARAMVALUE: All | SharePoint | OneDrive | Team | Communication
128125
• All - OneDrive and all SharePoint sites
@@ -146,7 +143,7 @@ Accept wildcard characters: False
146143

147144
### -RestrictedSiteCreationGroups
148145

149-
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.
150147
Set to the empty string ("") to clear the policy for a site type.
151148

152149
```yaml
@@ -173,6 +170,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
173170

174171
## RELATED LINKS
175172

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)
177176

178177
[Set-SPORestrictedSiteCreation](Set-SPORestrictedSiteCreation.md)

0 commit comments

Comments
 (0)