|
Guy recommends :
Find out which of your VMs are a waste of space and which VMs need more resources.
|
Guy's Litmus Test Tool KitGuy's Tool kit of Windows UtilitiesLitmus Test:Professionals always have the right tool for the job. Amateurs, their toolkit is empty. Third Party Tools you can Download
Tools Built-in to the operating systemTools from the Support FolderTools from the Resource KitFreePingFreePing is made by Tool4ever and is wonderful utility to check network connectivity. This tool is in Guy's 'Hall of fame' as well as etched in my memory for the following reason. Back in the last century, one company I visited used FreePing as a primitive security measure for catching thieves who were stealing RAM sticks. The security guard was setup with a FreePing console displaying all the machines in the company, and when a machine was switched off (to steal the RAM chips) he got a �net send� message from FreePing. His team then reacted like a hit squad and went to trap the baddies. The problem was that I had come to fix a server and no-one told me of the security plan. Guy turned off a machine he was working on only to be confronted by big men with baseball bats. There was a happy ending. The next week they caught two teenagers stealing the RAM sticks. Download FreePing - or go Tool4ever's site. KerbtrayWhile Kerbtray is an amusing little program to check Microsoft's Kerberos Tickets, its not in my 'Hall of Fame'. Download Kerbtray (From the Resource Kit) WinRoute.exe - For ExchangeOne of my hall of fame utilities is WinRoute.exe. Where does it come from? On the Exchange cd\support\util folder. As the name suggests, WinRoute displays connection information between routing groups. I find it invaluable for troubleshooting slow link problems. Amongst its rich source of information you can also find out which server is the Routing Master and where the Bridgeheads are located. WinRoute is one of those rare programs that is both useful in troubleshooting and also teaches you something new every time you use it. Download WinRoute (Exchange 2003 version) SetNodeThis is an old program which will shutdown your machine, for example a scripted shutdown. However it is probably better to experiment with the built in ShutDown command found in the Server 2003 Family. MSCONFIGMany techies of the old school love MSCONFIG. While this maybe nostalgia for SYSEDIT, it is also because they can find most of the startup settings in one place. In particular, I like the way MSCONFIG shows me the BOOT.INI switches. My friend 'Barking' Eddie, who is paranoid, constantly uses the Services tab to check whether any non Microsoft programs may have crept onto his machine. TelnetSpeaking of services, Telnet is famous service which connects to main frames. Many techies also use Telnet to test exchange ports, but firstly I would like to show you a little known configuration settings. If you like a challenge then find a file called login.cmd and then modify its settings. My file was in the %systemroot%\system32. Why not alter the 'Welcome to Microsoft Telnet Server' to Welcome to YOURNAME? I also change the path of the last line to the directory holding my scripts. Sample login.com (Telnet configuration file) @echo off One of my favourite tricks is to telnet into a server then run batch or VBscript files. If I ran these files on my local machine then they would execute locally, and not on the telnet server machine. You can take this tip a stage further, and create a shortcut and then use a keyboard combination to launch telnet. Now for complex operations on a server I use remote desktop, but to start or stop a particular program I use CTRL SHIFT Q which is the shortcut combination that I assign to the telnet session. Telnet is a service, which comes in two parts, telnet client and telnet server service. The client is a built-in command whilst the server component is a service that you should disable if you don't need its a magnet to hackers. A legitimate use of Telnet is to check Exchange services, like SMTP, NNTP, IMAP and POP3. Try telnet and port number, the previous examples use ports 25, 119, 143 and 110 respectively. So go test your exchange connections with the command telnet servername 25 or telnet IPAddress 119. NSLookupLast week we looked at Ipconfig and Ping, this week I would like to introduce you to NSLookup. This is a handy built-in utility to check DNS entries. Now if you are at the server, then you can use the DNS dnsmgmt snap-in to examine the host records or add MX records. However if you need the same information when you are away from your server, then its worth mastering NSLookup. NSLookup has two modes, plain (non-interactive) where you type: NSLookup IP address, then at the command prompt back comes the the hostname of that IP address. Then there is the more complex interactive mode, go to the command prompt and type NSLookup, then enter (carriage return) Now you will see a prompt >. Next type HELP for a full list of NSLookup commands. My favourite is: ls fqdn.com, or ls -a mydom.net; LS means list the records in DNS, -a is a filter to list only a records. Make sure you substitute your own domain for mydom.net or fqdn.com. Finally, when you have finished with the interactive mode, type exit. Guy Recommends:
The Free IP Address Tracker (IPAT)
| ||||
Custom Search
|
Guy Recommends:
SolarWinds Free IP SLA Monitor
|
|
Home Copyright © 1999-2012 Computer Performance LTD All rights reserved Please report a broken link, or an error. |
|