objfaxserver = createcomobject("FaxComEx.FaxServer")
objfaxserver~connect("atl-dc-02")
objsecurity = objfaxserver~security()
SAY "Security descriptor:" objsecurity~descriptor
SAY "Granted rights:" objsecurity~grantedrights
SAY "Information type:" objsecurity~informationtype |