Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Last active October 28, 2018 04:26
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 techthoughts2/84fe9ca2bc9b71df44d68f4c4dd2ce55 to your computer and use it in GitHub Desktop.
Save techthoughts2/84fe9ca2bc9b71df44d68f4c4dd2ce55 to your computer and use it in GitHub Desktop.
TBD
#C:\Program Files\PowerShell\Modules
#C:\Program Files\WindowsPowerShell\Modules
$a = Get-Module powershellget -ListAvailable
$a.Path
Get-Module -ListAvailable $module | Remove-Module -Force;Install-Module $module -Repository PSGallery -Force -AllowClobber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment