mlunn82 Posted February 8, 2017 Posted February 8, 2017 Hi, I am starting to look at - OneDriveMapper powershell script - OneDriveMapper | Liebensraum I can get the script to map the one drive as home drive and can get it to map a share point drive but i can't get the script to map more than one share point drive. I know the path is correct as if i swap them over they work but will still only map one drive. want the scrip to map a P: M: etc but can only get one drive to map. Seeing if anyone can help? Thanks In advance
NicholasEsping Posted February 10, 2017 Posted February 10, 2017 You just need to copy the line and add it right below it with your other sharepoint site like this: $sharepointMappings += "https://ogd.sharepoint.com/site1/documentsLibrary,ExampleLabel,Y:" $sharepointMappings += "https://ogd.sharepoint.com/site2/documentsLibrary,ExampleLabel2,Z:"
Timetable Posted February 16, 2017 Posted February 16, 2017 I am currently trying to get this script to work at my place but with no luck. Do you already have SSO setup? i think that's where i am having the problem. 1
NicholasEsping Posted February 16, 2017 Posted February 16, 2017 I do not currently have SSO setup but even without SSO after running the script it should just ask for your password and set up the drives.
Liam Posted February 16, 2017 Posted February 16, 2017 I'm struggling to get it to consistently map. It just doesn't show for some users and I don't know what I'm doing wrong. I have adfs etc and it works fine but only for some users. If I give them a new their profile it works though. Must be caching something
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