

Note: If your domain is already federated and you need to change federation to Google, run the Get-MSolDomainFederationSettings -DomainName | Format-List *
MICROSOFT OFFICE ACCOUNT MANAGEMENT CONSOLE UPDATE
For instructions see add a new custom attribute and update a user profile. Create a custom attribute in Google, then populate each user’s profile with their Office 365 ImmutableID.Currently, only one toolexists, allowing you to perform all daily tasks inside the native admin tool, AD Users & Computers. $exportUsers = Get-MsolUser -All | Select-Object UserprincipalName, ImmutableID | Export-Csv C:\csvfile Office 365 Management Tools The daily administration of AD users and Office 365 mailboxes involves multiple toolsthat may seem confusing and cumbersome. For example, to retrieve ImmutableID for all users and export to a CSV file: Use PowerShell to retrieve the ImmutableID from Azure AD.If users were created via Azure Active Directory sync, ImmutableID is an encoded version of the Active Directory objectGUID.Refer to the PowerShell documentation for specific instructions. Set-MsolUser -UserPrincipalName -ImmutableId can also use Set-MsolUser to bulk update all users. For these users, use the PowerShell Set-MsolUser command to set the ImmutableID in Office 365 to match the user’s UPN: If users were created in Office 365 Admin console, ImmutableID should be blank.If you set up Google to autoprovision users, you don’t have to configure ImmutableID, it is mapped by default to the user’s email address (the User Principle Name or UPN).


Office 365 uses the ImmutableID attribute to uniquely identify users. For SSO between Google and Office 365 to work, each Office 365 user must have an ImmutableId, and the SAML Name ID attribute sent to Office 365 during SSO must be the same as the ImmutableId.Īn Office 365 user’s ImmutableID varies according to how the user is created.
