/InstallCoreModules.ps1 Secret
Created
November 21, 2018 23:34
New PS Environment Core Modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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