Skip to content

Instantly share code, notes, and snippets.

@matsurigoto
Created February 9, 2021 07:06
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted
Install-Module -Name PowerShellGet -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment