Skip to content

Instantly share code, notes, and snippets.

@alevyinroc
Created November 24, 2019 00:17
Show Gist options
  • Select an option

  • Save alevyinroc/6465692f8fa9e10fb319f9f90072113b to your computer and use it in GitHub Desktop.

Select an option

Save alevyinroc/6465692f8fa9e10fb319f9f90072113b to your computer and use it in GitHub Desktop.
Get-Module -ListAvailable | `
Where-Object {$null -ne $PSItem.RepositorySourceLocation -and $PSItem.ModuleBase -like "$($env:Userprofile)*"} | `
Select-Object -Unique -Property Name | `
Update-Module;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment