How To Get Azure Tenant ID
In many cases you need to know the tenant ID of your Azure AD tenant. It’s easy to obtain this information using PowerShell or the Azure Portal. If you like …
In many cases you need to know the tenant ID of your Azure AD tenant. It’s easy to obtain this information using PowerShell or the Azure Portal. If you like …
So – you set up Azure AD Connect to take care of the synchronization between your on-premise AD and Office 365. But what’s the status on the synchronization? Fortunately it’s …
When using the PowerShell command Get-MsolUser you’ll sometimes see the error message “You must call the Connect-MsolService cmdlet before calling any other cmdlets”. The output may be similar to this: …
The error message “A positional parameter cannot be found that accepts argument [user name]” is most likely one of the first errors you’ll encounter when starting up with Office 365 …
As an Exchange Online admin users may ask of you to delegate access to their calendar. Unfortunately this can’t be done via the Exchange Admin Center. It’s one of many …
At some time all email admins will come across a Non-Delivery-Report aka NDR. The NDR is an more or less informative email that something has blocked the mail server from …
If one of your Office 365 mailboxes has been configured with external forwarding you may encounter this error message when trying to send an email: Remote Server returned ‘550 5.7.520 Access …
Dynamic groups are groups that have their group membership updated dynamically based on defined rules. If used properly, dynamic groups can save you a lot of time and improve the security …
The MSOnline module for PowerShell offers a convenient API to automate management of Azure AD resources like users and licenses. Installing it is quite easy. And failure quite frequent. This …
The Get-EXOMailbox cmdlet is the new and improved version of Get-Mailbox. To use the Get-EXOMailbox cmdlet you need to install the Exchange Online Management PowerShell module (aka EXO V2). The …