Skip to content

Instantly share code, notes, and snippets.

@darrenjrobinson
Created November 21, 2018 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darrenjrobinson/ab208dfe780a1ee67cb95d97161eb8c9 to your computer and use it in GitHub Desktop.
Save darrenjrobinson/ab208dfe780a1ee67cb95d97161eb8c9 to your computer and use it in GitHub Desktop.
New PS Environment Core Modules
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force
Install-PackageProvider -Name NuGet -RequiredVersion 2.8.5.208 -Force
Install-Module -Name Pscx -RequiredVersion 3.3.2 -AllowClobber -Force
Install-Module -Name AzureAD -RequiredVersion 2.0.2.4 -Force
Install-Module -Name AzureRM -RequiredVersion 6.12.0 -Force
Install-Module -Name AzureIoT -RequiredVersion 1.0.0.5 -Force
Install-Module -Name BurntToast -RequiredVersion 0.6.2 -Force
Install-Module -Name psInlineProgress -RequiredVersion 1.1 -Force
Install-Module -Name PowerBIPS -RequiredVersion 2.0.1.6 -Force
Install-Module -Name PSGist -RequiredVersion 2.2.0 -Force -AllowClobber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment