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 …
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 …
The delta sync in Azure AD Connect is the most common form of synchronization. It only performs a partial synchronization of any changes since last synchronization, so it’s very quick. …
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 …
If you’ve been using PowerShell to manage your Office 365 mailboxes, chances are you’ve been connecting with a remote PowerShell session, similar to this: $Credentials = Get-Credential $Session = New-PSSession …
This article will show you how to find your tenant name using the Office 365 Portal or PowerShell. Find Your Tenant Name Using the Office 365 Portal Follow these simple …
Although MFA (Multi-Factor Authentication) offers great security it can also become quite a nuisance. Checking your phone and typing in the MFA pin code dozens of times every day can …
Azure AD Connect is the synchronization service that will make sure your local Active Directory and Office 365 are kept in sync. Maybe it’s been a while since you installed …
The Azure PowerShell AzureRM module is used for management and automation of Azure resources like VMs, VNets, etc. If you try to connect to Azure without having the module installed …