Convert UTC to local time and vice versa using VBScript


  Today, I was stumbled upon UTC time conversions. I needed to convert UTC date/time to local date/time and vice versa. I was hunting this information everywhere with no luck. I didn't get the straight answer anywhere. So, I gathered all the info and created two VBScript based Functions. Hope it helps someone. Here is … Continue reading Convert UTC to local time and vice versa using VBScript

Windows 2003 Cluster monitor script for Exchange 2003 server


  Hello, Here is my another script I made it to monitor my company's Exchange 2003 cluster. If you run Exchange 2003 server on Windows 2003 cluster, this might help you. Here are the needs for this script, - Exchange cluster group might be failover to another node for some reason. I want to know … Continue reading Windows 2003 Cluster monitor script for Exchange 2003 server

Changing WINS Server address to a bunch of Servers using VBScript


When my company started Active Directory project, we setup a new WINS server running on Windows 2003 server. We replaced our old Windows NT WINS server with new Windows 2003 server.   It’s easy to change the new WINS server information to the Desktops. DHCP server was the easy place to distribute the WINS server … Continue reading Changing WINS Server address to a bunch of Servers using VBScript