Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Created May 1, 2019 03:06
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/ed0f3c2dd0be407dd2aa39f318e17bc6 to your computer and use it in GitHub Desktop.
Save techthoughts2/ed0f3c2dd0be407dd2aa39f318e17bc6 to your computer and use it in GitHub Desktop.
tbd
Get-InstalledModule | Select-Object Name, @{n='Installed';e={$_.Version}}, @{n='Available';e={(Find-Module -Name $_.Name).Version}} | Where-Object {$_.Available -gt $_.Installed}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment