Top 10 commands..... 1. ipconfig *To view ip ,subnet mask address - TopicsExpress



          

Top 10 commands..... 1. ipconfig *To view ip ,subnet mask address : ipconfig *To view all TCP/IP information, use: ipconfig/all *To view the local DNS cache, use: ipconfig/displaydns *To delete the contents in the local DNS cache, use: ipconfig/flushdns 2.systeminfo *view OS config info: systeminfo /S system /U user 3. tasklist and taskkill *To List the Tasks type in cmd as : tasklist *To stop the Process or task : taskkill /pid xxx *xxx is the process id 4. type type is used to read the text document in command prompt: type filename.txt 5.netstat Need to know who (or what) is making a connection to your computer? Then netstat is the tool you want to run. The output provides valuable information of all connections and listening ports, including the executable used in the connections. In additon to the above info, you can view Ethernet statistics, and resolve connecting host IP Addresses to a fully qualified domain name. *displays all connection info: netstat -a *sorts in numerical form : netstat -n *displays executable name : netstat -b 6.net command Although this tool is more known as a command, the net command is really like a power drill with different bits and is used to update, fix, or view the network or network settings. *stopping services: net stop server *starting services: net start server *display running services: net start 7.nslookup With the Internet, DNS (Domain Name Service) is the key for allowing us to use friendly names when surfing the web instead of needing to remember IP Addresses *example: nslookup google 8. ping and tracert *To ping a system just type at the prompt: ping google *To use tracert, type at the prompt: tracert google 9.gpresult *- Used mostly in environments that implement group poicies, gpresults (Group Policy Results) verifies all policy settings in effect for a specific user or computer. The command is simple to use, just enter gpresults at the prompt. It can also be used to connect to computers remotely using the /S and /U switches. 10.netsh Without a doubt the most powerful command line tool available in Windows. Netsh is like the swiss army knife for configuring and monitoring Windows computers from the command prompt. It capabilities include: *Configure interfaces Configure routing protocols Configure filters Configure routes Configure remote access behavior for Windows-based remote access routers that are running the Routing and Remote Access Server (RRAS) Service Display the configuration of a currently running router on any computer Some examples of what you can do with netsh: Enable or disable Windows firewall: netsh firewall set opmode disable netsh firewall set opmode disable Enable or disable ICMP Echo Request (for pinging) in Windows firewall: netsh firewall set icmpsetting 8 enable netsh firewall set icmpsetting 8 disable Configure your NIC to automatically obtain an IP address from a DHCP server: netsh interface ip set address "Local Area Connection" dhcp
Posted on: Sun, 08 Sep 2013 11:39:03 +0000

Trending Topics



Recently Viewed Topics




© 2015