Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Created December 7, 2018 17: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/4635824ab98cb3f8f90fbb76a5eb16ee to your computer and use it in GitHub Desktop.
Save techthoughts2/4635824ab98cb3f8f90fbb76a5eb16ee 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