Skip to content

Instantly share code, notes, and snippets.

@sdoubleday
sdoubleday / MyScriptForCustomizingSqlServerCodingVMs.ps1
Last active August 3, 2022 11:27
My Script For Customizing Sql Server Coding VMs
#Run this on new Microsoft Development VMs.
#Powershell run as administrator
#region PowerShell and Package Managers
#Set Execution Policy
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned -Force;
Write-Verbose -Verbose 'Start with package managers...';
Write-Verbose -Verbose 'Chocolatey...';
#Get Chocolatey