jenken Posted November 19, 2012 Share Posted November 19, 2012 Hi, can anyone help me on how to setup a user domain with mapped network drives on their account so I don't have to go to their computer and do it every time. Quote Link to comment Share on other sites More sharing options...
brianzimm Posted November 19, 2012 Share Posted November 19, 2012 Look here http://technet.microsoft.com/en-us/library/cc722461.aspx Also logon script I use. @echo offnet use x: \\server-name-here\users\%USERNAME%net use y: \\server-name-here\NetworkSharewhoami /groups | find "domain-name-here\Domain Admins"if errorlevel 1 goto :not-found:foundecho Adminnet use z: \\server-name-here\d$net use i: \\server-name-here\c$\Inetpub\wwwrootnet use u: \\server-name-here\usersgoto :end:not-foundecho Not Admin:end[/CODE] Quote Link to comment Share on other sites More sharing options...
jenken Posted November 20, 2012 Author Share Posted November 20, 2012 Thanks a bunch! that looks great, I'll take a look at it and maybe try it this coming thanks giving off although I saw that it's for WinNT would it be the same with Win7 and Win Svr 2008 R2? Quote Link to comment Share on other sites More sharing options...
brianzimm Posted November 21, 2012 Share Posted November 21, 2012 any windows install (xp and up) The instructions were the fist I found on google. Found better instructions 2003 http://www.intelliadmin.com/index.php/2006/05/how-to-setup-a-logon-script-on-your-windows-20002003-active-directory-network/ 2008 http://www.petri.co.il/setting-up-logon-script-through-active-directory-users-computers-windows-server-2008.htm Quote Link to comment Share on other sites More sharing options...
Twiz Posted December 31, 2012 Share Posted December 31, 2012 (edited) Sorry I am still very very new to these forums etc and the world of technology, however I can tell you that if you do use active directory to manage your network then it is possible to map network drives using group policy **edit ** if you do decide to take this route you will want to make sure all of your computers have the right client side etension downloaded from Microsoft **end edit** Edited December 31, 2012 by Twiz Quote Link to comment Share on other sites More sharing options...
Matt Lestock Posted January 4, 2013 Share Posted January 4, 2013 While logon scripts have been around for ages, I really like the ease of management that adding shares per group policy provides. That way you don't have a bunch of scripts to edit in the event there are users who only need access to certain shares. Ultimately the choice is up to you, but normally something easy like setting up shares per OU is a great entry into doing more with Group Policy. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.