Skip to main content

Windows Commands Useful to Administrators

1. systeminfo - It will display all the system information in cmd line

2. set - will display all the environment variables

3. cmd  > filename.txt - will copy the output of the commands
   eg: systeminfo > systeminfo_output.txt

4. Ping IP/Hostname - To check the machine available in network or not

5.PathPing IP/Hostname -  Helps to find the slow network routers are switch

6. nslookup ip/domainname - To find ip and domain name

7. ipconfig - To find the ip address of the system


Comments