Currently I am in the process of establishing personal user drives for all my users. For some reason, the prior admin created one share for EVERYTHING!!! I want everyone to have a "U:\" drive that connects to \\<SHARE>\users\<USERNAME>
This is how I am setting up the drives in AD:
This is configuring all the proper settings in AD; however, it doesn't create the new share like when you use the ADUC GUI.
Does anyone know how I could go about scripting the creation of the user's folder? Thanks in advance.
----------------------------
Beau71 - MCSA
----------------------------
This is how I am setting up the drives in AD:
Code:
dsquery user "<ENTER OU HERE>" | dsmod user -hmdrv u: -hmdir "\\<SHARE>\users\$username$"
This is configuring all the proper settings in AD; however, it doesn't create the new share like when you use the ADUC GUI.
Does anyone know how I could go about scripting the creation of the user's folder? Thanks in advance.
----------------------------
Beau71 - MCSA
----------------------------