There is a small network with an active directory, and there is one machine with RAID-1 storage. How can I mount a user-specific shared folder, for example:
\\NetworkStorage\Storage\%USERNAME%
when %USERNAME% performs logon?
|
feedback
|
|
you can use the NET command to mount a drive:
(Note that you need to use back slashes, not forward slashes) This could be added to your logon script. ALSO, you can specify a "home" drive for each user in his or her active directory profile. This can be mounted automatically, or with the following command:
| ||||
|
feedback
|