This is a modified script that shows current OWA/HTTP logons to the Store(s) on a given server(s). The script takes NetBIOS names of servers as command-line arguments (separated by spaces), uses the Exchange_Logon WMI class to connect to a server and retrieve list of users currently logged on. Usage: ShowHTTPLogons.vbs EXCH1 EXCH2 EXCH3 If Cscript […]