Back in 2011 I created a script that provided a group nesting report for on-premises AD groups using the Quest ActiveRoles cmdlets, you can find that here. However recently I needed … [Keep Reading]
Category: Azure
SKU and Service Plan ID values
This is by no means a complete list, it’s only what I’ve been able to collect so far, however here are a list of SKU ID and Service Plan ID values. This … [Keep Reading]
msExchRemoteRecipientType
When dealing with attributes synced to O365 via FIM \ DirSync \ AAD Sync, you will frequently encounter the msExchRemoteRecipient type attribute, previously empty in on-prem Exchange (only msExchRecipientTypeDetails and msExchRecipientDisplayType had … [Keep Reading]
Get-MSOLUserWithValidationError
I sometimes find that the validation error detail in the portal is less than helpful, and getting the verbiage from powershell can be a bit tricky, so I wrote the following Powershell … [Keep Reading]
Get-O365user.ps1 = MSOLuser and EXOUser and EXOMailUser or EXOUserMailbox attributes combined!
Have you ever been troubleshooting Exchange Online (EXO) and MSOnline (Azure) objects and wished there was a way to aggregate all the data together into a single object that you could manipulate … [Keep Reading]
PowerShell connectivity to Azure, Exchange Online and Exchange on-premises all-in-one
I use the following function in my PowerShell profile so that I can use the Microsoft Online cmdlets, the Exchange cmdlets against Exchange online and the Exchange cmdlets against on-premises all in … [Keep Reading]
Testing ADFS Federation with Office 365 without DirSync in place
Sometimes, as you are deploying ADFS, DirSync, Hybrid etc… you might decide that you want to test ADFS with your tenant before you have DirSync in place (maybe you're waiting on a … [Keep Reading]
Auto-Licensing script for Office 365
You can use the following script with task scheduler to connect to your tenant via powershell, check for any unlicensed users and apply a license.
It will alert via email when the … [Keep Reading]
Duplicating an on-prem mail-enabled security group as a cloud DL
Many Office 365 customers run into problems in a non-hybrid (simple coex) configuration where they used to have on-premise mail-enabled security groups, but they alllowed the group owners to update membership using … [Keep Reading]