Hello,
Can it be possible to Hide SharePoint Designer button from Site Action through powershell script SharePoint 2010.
Thanks,
Sayan.
Hi,
Yes you can use the Set-SPDesignerSettings cmdlet for this. However, this goes on a per web application base. Type Help Set-SPDesignerSettings -Examples for examples on this cmdlet. Hope it helps.