Install SharePoint Designer 2010 x64 using Chocolatey

Copy and paste below Script to Install SharePoint Designer. This will install Chocolatey too. If you already have Chocolatey Installed then just please use the last line only. Use your favourite Text editor, Copy the paste the code and save it as .PS1 file. Now go to intune (Microsoft Endpoint Manager), upload and assign the script.

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install sharepointdesigner2010x64 -y -v --force

Happy Chocolatey…

Add a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.