RapFame Posted April 28, 2009 Report Share Posted April 28, 2009 Hi everyone, this is my first post.I am trying to map two different drives in two group policies.One script is called in Default Group Policy and another one is called from Map-Drive GPOWhen the second group runs, it gives me Multiple connections to a server or shared by the same user name. are not allowed. Disconnect all previous connections to the server or shared resource and try again.I do use the same user to map drive. Is there a way to address this problem.Different user has different shared folder mapped in My-Drive GPO,The shared folder is not on a domain computer. and users log in domain computer.Thank you in advance. Quote Link to comment Share on other sites More sharing options...
Panarchy Posted April 28, 2009 Report Share Posted April 28, 2009 Try using scripts, look into the net use command. Quote Link to comment Share on other sites More sharing options...
RapFame Posted April 28, 2009 Author Report Share Posted April 28, 2009 Try using scripts, look into the net use command.Sorry, I did not explain clearlyI do have scripts. but I am using mapit instead of net useFor example,in Default GPO, i gotMapit "p", "\\shared folder path", "staff", "123456"in Map-Drive GPO, i gotMapit "z", "\\shared data", "staff", "123456"Then the second one got error message.by the way, are you Asian ? Because I am also a fan of One Piece. Quote Link to comment Share on other sites More sharing options...
RapFame Posted April 28, 2009 Author Report Share Posted April 28, 2009 Try using scripts, look into the net use command.I think mapit and net use is different.i used net use from RUN and it works.let me try to place in to gpo.Thanks Quote Link to comment Share on other sites More sharing options...
RapFame Posted April 28, 2009 Author Report Share Posted April 28, 2009 I found the answer.First of all, MAPIT command does not work.so you can use NET USE in a bat file.Secondly, you need to create another bat file(pre-call) to call the previous bat fileFinally, add the pre-call bat file to user logon script.here is the linkhttp://support.microsoft.com/default.aspx/kb/265016 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.