Convert AzureAD ImutableID to MsDsConsistencyGUID
Hello,
When working with AADConnect, Active Directory & Azure AD, you may have to perform some hard matches to solve some weird issues, or for restoration purposes.
Continue readingConvert AzureAD ImutableID to MsDsConsistencyGUID
Hello,
When working with AADConnect, Active Directory & Azure AD, you may have to perform some hard matches to solve some weird issues, or for restoration purposes.
Continue readingAnalyze email headers
Hello,
There are a few ways to have a look at email headers. Some of them require some knowledge, some others are quite visual. Let’s see a few here.
Continue readingInvoke-Command Remote Variables PowerShell
Hello,
Invoke-Command is great to use one of the “fan out” parallel execution possibilities with PowerShell. Indeed, by default it can execute the same command on 32 servers, simultaneously, without knowing anything about threads or runspaces.
Continue readingAzure Information Protection Overview
Hello,
Hereunder a quick overview of what’s possible with AIP with EMS in Office 365. This is based on my early testing, just scratching the surface of the possibilities.
Continue readingMicrosoft shared an Office 365 Free DMARC solution a few days ago, with a partnership with ValiMail. You can subscribe to the service on this link.
You can read the complete announcement there.
Continue readingChange Active Directory Password Remotely
Hello,
Today I wanted to share a small tips about a feature that is not widely known. Indeed, a lot of people deploy AD FS for Office 365 without knowing the full capabilities of this feature.
Continue readingEnable Remote Mailbox CSUser Office 365
Hello,
When you work with an hybrid deployment of Office 365, new object creation is a bit tricky, depending on where they will land. Indeed, you can’t create a user directly in Office 365 and hope for the best. This won’t work because your Active Directory is still the start of authority of your users attributes.
Continue readingAADSTS 50107 Realm Object does not exist
Hello,
I recently came across an issue with an ADFS farm when adding a new federated domain. I’ve added the domain with the MSOnline PowerShell module to perform that modification, from the ADFS primary server:
Continue readingGet Mobile Device Policy Change PowerShell
Hello,
Today we’ll how to measure the impact of a mobile policy change in your organization. For example, let’s say that your organization wants to harden the mobile device requirements for mailbox access and you want to see a few days later how many mobile devices stop syncing. Continue reading
Get SSL Labs Test Result PowerShell
Hello,
Today we’ll see how we can use PowerShell and the Web API of SSL Labs to analyze a site or several sites, and then retrieve the result in a nice formatted PowerShell object. Continue reading