From 82844877469f0a883630d9311b14a55bdfa267cc Mon Sep 17 00:00:00 2001 From: Vaibhav Gaddam <188270566+vgaddam-pm@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:29:12 -0800 Subject: [PATCH] Update Set-SPORestrictedSiteCreation.md --- .../Set-SPORestrictedSiteCreation.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPORestrictedSiteCreation.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPORestrictedSiteCreation.md index 8b26c8f29..1a603c7f9 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPORestrictedSiteCreation.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPORestrictedSiteCreation.md @@ -99,8 +99,8 @@ Accept wildcard characters: False Specifies whether policies allow or deny users from creating sites. PARAMVALUE: Deny | Allow -• Deny – a user will be blocked from creating a site if any policy applies to them. -• Allow – a user will only be allowed to create a site if a policy applies to them. +- Deny – a user will be blocked from creating a site if any policy applies to them. +- Allow – a user will only be allowed to create a site if a policy applies to them. > [!NOTE] > The restricted site creation mode is shared across all site type policies. It is not possible to use deny mode for one site type and allow mode for a different site type. When the mode is changed, all polices are cleared. @@ -122,11 +122,11 @@ Accept wildcard characters: False When paired with the `–RestrictedSiteCreationGroups` parameter, creates a new policy which applies to the specified types of sites. PARAMVALUE: All | SharePoint | OneDrive | Team | Communication -• All - OneDrive and all SharePoint sites -• SharePoint - All SharePoint sites (but not OneDrive) -• OneDrive - Only OneDrive -• Team - Only SharePoint team sites (group-connected and classic) -• Communication - Only SharePoint communication sites +- All - OneDrive and all SharePoint sites +- SharePoint - All SharePoint sites (but not OneDrive) +- OneDrive - Only OneDrive +- Team - Only SharePoint team sites (group-connected and classic) +- Communication - Only SharePoint communication sites ```yaml