Blue_Cookeh Posted October 29, 2017 Posted October 29, 2017 I've done it my only concern is that on first login you have to wait for the Onedrive client to update. You need ADAL enabled and a reg key pushed out. You need to have Onedrive. exe in the user reg hive. I solved this by replacing the OneDriveSetup.exe in the Windows 10 WIM with the latest download from the Microsoft site, which sped it up considerably. I'll deploy the AADL reg to my test users and see if it fixes it, thanks
PyROm Posted January 12, 2018 Posted January 12, 2018 Hi, I am currently looking at using onedrive for students. I found that I had to allow a lot of Microsofts infrastructure through our proxy (Smoothwall) as unauthenticated to get onedrivemapper to work (to avoid 407 errors). I have got round this by adding the users login credentials to the http request onedrive mapper does. in v3.13 of the script I added the line $request.Proxy.Credentials = [system.Net.CredentialCache]::DefaultNetworkCredentials below line 330, which reads $request.KeepAlive = $True This is only needed if you dont use ADFS, were currently using passthrough. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now