I was wondering if there is a way using a VB logon script to have the remote server auto create network mapped drives to users local systems Desktop and My Docs Folder. This way users can save/upload files to their local system drive, skipping the
process of setting up RDP advanced settings, allowing access to local drives. Doing so, the user still has to drill their way to one of these two specific folders.
The Logon would create the two mapped as Network drives that path right to their local systems Desktop and MY Docs folders.
IE:
"\\davidr-310\c$\Users\davidr\Desktop" (Map to the remote server session as drive L: for example)
"\\ davidr-310\c$\Users\davidr\Documents" (Map to the remote server as drive M: for example)
Both examples above show my local system name [davidr-310] which is my systems network / ad computer name.
Users and Computers are all in AD on a corp lan. Comments or alternate methods to achieve this would be greatly appreciated.
I am hopeful the local system user desktop path/docs folders can be queried from the remote server and these two network drives be mounted automatically.
Thank you,
David Roth