I have found that the best way to do this is to map the users local drives through Terminal Server. You can do this manually, depending on how many PC's you have. If you have a large number of PC's you can do it through the login script by adding the following lines.
net use x: /delete /yes
net...
We had the same problem when we implemented our Terminal Servers. However, instead of using the drive share utility, we added the following lines into the login script.
net use x: /delete /yes
net use x: \\%CLIENTNAME%\a /yes
net use z: /delete /yes
net use z: \\%CLIENTNAME%\c /yes
net use y...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.