Windows 7 logon script net use fails
Posted
by
Bryan
on Server Fault
See other posts from Server Fault
or by Bryan
Published on 2011-01-14T16:24:44Z
Indexed on
2011/01/14
16:55 UTC
Read the original article
Hit count: 238
Our network PCs currently consists of Windows XP Professional on a mixed 2008/2003 domain, with exception to one machine, which is a new Windows 7 PC we have bought for testing before we deploy the operating system. But we have discovered a problem with our logon script which automatically maps network drives for our users.
The logon scripts are done via User GPOs, but the script itself is just a .cmd file using net use
.
The permissions are perfectly fine, as the same user can log on to a Windows XP machine and get their drives mapped without problem, but this one drive mapping constantly fails.
This is repeatable using the net use
command, and fails every time - it actually prompts the user for a username and password when executed interactively, yet if we enter \\server\share
from a run dialog, the contents of the network share appear and are accessible without any further authentication.
The Windows 7 PC (just like the XP systems) are domain members and the account being used is a domain account, which does have access to the share (as stated, it works fine on XP).
I fail to understand what is happening here, as other shares on the server get mapped on the Windows 7 system.
More info:
The effective permissions of the share in question only grant the user 'list' permission on the root directory, the share permissions are 'everyone,full control'. I've created a new share with the same permissions just to test if it was down to the 'list' permissions on the root directory, but the Windows 7 machine maps this one fine.
© Server Fault or respective owner