Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List the Queued Cache Reload TimeContent of List the Queued Cache Reload Time.vbsMD5 Hash: F360BD6DB1DB21A71ADAEAA19A2FE449 |
||
' Description: Reports the queued cash reload time for a computer running Microsoft Exchange Server 2003.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & _ "\ROOT\MicrosoftExchangeV2") Set colItems = objWMIService.ExecQuery _ ("Select * from Exchange_QueueCacheReloadEvent") For Each objItem in colItems Wscript.Echo "Reload time: " & objItem.ReloadTime Wscript.Echo Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |