#Disable SharePoint Designer on to all site collections Get-SPSite -Limit All | ForEach-Object { $_.Url $_.AllowDesigner = $false }