marsdenprimary Posted March 17, 2010 Posted March 17, 2010 Hello. Installed Windows 7 and when a standard user logs in- they can see the mapped network shares (public, teachers etc...) but when I log in as admin...nothing. Any ideas? The logon script on our server looks ok but is there anything that might need changing for windows 7?
marsdenprimary Posted March 17, 2010 Author Posted March 17, 2010 I would really appreciate some help if it's out there on this one...it's driving me nuts! And it's also a little bit weird...
TomStanley Posted March 17, 2010 Posted March 17, 2010 Have you looked at using Group Policy preferencing (providing you are using Server 2008/R2)? This makes it much easier to map network drives, and is designed for Vista and Windows 7 machines.
marsdenprimary Posted March 17, 2010 Author Posted March 17, 2010 Have you looked at using Group Policy preferencing (providing you are using Server 2008/R2)? This makes it much easier to map network drives, and is designed for Vista and Windows 7 machines. We're using Server 2003... so it may have to be another way. Like I said though all the users (except my admin account) seem to be able to see the mapped drives...
TomStanley Posted March 17, 2010 Posted March 17, 2010 Ahh I see. Have you tried running the script manually in Windows 7? i.e. copy the script to the desktop of your admin account and see if it maps the drives? 1
MYK-IT Posted March 17, 2010 Posted March 17, 2010 You can use Group Policy preferencing with Server 2003, we're using it here with Windows XP clients on Windows 2003 Domain. Just have to ensure that KB943729 is installed on all clients and use a Windows 7 Client to create the ADMX GPO objects. Has been discussed before on here, but don't have link to hand.
marsdenprimary Posted March 17, 2010 Author Posted March 17, 2010 Ahh I see. Have you tried running the script manually in Windows 7? i.e. copy the script to the desktop of your admin account and see if it maps the drives? Now then...just tried that and it worked! So it can't be a problem with the script... it has been working fine until Windows 7 and like I said previously it just seems to be the network admin account. All the others are fine...
DMcCoy Posted March 17, 2010 Posted March 17, 2010 Are you an administrator of the local machine too? This *may* also apply to 7 After you turn on User Account Control in Windows Vista, programs may be unable to access some network locations
marsdenprimary Posted March 17, 2010 Author Posted March 17, 2010 I don't know how that could just affect the admin logon and not the other standard users though?
Celador Posted July 1, 2010 Posted July 1, 2010 Win7 right... Have you tried switching User Account Control (UAC) off?
Psymon Posted July 1, 2010 Posted July 1, 2010 Like an earlier post said, providing there is a Windows 7 / Vista machine on your domain you can edit Group Policy and have access to the preferences. (Providing you install the server management tools) You can push out the "Group Policy Client Side Preferences" windows update to all the machiens with WSUS and problem solved. Simon
cookie_monster Posted July 1, 2010 Posted July 1, 2010 (edited) As DMcCoy says it's to do with UAC stripping certain rights from the admin users token, the 'EnableLinkedConnections' key will solve it. I don't know how that could just affect the admin logon and not the other standard users though? This link gives a good explanation of the reason but it's to do with programs running with a different security token. It doesn't affect ordinary users as they only run with the one token unless they elevate their rights using runas. http://blogs.msdn.com/b/cjacks/archive/2007/02/19/mapped-network-drives-with-uac-on-windows-vista.aspx Edited July 1, 2010 by cookie_monster
marsdenprimary Posted July 1, 2010 Author Posted July 1, 2010 How do I do that? I'm not bad with networks but i've never had training of any kind so I need a little guidance sometimes
ajbritton Posted July 26, 2010 Posted July 26, 2010 I was hit with this issue today myself using Win 7 Enterprise on a Win 2K3 domain. Standard user logs on fine, but user with local admin rights sees no drives or printers. As others have said, it's a 'feature' of UAC. When you log on, Windows creates 2 logon sesssions. One has the admin level access token and the other does not. The logon scripts run in the session with the admin level token, but your desktop is created in the session without. Best solution is to not use logon script to map drives/printers, but if you have to, then Microsoft have an oh so elegant workaround. See the Consumption of Windows Vista settings Group Policy Scripts can fail due to User Account Control section in this Technet article; http://technet.microsoft.com/en-us/library/cc766208(WS.10).aspx PS - I found lots of posts mentioning the EnableLinkedConnections regsitry setting, but as far as I can tell, this is 'not supported' by Microsoft.
ajbritton Posted July 29, 2010 Posted July 29, 2010 It looks like Microsoft's lovely 'scheduler' method has some problems... UAC, Logon Scripts, and the Launchapp.wsf workaround - Elevation PowerToys for Windows - Site Home - TechNet Blogs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now