Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

13 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments
Tim Baker
Tim Baker
4 years ago

If ADFS and MFA are used – when the script goes down the ADFS path it no longer looks for MFA boxes. I’ve edited the code to fix this issue. Note: it also checks the “Don’t ask again for X days” Check Box if present Fix for MFA Code ———————————————————- At line 2271 (Give or take 10 rows depending on how many drives mapped) Just after try{ (getElementById -id “idSIButton9”).click() log -text “KMSI prompt detected” waitForIE }catch{$Null} add the following code ————————————————— #MFA PhoneCall handler try{ $tfa_call_status = getElementById -id “idDiv_SAOTCC_Description” log -text “detected you’re being called by MFA, waiting… Read more »

StigN
StigN
3 years ago

The script is working fine for OneDrive, but when I try to connect to a Sharepoint Site it failes. It looks like the redirect is wrong ? I have tried to reset IE several times, it still failes. INFO | Initiating Sharepoint session with: https://ita007.sharepoint.com/sites/ITA365/Delte%20dokumenter/Forms/AllItems.aspx INFO | Retrieving Sharepoint cookie step 1… INFO | Detected a id_token redirect to Office.com, following… https://ita007.sharepoint.com/_forms/default.aspx ERROR | Error detected while following id_token redirect, check the FAQ for help INFO | Setting FedAuth cookie for https://ita007-my.sharepoint.com…. ERROR | Failed to set a cookie: Exception calling “SetWinINETCookieString” with “3” argument(s): “Exception setting cookie: Win32 Error… Read more »

Denise
Denise
4 years ago

Trying to enable Self-Service Password Reset in Azure and when a User tries to login to Citrix where OneDriveMapper is running, it switches to Native mode takes a long time before this error is shown: “Mapping cannot continue because we cannot detect your username” – our solution is to finish the SSPRSetup (aka.ms/ssprsetup) using a browser outside of Citrix, then before they try to login to Citrix, delete the TMP and Log files for OneDriveMapper from their roaming profile. Once that is complete they can login and OneDriveMapper completes after asking for their password and they successfully register for SSPR.… Read more »

Vinc
Vinc
4 years ago

Is there a solution if we uses BIG-IP – Access Policy Manager (APM) as a SAML 2.0 Identify Provider (IdP) for our Office 365 authentication? Thx