Hmmm, I was under the impression that COM would work fine for a Windows NT 4 workstation too if ADSI is installed, but I receive "-2147024846 The network request is not supported". Here's the code:

Code:
 $CN="cn=PRT_A_P1000,ou=groups,ou=Print,ou=Shared Services"
$DN="dc=*****,dc=COM"
$Group=getobject("LDAP://" + $CN + "," + $DN)
? @error
? @serror?
$Desc= $Group.Get("Description")



(Note, I blanked out the DC entry here)

Works perfect on my XP workstation and my 2K Terminal Server, but not NT 4. ADSI v2.5 is installed, according to the registry. Any ideas?