|
|
|||
Home | Troubleshooting | Quick Setup | Cisco How to | Data Recovery | Forums | Blog | IT Exam Practice | Services | About Us | Chicagotech MVP | Search | Contact Us | Chicago Area Laptop for rent: $35 per day plus $10 for additional day |
|
Windows Tools
How
to use XP Tools Go to Help & Support>Pick A Task>Use tools to view your computer information and diagnose problems. The tools include: My Computer Information; System restore; Remote assistance, Offer remote Assistance;. Q: How can I verify a computer DNS entries are correctly registered in DNS? A: You can use the NSLookup tool to verify that DNS entries are correctly registered in DNS. For example, to verify record registration, use the following commands: nslookup computername.domain.com. Q: How can I run Windows NT 4 Server Manager Tool on W2K? A: Run srvmgr.exe. How to delete same type files from different folders You can create a batch file including del command, for example, del *.tmp /s, and schedule to run it. Q: How to list the non-administrative shares on a remote system and the ACLs on those shares. A: Run srvcheck.exe for Server Share Check, for example, srvcheck \\computername Q: How can I use the NT 4 User Manager on W2K? A: Run usrrngr.exe. How can I start a program without logon the server? A: Use NET START SecviceName, for example, net start messanger. Q: How can I find which services the server are running? A: Using the NET START command and it will display all running services name. Q: How to add a user right remotely
How to Determine Which Program Uses or Blocks Specific TCP Ports in Windows Server 2003 The 2003 Netstat.exe utility has a new switch, the -o switch, that can display the process identifier (ID) that is associated with each connection. For example, the netstat -ano command can produce the following output: Proto Local Address Foreign Address State PID TCP 0.0.0.0:80 0.0.0.0:0 Listening 888 Q: How to find my logon server and domain Command Set shows COMPUTERNAME, LOGONSERVER, USERDOMAIN and USERNAME. How to manage services remotely The NT Resource Kit has two utilities, sc.exe and netsvc.exe, that allow you to manage remote computer services. For example, to view the services on a remote machine, use this command: netsvc /query \\servername /list. To startmssqlserver, use netsvc mssqlserver \\servername /start. How can I find all computers, their IPs and users who logon particular computer in our network? A. If you have a WINS server, you should be able to find these information. To list all computers, their IPs and users who logon particular computers.. Go to WINS server's Administrative Tools>WINS>Active Registrations, right-click>find By Name or By Owner, type * and press enter. WINS will show all computer names, IPs and active users. How to use net helpmsg to check error details net helpmsg <message number in decimal> For example, net helpmsg 1355 equates to "The specified domain either does not exist or could not be contacted."
Sample: How
to Use the NETSH Command to Change IP address 1) To display all of the adapters in the computer with their current IP
addresses to determine the correct adapter name, type the following command: NOTE: The InterfaceName parameter must match the name of the interface
as specified in Network Connections. If InterfaceName contains
spaces, use quotation marks around the text (for
example, "Interface Name"). How to use netsh to add/delete/list the DHCP server Adding Syntax: "netsh dhcp add server ServerDNSServerIP"Example: netsh dhcp add server dhcpsrv.myomain.com 10.0.0.1 Deleting Syntax: "netsh dhcp delete server ServerDNSServerIP"Example: netsh dhcp delete server dhcpsrv.myomain.com 10.0.0.1 Listing Syntax: "netsh dhcp show serverExample: netsh dhcp show server How to change IP using batch file Depending on what you want, you may have two options: 1) if you want renew IP, create a batch file including ipconfig /renew; 2) if you want to re-setup another static ip, use netsh (refer to How to Use the NETSH Command to Change IP address) How to check which port is opened in my proxy server (must be from XP) Syntax
Example: 1) netsh; 2) diag; 3) from netsh diag>connect iphost 10.0.0.1 25. If [none}, that means port 25 is closed; if [25], it is opened. |
|
|
This web is provided "AS IS" with no warranties.
Copyright © 2002-2018
ChicagoTech.net,
All rights reserved. Unauthorized reproduction forbidden.