Created
December 15, 2017 12:38
-
-
Save PCfromDCSnippets/f8864e3a08feb74b9a799abbffce4795 to your computer and use it in GitHub Desktop.
Get Latest MSOL Module
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-PSRepository -Name "PSGallery" -InstallationPolicy Trusted | |
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force -Confirm:$false | |
Install-Module -Name MSOnline -AllowClobber -Confirm:$false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment