O365Migrator v0.93

Version 0.93 of O365Migrator is now available as a free download.

What was changed?

  • Bug fixed in passing the folder ignore list to the cleanup subscript
  • Bug fixed in validating a folder’s presence in the folder ignore list when doing the actual move

You can find the new version here.

New Azure Active Directory Powershell functions in v1.1.166.0 allow specifying global data location per service

The latest 1.1.166.0 release offers three new commands:

Get-MsolCompanyAllowedDataLocation
Retrieves all the current allowed data locations of a company from Azure Active Directory.
The Get-MsolCompanyAllowedDataLocation cmdlet can be used to retrieve all
the current allowed data locations of a company from Azure Active
Directory. If a company has not opted in the multinational feature or has
no allowed data locations, then the cmdlet will return an empty list.

Set-MsolCompanyMultiNationalEnabled

Enables the multinational feature for a service type for a company with Azure Active Directory.

The Set-MsolCompanyMultiNationalEnabled cmdlet will attempt to enable the multinational feature for a service type for a company in v1. Note that disabling/opting out from the multinational feature for a service type is not supported in v1. This cmdlet will return an error with the failure reason if the multinational feature for a service type cannot be enabled for a company.

Example: Set-MsolCompanyMultiNationalEnabled -ServiceType MicrosoftCommunicationsOnline -Enable $True

Set-MsolCompanyAllowedDataLocation

Sets an allowed data location for a service type for a company in Azure Active Directory.

The Set-MsolCompanyAllowedDataLocation cmdlet will attempt to set an allowed data location or update an existing allowed data location for a service type for a company in v1.

Example:  Set-MsolCompanyAllowedDataLocation -ServiceType
MicrosoftCommunicationsOnline -Location EUR

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.