Blog

Updated: Create an automated report for Office 365 / Microsoft 365 license usage with friendly names using Azure a Function App (using a system assigned managed identity) and Logic Apps

One of my colleagues who used my previous blog post: Create an automated report for Office 365 / Microsoft 365 license usage with friendly names using Azure a Function App and Logic Apps https://blog.terenceluk.com/2022/07/create-automated-report-for-office-365.html … recently informed me that his Function App would fail to

Read More...

Setting up BitTitan to migrate mailboxes from O365 to another O365 tenant fails source authentication with the error: “Your migration failed while checking source credentials. The request failed. The remote server returned an error: (401) Unauthorized.”

It has been a while since I’ve been involved with Office 365 mail migrations but I was recently contacted by a colleague who was setting up BitTitan’s MigrationWiz for a migration and could not figure out why he was not able to authenticate so I

Read More...

Skype for Business Online (SkypeOnlineConnector) PowerShell connections are blocked and Set-CsUser no longer works

Problem You’ve noticed that the following cmdlets fail with the error message indicating Skype for Business Online (SkypeOnlineConnector) PowerShell connections are blocked: Import-Module SkypeOnlineConnector $sfbSession = New-CsOnlineSession New-PSSession : [admin0b.online.lync.com] Processing data from remote server admin0b.online.lync.com failed with the following error message: Skype for Business

Read More...

Attempting to set immutableId for user throws the error: “Set-MsolUser : Uniqueness violation. Property: SourceAnchor.”

Problem You’re attempting to use the Set-MsolUser cmdlet to configure the immutableId attribute for a user in Azure Active Directory but receive the following error: PS C:> Set-MsolUser -UserPrincipalName jsmith@contoso.com -ImmutableId “zxGeOiOTdkivMtgkOsuvKA==” Set-MsolUser : Uniqueness violation. Property: SourceAnchor. At line:1 char:1 + Set-MsolUser -UserPrincipalName jsmith@contoso.com

Read More...