From 6606236fc1479eaa4054205258521bba51e07183 Mon Sep 17 00:00:00 2001 From: Vaibhav Gaddam <188270566+vgaddam-pm@users.noreply.github.com> Date: Thu, 8 Jan 2026 01:12:51 -0600 Subject: [PATCH 1/2] Update Set-SPORestrictedSiteCreationForApps.md Updated to include SimulationMode. --- .../Set-SPORestrictedSiteCreationForApps.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPORestrictedSiteCreationForApps.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPORestrictedSiteCreationForApps.md index 04c29a2ed..50e84e474 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPORestrictedSiteCreationForApps.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPORestrictedSiteCreationForApps.md @@ -138,6 +138,24 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SimulationMode + +> Applicable: SharePoint Online + +Shows what would happen if the cmdlet runs without enforcing the policy by only giving audit events when app creation is restricted. + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SiteType > Applicable: SharePoint Online From 53862820e695bbbfe560ca103006446d98393061 Mon Sep 17 00:00:00 2001 From: Vaibhav Gaddam <188270566+vgaddam-pm@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:56:06 -0600 Subject: [PATCH 2/2] Update Set-SPORestrictedSiteCreationForApps.md --- .../Set-SPORestrictedSiteCreationForApps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPORestrictedSiteCreationForApps.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPORestrictedSiteCreationForApps.md index 50e84e474..dd943d24c 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPORestrictedSiteCreationForApps.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPORestrictedSiteCreationForApps.md @@ -142,7 +142,7 @@ Accept wildcard characters: False > Applicable: SharePoint Online -Shows what would happen if the cmdlet runs without enforcing the policy by only giving audit events when app creation is restricted. +Shows what would happen if the cmdlet runs without enforcing the policy by only giving audit events when site creation is restricted. ```yaml Type: Boolean