Link to home
Start Free TrialLog in
Avatar of pabgm
pabgmFlag for Australia

asked on

Map network drive using policies sbs 2008

Hi i have a new server and want to map a drive using policies its a sbs 2008 standard box
Avatar of tneilen
tneilen
Flag of Australia image

You will need to write a custom logon script, and save it as a batch file. You can then add this as a logon script GPO.

In order to map a drive, the command is as follows:

net use <drive letter> \\servername\shared

eg. To map "clientfiles" to the Z drive: net use z: \\server\clientfiles
Avatar of pabgm

ASKER

I would prefer not to use a script
ASKER CERTIFIED SOLUTION
Avatar of tneilen
tneilen
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
pabqm, did you end up getting the GPO set up? Is there anything further I can assist with?