I can convert this easilly enough to Kix:

strComputer = "atl-pro-040"
Set objComputer = GetObject("LDAP://CN=" & strComputer & _
",CN=Computers,DC=fabrikam,DC=com")
objComputer.DeleteObject(0)

But I have to run this from a workgroup computer and need to authenticate first...

any ideas...
_________________________
How to ask questions the smart way <-----------> Before you ask