Create a network drive via domain policy

T

Tal Amir

whats the most effective way to accomplish that ?
i'd like a network drive to be mapped to a share on our file server for
every user using a script on login.
that script should also enforce security for that user as read\write to the
remote directory.

any idea's ?
 
H

Herb Martin

Tal Amir said:
whats the most effective way to accomplish that ?

GPO setting or GPO enabled batch Login script.
i'd like a network drive to be mapped to a share on our file server for
every user using a script on login.

Then use the script. Easiest is to build the script USING the
GPEdit mmc so that it will suggest storing the actual file in the
correct place. (If you already have the script then paste your
current source into the GPEdit provided notepad.)
that script should also enforce security for that user as read\write to the
remote directory.

That is done on the SERVER side, not when the user tries to use the
drive (i.e., not during mapping.)

Set the Share permissions on the Server (Explorer or Net Share command)
AND set the NTFS permission on the actual files and directories located
there (using Explorer or Cacls.exe or XCacls.exe).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top