G
Guest
I am trying to figure out how to validate a userid against AD. At the time
the user will be logged on as the local admin, right after puuling down a
fresh image. the form asks for the userid and password to attach to a
network share to install extra software on the machine. If the user types it
wrong, it will just hang there. i am using shell("net use \\srvname\share
/user:domain\Userid password", appwinstyle.hide, true). Is there a way to
check to make sure it is valid before running the above command?
the user will be logged on as the local admin, right after puuling down a
fresh image. the form asks for the userid and password to attach to a
network share to install extra software on the machine. If the user types it
wrong, it will just hang there. i am using shell("net use \\srvname\share
/user:domain\Userid password", appwinstyle.hide, true). Is there a way to
check to make sure it is valid before running the above command?