Two completely separate domains with NO trust between them, but the EXACT same usernames(with same passwords) exist on both domains
So username "Joe" logs into his windows workstation which is ondomainB.
However his home directory file server is still on the old domain A .
A VBS script runs on startup.
net use H: \\homedrive\joe /user:domainA\joe
One would expect it to fall over because no password has been entered. However it doesn't, it happily mounts the drive even though the file server is on a different domain to Joes workstation . Does anyone know why?