Last active
June 17, 2016 07:35
-
-
Save alshell7/f5491f5ebea1d7db1ae04178040a7108 to your computer and use it in GitHub Desktop.
Collecting system information
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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