Hello,
I'm hoping someone can help me with this.
We have change all our login scripts to vbscripts instead of batch files.
All works great except on two machines.
They get an error saying cannot find netlogon because the script has
strDomainServer =%logonserver%\netlogon on one of the lines. The thing is, I
can do a Start-Run %logonserver%\netlogon and it opens the folder on the
domain controller just fine. I changed the script to strDomainServer
=\\"mydomain.com", but that won't work either, but I think it might be
getting hungup on a different variable now.
For whatever reason, it doesn't appear that the machine can pass the
variable info on (ie. computer name, user name).
Does anyone have any suggestions? I could reformat the machines, but would
rather fix the problem.
Thanks!