jordanyoungrsa Posted June 17, 2019 Posted June 17, 2019 Hi All, Anyone using One Drive Mapper with Office 365 federated by RM Unify? https://www.lieben.nu/liebensraum/onedrivemapper/ Looking to map users one drive's as a network share but can't seem to get this script working possibly due to the RM Unify splash screen. Anyone had any experience with this? Thanks
AJWhite1970 Posted June 17, 2019 Posted June 17, 2019 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?
jordanyoungrsa Posted June 17, 2019 Author Posted June 17, 2019 Thought i'd set them all but will go through line by line to double check
Sylv3r Posted June 17, 2019 Posted June 17, 2019 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).
PyROm Posted June 18, 2019 Posted June 18, 2019 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.
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