Skip to content

Commit 6995e4b

Browse files
authored
Update Get-SPORestrictedSiteCreation
1 parent c603121 commit 6995e4b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPORestrictedSiteCreation

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ This cmdlet allows SharePoint administrators to check the current configuration
1919
## SYNTAX
2020

2121
```powershell
22-
Get-SPORestrictedSiteCreation
23-
[-SiteType <RestrictedSiteCreationSiteType>]
22+
Get-SPORestrictedSiteCreation [-SiteType <RestrictedSiteCreationSiteType>]
2423
```
2524

2625
## DESCRIPTION
2726

28-
This command obtains the current configuration information for the restricted site creation feature, including whether it is enabled, the current mode, and the current policies.
27+
This cmdlet obtains the current configuration information for the restricted site creation feature, including whether it is enabled, the current mode, and the current policies.
2928

3029
> [!Important]
3130
>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=3558) for these commands to function properly. Earlier versions do not have the current list of site types and will not operate correctly.
@@ -73,6 +72,6 @@ Accept wildcard characters: False
7372

7473
## RELATED LINKS
7574

76-
[Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
75+
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
7776

7877
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell).

0 commit comments

Comments
 (0)