Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Fax Server Incoming Queue InformationContent of List Fax Server Incoming Queue Information.vbsMD5 Hash: 3A81C72EB48F9F5F08F8177E36CFBB3A |
||
' Description: Indicates whether the incoming queue is blocked on the fax server atl-dc-02.
Set objFaxServer = CreateObject("FaxComEx.FaxServer") objFaxServer.Connect "atl-dc-02" Set objFolder = objFaxServer.Folders Set objIncomingQueue = objFolder.IncomingQueue Wscript.Echo "Blocked: " & objIncomingQueue.Blocked | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |