Skip to content

Commit

Permalink
Merge pull request #4215 from PMcGown/patch-2
Browse files Browse the repository at this point in the history
Update restricted-site-creation.md
  • Loading branch information
MachelleTranMSFT authored Dec 11, 2024
2 parents bee6db9 + d20c080 commit c159061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SharePoint/SharePointOnline/restricted-site-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The `Set-SPORestrictedSiteCreation` and `Get-SPORestrictedSiteCreation` cmdlets
To enable restricted site creation, run the following command in the SharePoint Online Management Shell:

```powershell
Set-SPORestrictedSiteCreation Enabled $true
Set-SPORestrictedSiteCreation -Enabled $true
```

Restricted site creation starts in deny mode without any policies, and doesn't affect any users by default.
Expand All @@ -88,7 +88,7 @@ Once you enable the restricted site creation feature, consider whether you want
For example, the following command sets restricted site creation to deny mode:

```powershell
Set-SPORestrictedSiteCreation Mode Deny
Set-SPORestrictedSiteCreation -Mode Deny
```

> [!IMPORTANT]
Expand Down

0 comments on commit c159061

Please sign in to comment.