Hi,
I'm looking for a way to remotely determine which Win2K3 AD DC authenticated users on particular machines.
I have tried executing "psexec \\<PC> cmd /c echo %LogonServer%"
and it doesnt see the variable.
I have tried a bat with a redirect (ie psexec \\ilc987 echo %LogonServer% >c:\logonserver.txt in a bat file) and remotely executing the bat with:
psexec \\<pc> /c /f getlogonserver.bat
and it still thinks its a null variable (the file contains "echo on")
I am having trouble with some Profiles being recreated on just certain machines and I wish to determine if which server authenticates them plays a part. But I don't want to go around to each PC every day to check.
Since the group policy has fallen under suspicion, I also don't want to use a login script or anything that requires changing group policies.
Thanks for your help.
k
I'm looking for a way to remotely determine which Win2K3 AD DC authenticated users on particular machines.
I have tried executing "psexec \\<PC> cmd /c echo %LogonServer%"
and it doesnt see the variable.
I have tried a bat with a redirect (ie psexec \\ilc987 echo %LogonServer% >c:\logonserver.txt in a bat file) and remotely executing the bat with:
psexec \\<pc> /c /f getlogonserver.bat
and it still thinks its a null variable (the file contains "echo on")
I am having trouble with some Profiles being recreated on just certain machines and I wish to determine if which server authenticates them plays a part. But I don't want to go around to each PC every day to check.
Since the group policy has fallen under suspicion, I also don't want to use a login script or anything that requires changing group policies.
Thanks for your help.
k