We have to make 150 new PC's and all need to have F drive mapped to a folder on a server, does anyone know a way of doing this so any user who logs onto the machine will have the drive\s already mapped?
for those 15-20 pc's use a standard login procedure for example pc1, pc2....and write login script for those login names....there's no machine specific way to map a network drive since the login procedure looks at user not computer or it's name....
-------------------------------------
everything in life is a learning experience.....everything.......
We want the mapping to be machine specific for any user who logs onto the machine.
We have a standart set of programs that are going to go out on these machines that require a mapped drive and we dont have the time or resources to tell a user how to map them. It needs 4 or 5 mapped drives to various servers.
. The original question was how to map, say F: to all users at logon to a folder on a a server.
As many have answered:
The logon script allows the Net command:
net use f: /delete /Yes /P:No
net use f: \\server\share_name /Y /P:No
. Now the /Home switch
%HOMEDRIVE%—Displays the logged-on user's home drive set on the Computer Management Tool
%HOMEPATH%—Displays the path of the user's home directory
%HOMESHARE%—Displays the share name of the user's home directory
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.