Jump to content

Recommended Posts

Posted
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 :)

  • 2 months later...
Posted

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.

  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...