Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Created May 31, 2017 19:27
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/1da578eec528561279d2da848538dee1 to your computer and use it in GitHub Desktop.
Save techthoughts2/1da578eec528561279d2da848538dee1 to your computer and use it in GitHub Desktop.
Get the version of windows update with powershell
(Get-ItemProperty -Path 'C:\Windows\System32\wuaueng.dll').VersionInfo | ft -autosize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment