Skip to content

Instantly share code, notes, and snippets.

@alshell7
Last active June 17, 2016 07:35
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 alshell7/f5491f5ebea1d7db1ae04178040a7108 to your computer and use it in GitHub Desktop.
Save alshell7/f5491f5ebea1d7db1ae04178040a7108 to your computer and use it in GitHub Desktop.
Collecting system information
#to display RSop of the system
gpresult /R
#to get various discrete info (DAMN important)
wmic class %wmi enumerated classname%
#on command line
systeminfo
#on interface
msinfo32
#to get network related
netsh wlan show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment