Answered Terminal Services Drive Redirection

  • Wednesday, November 28, 2012 12:06 AM
     
     

    When my users come in through RDS in 2008 R2, their drives get redirected.  Is there a way to assign a drive letter to those redirected drives?  Is there a way to do it through GPO?  The Drive Mapping preferences don't seem to be able to map them (as \\tsclient\c or whatever).  Any pointers?

All Replies

  • Wednesday, November 28, 2012 12:37 AM
    Moderator
     
     Answered

    Hi,

    You can map drives using a script, for example:

    net use x: \\tsclient\c /persistent:no

    It may be that when GPP attempts to map the drive the RDSH network provider has not initialized yet.  This type of an issue could happen with a script as well, in which case you would need to have a delay or similar to give the provider time to get ready.

    -TP

    • Proposed As Answer by TP []MVP, Moderator Wednesday, November 28, 2012 10:19 AM
    • Marked As Answer by FuzzyLogic Thursday, November 29, 2012 4:55 PM
    •  
  • Wednesday, November 28, 2012 12:55 AM
     
     
    Figured it might be a timing issue but that's not new to GPO which is why you'd think it was accounted for somewhere.  Would be nice if there were a normal use case for this since it's not that bizarre.  We're trying to avoid scripting wherever possible if other options exist.  Oh, well, back to logon scripts unless something smart shows up first.
  • Wednesday, November 28, 2012 1:57 AM
     
     

    You can set it in GPO at,

    Computer Configuration\Policies\Administrative Templates\Windows Components\Terminal Services\Terminal Server\Device and Resource Redirection

  • Wednesday, November 28, 2012 3:47 AM
     
     

    Really? AFAIK, all you can do with those settings (And their User conf counterparts) is wholesale enable/disable the redirection, which isn't the question here.

  • Thursday, November 29, 2012 6:28 AM
    Moderator
     
     
    TP is right.Mapping drives using a script is the accessible way.

    Regards,

    Clarence

    TechNet Subscriber Support

    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedbackhere.


    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Thursday, November 29, 2012 4:55 PM
     
     

    Yeah, just sad that they did all that work to put in this new stuff and it feels incomplete since it can't handle the RDS case.  I'll mark TP's answer since it's the best workaround.  I used to wonder why people use AppSense.