How do I map a network drive so that any user that logs in the PC could see it in Windows 7?
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
add a comment |
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
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
add a comment |
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
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
windows-7 windows mapped-drive
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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.
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
add a comment |
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Jan 30 at 15:00
sunilyadav0201sunilyadav0201
111
111
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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