Hi all,
I am testing RemoteApp on a single Windows 2012 R2 server and I want the applications that I serve out to show a couple of mapped drives when they select "File" -> "Save as". I've tried putting the RemoteApp server into it's own container in AD and using a Domain Group Policy in Loopback Replace Mode to call a login script to map the drive via a batch script but had no luck. I also tried another domain group policy related to Terminal Services Sessions where it should "start a program when the person logs in" and pointed it to my batch script but it didn't work either. I also tried setting a local group policy on the RemoteApp server to have it call my batch script but had no luck. I also thought, "hey...maybe cmd.exe needs to be published to the user as a RemoteApp" but that didn't help. I also tried publishing "explorer.exe" and I can manually map the drives that way but I want it to be automatic.
Any thoughts?
Thanks