Hello,
we are having the following issue:
http://support.microsoft.com/default.aspx?scid=kb;en-us;968264&sd=rss&spid=11737
BUG:
When psremoting (or winrs-ing) onto a client Win7x64 machine, trying to mount a
DFS UNC, it fails with the following error.
[client-1]: PS C:\Users\user\Documents> net use x:\\server\dfsshare /User:company\username ******
net.exe : System error 1312 has occurred.
+ CategoryInfo : NotSpecified: (System error 1312 has occurred.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
A specified logon session does not exist. It may already have been terminated.
On the same machine, when mounting another share (sysvol) it does not fail.
[client-1]: PS C:\Users\user\Documents> net use x:\\server\sysvol/User:company\username ******
The command completed successfully.
If I run the same command on any client machine it does fail with the same error.
If I run the same command locally on that same client (client-1) as logged on interactive user, it does not fail.