Setup Azure Let’s Encrypt for your Azure App Website

Hi Guys, Last but not least post, on the Azure Let’s Encrypt setup. On previous posts we found out how to setup the Azure AD applications and permissions and how to install the Let’s Encrypt extension in an Azure App Website. We now needs to finish the Azure Let’s Encrypt setup to provide and install […]

Creating an Azure Active Directory application for Let’s Encrypt in Azure App

Hello guys, I recently found out, thanks to my buddy Emmanuel, that Google held some references to my blog posts over HTTPS. But, prior to 12/20/2016 where I get noticed of the issue, the blog was not using HTTPS at all. The displayed certificat was the one fromAzure Websites, as my blog is an Azure […]

PowerShell check Office 365 Msol (Azure AD) and Exchange Online default domain

Hi Guys, As you know I juste had an issue with a client Office 365 tenant (Office 365 unsynced default between Msol and Excahnge Online). Here is wrapup function of the Cmdlets I wrote to check this situation: [ps]Function Get-MsolAndExODefaultDomain { $MsolDefaultDomain = (Get-MsolDomain | Where-Object { $_.IsDefault -eq $true }).Name $ExODefaultDomain = (Get-AcceptedDomain | […]

Office 365 unsynced Default domain between MSOL and Exchange Online

Hi Guys, During a cross tenant migration this week-end, we had a bug on Microsoft Office 365 backend. The issue blocked the SMTP domain striping from one tenant, this issue blocked the migration because you could not bind a domain that is already linked to an Office 365 tenant into another tenant. Little bit of […]