Skip to content

Instantly share code, notes, and snippets.

@murven
Created May 13, 2017 22:27
Show Gist options
  • Save murven/0ec3c8596ff3c4ecd681c6113ba30380 to your computer and use it in GitHub Desktop.
Save murven/0ec3c8596ff3c4ecd681c6113ba30380 to your computer and use it in GitHub Desktop.
Write OS information to file
((gwmi win32_operatingsystem).Properties) | % { $_.Name + ": " + $_.Value } > OSInformation.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment