OneDrive and RDS (remote desktop services)

Associate
Joined
8 Mar 2010
Posts
84
Hi all,

Hope someone can help me.

We have a RDS infrastructure running on server 2016 and what i am trying to achieve is when an RDS user logs into a session, it passes their windows credentials they just logged on with to map their OneDrive folder to the session.

I am currently looking into a logon script via GPO but having issues mapping the drive as its not a local drive but external.

If anyone has been in a similar scenario, any help would be appreciated.

thanks
 
We have an RDS environment, albeit for a single application that a select few use... otherwise we'd have binned it already. We map our drives via PS scripts applied by GPO. Easy enough to do for passing AD credentials and matching usernames etc. but for OneDrive, I believe its a path that requires the users CID identifer that you need. The hard part would be having some kind of function that calls Azure AD and plys it with your users login details, matches it and passes through the CID number, appending it to the end of a line of code to map that said OneDrive folder as a network drive.

From what we've seen with O365 it does freaky things when it comes to IDs and matching of records etc.

P.S If this is an RDS environment, meaning likely accessing from outside the workplace, why dont they just sign into office.com and access the files that way?
 
Back
Top Bottom