Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Fax Server Security InformationContent of List Fax Server Security Information.vbsMD5 Hash: D33CE9E3DA106FEADF47DCB303A23FD9 |
||
' Description: Lists security information and granted rights for the fax server atl-dc-02.
Set objFaxServer = CreateObject("FaxComEx.FaxServer") objFaxServer.Connect "atl-dc-02" Set objSecurity = objFaxServer.Security Wscript.Echo "Security descriptor: " & objSecurity.Descriptor Wscript.Echo "Granted rights: " & objSecurity.GrantedRights Wscript.Echo "Information type: " & objSecurity.InformationType | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |