OK here we go, This is what i am puttin gin

code:
$adsDomain = GetObject("LDAP://cn=administrator,ou=users,dc=qeh-tr,dc=sthames,dc=nhs,dc=uk")
if $adsDomain=0
? "Fehler beim Verbinden mit dem Server"
? @SERROR + " (" + @ERROR + ")"
quit 1
endif

and I get a error of "There is no suck object on the server"

Thanks

Richie