Federating o365 with Google

In order to SSO into o365 using Google we need to federate the domains.  This is a requirement of o365. This is done as follows: Ensure using below commands that Immutableid is not blank and matches UPN of every user. # Powershell get all users with blank ImmutableID Get-MsolUser -all | Where-Object {  $_.ImmutableId -notmatch […]

Continue reading