Skip to content

Commit 6fdc813

Browse files
Merge pull request #640 from sijeee/usr/sijiameng/updateSetSpoTenant_SelfServiceSiteCreationDisabled
update Set-SPOTenant
2 parents d712488 + b9eb612 commit 6fdc813

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
153153
[-CoreDefaultShareLinkScope <SharingScope>]
154154
[-CoreDefaultShareLinkRole <SharingRole>]
155155
[-CoreDefaultLinkToExistingAccess <Boolean>]
156+
[-SelfServiceSiteCreationDisabled <Boolean>]
156157
[<CommonParameters>]
157158
```
158159

@@ -2986,6 +2987,20 @@ Accept pipeline input: False
29862987
Accept wildcard characters: False
29872988
```
29882989

2990+
### -SelfServiceSiteCreationDisabled
2991+
When set to `True`, users cannot create sites from SharePoint, OneDrive, the PnP PowerShell cmdlet, and the REST API. When set to `False` (the default), users can create sites from SharePoint, OneDrive, the PnP PowerShell cmdlet, and the REST API.
2992+
2993+
```yaml
2994+
Type: Boolean
2995+
Parameter Sets: (All)
2996+
Applicable: SharePoint Online
2997+
Required: False
2998+
Position: Named
2999+
Default value: False
3000+
Accept pipeline input: False
3001+
Accept wildcard characters: False
3002+
```
3003+
29893004
## RELATED LINKS
29903005

29913006
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)

0 commit comments

Comments
 (0)