SharePoint Online Document Library as a Mapped Drive
Looking at the title of this blog post you may think that this is yet another article on how to connect to a SharePoint Online document library as a mapped drive. But there are very few free solutions for doing this when using ADFS or Azure AD Connect for SSO. None of the ones I found worked when using Azure AD Connect. If you are looking for a solution that works with ADFS then checkout Cookie365 https://fabiocuneaz.blogspot.it/ The problem is to obtain the authentication cookie needed to map the drive you must first SSO to SharePoint Online using Internet Explorer (other browsers will not work). By default the cookie will expire after 5-days, but our users have a fresh Windows login almost daily at which point the cookie will be refreshed by the logon script. That being said I don't expect the cookie to expire potentially causing a problem with connecting to the mapped drive. If it becomes an issue I plan to look into running a portion of the Pow...