How do I map a network drive so that any user that logs in the PC could see it in Windows 7?












0















I have a PC here that needs to connect to a network drive to receive data. Multiple users will log in with their own accounts to do research with the data from that same network drive. I want to know if there is a way that i could map the network drive one time so that everybody who logs in will see the drive and won't have to map it themselves. The PC is Windows 7 pro. thank you










share|improve this question




















  • 1





    Are you on a domain that's under your control? You could use group policy to do what you're talking about. If not, why not just log into each account and map the drive?

    – Adam
    Nov 18 '14 at 22:17











  • Yes it is under a domain. I am the domain admin. I will look into that. I don't want to log into each account because I am too lazy. i don't like to work hard.

    – Beatle
    Nov 18 '14 at 22:22













  • Using Group Policy Preferences to Map Drives Based on Group Membership

    – Ƭᴇcʜιᴇ007
    Nov 18 '14 at 22:29
















0















I have a PC here that needs to connect to a network drive to receive data. Multiple users will log in with their own accounts to do research with the data from that same network drive. I want to know if there is a way that i could map the network drive one time so that everybody who logs in will see the drive and won't have to map it themselves. The PC is Windows 7 pro. thank you










share|improve this question




















  • 1





    Are you on a domain that's under your control? You could use group policy to do what you're talking about. If not, why not just log into each account and map the drive?

    – Adam
    Nov 18 '14 at 22:17











  • Yes it is under a domain. I am the domain admin. I will look into that. I don't want to log into each account because I am too lazy. i don't like to work hard.

    – Beatle
    Nov 18 '14 at 22:22













  • Using Group Policy Preferences to Map Drives Based on Group Membership

    – Ƭᴇcʜιᴇ007
    Nov 18 '14 at 22:29














0












0








0








I have a PC here that needs to connect to a network drive to receive data. Multiple users will log in with their own accounts to do research with the data from that same network drive. I want to know if there is a way that i could map the network drive one time so that everybody who logs in will see the drive and won't have to map it themselves. The PC is Windows 7 pro. thank you










share|improve this question
















I have a PC here that needs to connect to a network drive to receive data. Multiple users will log in with their own accounts to do research with the data from that same network drive. I want to know if there is a way that i could map the network drive one time so that everybody who logs in will see the drive and won't have to map it themselves. The PC is Windows 7 pro. thank you







windows-7 windows mapped-drive






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 18 '14 at 22:31









Ƭᴇcʜιᴇ007

99.4k14156217




99.4k14156217










asked Nov 18 '14 at 22:05









BeatleBeatle

961310




961310








  • 1





    Are you on a domain that's under your control? You could use group policy to do what you're talking about. If not, why not just log into each account and map the drive?

    – Adam
    Nov 18 '14 at 22:17











  • Yes it is under a domain. I am the domain admin. I will look into that. I don't want to log into each account because I am too lazy. i don't like to work hard.

    – Beatle
    Nov 18 '14 at 22:22













  • Using Group Policy Preferences to Map Drives Based on Group Membership

    – Ƭᴇcʜιᴇ007
    Nov 18 '14 at 22:29














  • 1





    Are you on a domain that's under your control? You could use group policy to do what you're talking about. If not, why not just log into each account and map the drive?

    – Adam
    Nov 18 '14 at 22:17











  • Yes it is under a domain. I am the domain admin. I will look into that. I don't want to log into each account because I am too lazy. i don't like to work hard.

    – Beatle
    Nov 18 '14 at 22:22













  • Using Group Policy Preferences to Map Drives Based on Group Membership

    – Ƭᴇcʜιᴇ007
    Nov 18 '14 at 22:29








1




1





Are you on a domain that's under your control? You could use group policy to do what you're talking about. If not, why not just log into each account and map the drive?

– Adam
Nov 18 '14 at 22:17





Are you on a domain that's under your control? You could use group policy to do what you're talking about. If not, why not just log into each account and map the drive?

– Adam
Nov 18 '14 at 22:17













Yes it is under a domain. I am the domain admin. I will look into that. I don't want to log into each account because I am too lazy. i don't like to work hard.

– Beatle
Nov 18 '14 at 22:22







Yes it is under a domain. I am the domain admin. I will look into that. I don't want to log into each account because I am too lazy. i don't like to work hard.

– Beatle
Nov 18 '14 at 22:22















Using Group Policy Preferences to Map Drives Based on Group Membership

– Ƭᴇcʜιᴇ007
Nov 18 '14 at 22:29





Using Group Policy Preferences to Map Drives Based on Group Membership

– Ƭᴇcʜιᴇ007
Nov 18 '14 at 22:29










2 Answers
2






active

oldest

votes


















0














You mentioned that the accounts are on the domain, and you are the domain admin, and so this article goes over what you're asking. It shows you multiple ways of determining which users should have access to the network drive, if you don't want to map it for all your users.



Basically you have to setup a security group in AD with the users for which you want to map the network drive. There are other ways to map network drives, such as running a script on startup, if you need more complex logic, but typically doing it by security group is the easiest way to do it.






share|improve this answer
























  • thanks a lot. I will look at that article. My main goal is to make it so that every user that logs into that specific computer ( which is a virtual machine) has the mapped drives already to go for them. Since it will be something that a lot of the scientists here will need access to. Yeah, someone else mentioned the script method as well. I will look into both.

    – Beatle
    Nov 18 '14 at 23:16



















1














Hi what about using the following script



You could script it by using following script



net use s: /delete
net use s: myservmyshare



placed the file into the following folder after saving using notepad to .bat extention
It is hidden folder.
C:ProgramDataMicrosoftWindowsStart MenuProgramsStartUp
folder for all users.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f841949%2fhow-do-i-map-a-network-drive-so-that-any-user-that-logs-in-the-pc-could-see-it-i%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    You mentioned that the accounts are on the domain, and you are the domain admin, and so this article goes over what you're asking. It shows you multiple ways of determining which users should have access to the network drive, if you don't want to map it for all your users.



    Basically you have to setup a security group in AD with the users for which you want to map the network drive. There are other ways to map network drives, such as running a script on startup, if you need more complex logic, but typically doing it by security group is the easiest way to do it.






    share|improve this answer
























    • thanks a lot. I will look at that article. My main goal is to make it so that every user that logs into that specific computer ( which is a virtual machine) has the mapped drives already to go for them. Since it will be something that a lot of the scientists here will need access to. Yeah, someone else mentioned the script method as well. I will look into both.

      – Beatle
      Nov 18 '14 at 23:16
















    0














    You mentioned that the accounts are on the domain, and you are the domain admin, and so this article goes over what you're asking. It shows you multiple ways of determining which users should have access to the network drive, if you don't want to map it for all your users.



    Basically you have to setup a security group in AD with the users for which you want to map the network drive. There are other ways to map network drives, such as running a script on startup, if you need more complex logic, but typically doing it by security group is the easiest way to do it.






    share|improve this answer
























    • thanks a lot. I will look at that article. My main goal is to make it so that every user that logs into that specific computer ( which is a virtual machine) has the mapped drives already to go for them. Since it will be something that a lot of the scientists here will need access to. Yeah, someone else mentioned the script method as well. I will look into both.

      – Beatle
      Nov 18 '14 at 23:16














    0












    0








    0







    You mentioned that the accounts are on the domain, and you are the domain admin, and so this article goes over what you're asking. It shows you multiple ways of determining which users should have access to the network drive, if you don't want to map it for all your users.



    Basically you have to setup a security group in AD with the users for which you want to map the network drive. There are other ways to map network drives, such as running a script on startup, if you need more complex logic, but typically doing it by security group is the easiest way to do it.






    share|improve this answer













    You mentioned that the accounts are on the domain, and you are the domain admin, and so this article goes over what you're asking. It shows you multiple ways of determining which users should have access to the network drive, if you don't want to map it for all your users.



    Basically you have to setup a security group in AD with the users for which you want to map the network drive. There are other ways to map network drives, such as running a script on startup, if you need more complex logic, but typically doing it by security group is the easiest way to do it.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Nov 18 '14 at 22:32









    AdamAdam

    1,480813




    1,480813













    • thanks a lot. I will look at that article. My main goal is to make it so that every user that logs into that specific computer ( which is a virtual machine) has the mapped drives already to go for them. Since it will be something that a lot of the scientists here will need access to. Yeah, someone else mentioned the script method as well. I will look into both.

      – Beatle
      Nov 18 '14 at 23:16



















    • thanks a lot. I will look at that article. My main goal is to make it so that every user that logs into that specific computer ( which is a virtual machine) has the mapped drives already to go for them. Since it will be something that a lot of the scientists here will need access to. Yeah, someone else mentioned the script method as well. I will look into both.

      – Beatle
      Nov 18 '14 at 23:16

















    thanks a lot. I will look at that article. My main goal is to make it so that every user that logs into that specific computer ( which is a virtual machine) has the mapped drives already to go for them. Since it will be something that a lot of the scientists here will need access to. Yeah, someone else mentioned the script method as well. I will look into both.

    – Beatle
    Nov 18 '14 at 23:16





    thanks a lot. I will look at that article. My main goal is to make it so that every user that logs into that specific computer ( which is a virtual machine) has the mapped drives already to go for them. Since it will be something that a lot of the scientists here will need access to. Yeah, someone else mentioned the script method as well. I will look into both.

    – Beatle
    Nov 18 '14 at 23:16













    1














    Hi what about using the following script



    You could script it by using following script



    net use s: /delete
    net use s: myservmyshare



    placed the file into the following folder after saving using notepad to .bat extention
    It is hidden folder.
    C:ProgramDataMicrosoftWindowsStart MenuProgramsStartUp
    folder for all users.






    share|improve this answer




























      1














      Hi what about using the following script



      You could script it by using following script



      net use s: /delete
      net use s: myservmyshare



      placed the file into the following folder after saving using notepad to .bat extention
      It is hidden folder.
      C:ProgramDataMicrosoftWindowsStart MenuProgramsStartUp
      folder for all users.






      share|improve this answer


























        1












        1








        1







        Hi what about using the following script



        You could script it by using following script



        net use s: /delete
        net use s: myservmyshare



        placed the file into the following folder after saving using notepad to .bat extention
        It is hidden folder.
        C:ProgramDataMicrosoftWindowsStart MenuProgramsStartUp
        folder for all users.






        share|improve this answer













        Hi what about using the following script



        You could script it by using following script



        net use s: /delete
        net use s: myservmyshare



        placed the file into the following folder after saving using notepad to .bat extention
        It is hidden folder.
        C:ProgramDataMicrosoftWindowsStart MenuProgramsStartUp
        folder for all users.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 30 at 15:00









        sunilyadav0201sunilyadav0201

        111




        111






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f841949%2fhow-do-i-map-a-network-drive-so-that-any-user-that-logs-in-the-pc-could-see-it-i%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How do I know what Microsoft account the skydrive app is syncing to?

            When does type information flow backwards in C++?

            Grease: Live!