Hello,
I need to map drives for different users on PCs that I don't have physical access to.
I've done a bit of research, and think maybe what I need to do is create individual scripts for each user, mapping their drives, and add the script to their profile in Active Directory.
I must be missing a step, or perhaps not understanding where this file should sit.
I have a public share on one of our data servers that I have created a folder - and stored the userName.bat file there.
my userName.bat file looks like:
@echo off
net use o: \\serverName\FolderName
Under the profile tab for this user in Active Directory I've tried a few things, but currently have:
Profile Path: blank
Startup file: \\serverName\Subfolders\username.bat
Nothing happens when I log in - the drive doesn't map.
If I copy the line i have in the startup file, and paste it in My Computer and double click the file, it maps the drive fine, so I know I have the correct location and filename.
Any suggestions?
Thanks!
Amber
I need to map drives for different users on PCs that I don't have physical access to.
I've done a bit of research, and think maybe what I need to do is create individual scripts for each user, mapping their drives, and add the script to their profile in Active Directory.
I must be missing a step, or perhaps not understanding where this file should sit.
I have a public share on one of our data servers that I have created a folder - and stored the userName.bat file there.
my userName.bat file looks like:
@echo off
net use o: \\serverName\FolderName
Under the profile tab for this user in Active Directory I've tried a few things, but currently have:
Profile Path: blank
Startup file: \\serverName\Subfolders\username.bat
Nothing happens when I log in - the drive doesn't map.
If I copy the line i have in the startup file, and paste it in My Computer and double click the file, it maps the drive fine, so I know I have the correct location and filename.
Any suggestions?
Thanks!
Amber