Skip to content

Instantly share code, notes, and snippets.

@Slusho
Created December 19, 2017 18:42
Show Gist options
  • Save Slusho/bfde13dbde24f953f8b820fbdd0fd10a to your computer and use it in GitHub Desktop.
Save Slusho/bfde13dbde24f953f8b820fbdd0fd10a to your computer and use it in GitHub Desktop.
wmic csproduct
#show info of THIS computer
wmic csproduct
#show info of a REMOTE computer, start a PSSession
Enter-PsSession [computerName]
#show only one of the values from a given column IE "Name"
wmic csproduct get name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment