ISA 2004: OWA, RPC/HTTP, OMA, ActiveSync on same Listener (works)


Here is one conflicting information goes around the Internet. ISA 2004 cannot publish all four Exchange features (OWA, OMA, ActiveSync and RPC/HTTP) in one single listener. I have searched the Microsoft site (technet) and ISAServer.org.  Here is the links for related ISA 2004 and Exchange publishing. http://www.microsoft.com/technet/isa/2004/plan/outlook_web_access_publishing_ee.mspx http://www.microsoft.com/technet/isa/2004/library/default.mspx http://www.isaserver.org/articles/2004pubowartm.html http://www.isaserver.org/tutorials/Redirecting-OWA-Users-Part1.html http://support.microsoft.com/kb/839357/en-us http://www.isaserver.org/articles/2004unihomedowapart1.html   None of … Continue reading ISA 2004: OWA, RPC/HTTP, OMA, ActiveSync on same Listener (works)

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