Jump to content

Recommended Posts

Posted

Not via RM but yes I'm using v3.18 of this script which is then run through the "PS1 to exe" utility to produce a drive mapping on demand that sits on the student desktop.

 

There are several lines that need editing for your own o365 settings, might be worth checking you have them all set correctly?

Posted
Are you a CC4 school or vanilla with RM Unify? If you are on CC4, RM have their own OneDrive mapper that may do the job for you (Doesn't work on Vanilla).
Posted

We use smoothwall here that requires users to authenticate for web access (we use ntlm/kerberos). The default onedrive mapper script doesnt support this. I posted this on the onedrivemapper page a while ago..

Paste this line into the one drive mapper script

$request.Proxy.Credentials = [system.Net.CredentialCache]::DefaultNetworkCredentials

 

below

 

$request.KeepAlive = $True

(line 330).

 

This uses the logged in users credentials to go through the proxy and I have had it working here for native authentication.

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...