[Network Drive] User Drive

Landmine

Limp Gawd
Joined
Oct 19, 2011
Messages
402
How can I create a mapped network drive, lets say the U Drive, for each user that logs in?

\\Server\Users\Username

I'd like all users to be able if they wanted to, to store data on the server under a personal drive/folder.
 
in its most basic form you can do this via Active directory.

if not then use a bat file

net use drive letter \\ComputerName\ShareName
 
We do ours right on the user account in AD. Set up your profile drive on the account. Bam done.
 
Back
Top