So I will be moving a lot of data over to a new NAS server. But I’m
fine doing the following:
if exist g: net use h: /delete /y
net use g: \\newserver\share
But how would I map a home directory? I will go into User Manager and
change the location of their home directory to the new server but its
remote users I’m worried about.
They will neither VPN or RAS in and won’t map their new home directory.
So I was thinking about sending out a link in an e-mail to click the
batch file to remap their home directory but I’m not really sure what to
put in the batch script?
I was thinking:
if exist h: net use h: /delete /y
net use h: \\newserver\%username%
Any thoughts or suggestions what I can do for my mobile users? And yes
we will be migrating to AD in a few months