All posts by JosL

O365Migrator v0.92 beta release

Version 0.92 of O365Migrator is now available as a free download, this version has not yet been tested thoroughly.

What was changed?

  • Retry support of failed folders or files
  • Export of failed items to XML file so you can edit the file before retrying
  • Ignore list of root folders is now specified in the config of the main script file and passed down
  • Precise display of total number of failed items in UI
  • Bug fixed: items that were checked out could not be overwritten

You can find the new version here.

OnedriveMapper 2.37 released!

Version 2.37 of OneDriveMapper has been released!

  • Supports password save/caching (only if not using ADFS), enabled by default
  • Dependency on external Windows7Library removed
  • My Documents library redirection now supported natively, probably works on a lot of different MS OS versions now.

Get the new version here

Office 365 fallback from ADFS to Password Sync with ADFS down

Because I’ve been asked too many times and keep having to look up the commands, I’m just going to throw them here for reference. If your ADFS farm, federated with Office 365, goes down for some reason and is no longer reachable, the Microsoft way of unfederating your Office 365 logon domain won’t work, as the set-msoladfscontext command won’t be able to reach your ADFS machine.

Simply setting the domain’s authentication mode from Federated to Managed will also do the trick and allow your users to login with their synced passwords:

Import-Module MSOnline
Connect-MsolService
Set-MsolDomainAuthentication -Authentication Managed -DomainName yourlogondomain.com