
[SPO] Creating modern sites using PowerShell/PNP
Modern SharePoint sites use the following templates: Template ID Title Description / Additional Info STS#3 Team site (no Office 365 group) A site with no […]
Modern SharePoint sites use the following templates: Template ID Title Description / Additional Info STS#3 Team site (no Office 365 group) A site with no […]
So, here are the steps: Go to: https://portal.office.com/account/#home Click on “Security and privacy” Click on “Additional Security verification” Then on “Update your phone numbers used […]
From 1 August 2015, Microsoft changed the default setting for OneDrive for Business so that the Shared with Everyone folder is no longer provisioned. Although […]
OK, so first we will remove the Flow button:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Import-Module SharePointPnPPowerShellOnline function removeflow { param( [Parameter(Mandatory=$true)][string]$url ) Connect-PnPOnline -Url $url -UseWebLogin $ctx=Get-PnPContext $ctx.Site.DisableFlows=$true $ctx.ExecuteQuery() } removeflow -url https://tenant.sharepoint.com/teams/TEST2 |
and the result will be: Note: to put the button back, just change the line $ctx.Site.DisableFlows=$false […]
Copyright © 2025 | PhoeNIXBird Networks