Exchange Online: An unknown error has occurred. Refer to correlation ID: bcaed709-6a5f-498f-8ff4-634ea1d4e375

Error : Exchange: An unknown error has occurred. Refer to correlation ID: bcaed709-6a5f-498f-8ff4-634ea1d4e375 To get more details about this error start Powershell and enter this commands : connect-msolservice Get-MsolUser-HasErrorsOnly|flDisplayName,UserPrincipalName,@{Name=”Error”;Expression={($_.errors[0].ErrorDetail.objecterrors.errorrecord.ErrorDescription)}}  {The …

Change Azure AD device ownership

When a Windows device is enrolled in Azure AD using an Azure AD join the following security principals will be added to the local administrators group on the device. Azure AD global administrator role Azure AD …

Install AzureAD Powershell module

MS Online is an old module to manage the Azure/Office 365 from PowerShell. Azure Active Directory PowerShell for Graph (AzureAD) is a modern PowerShell module for interacting with Azure infrastructure. The module …

Install RSAT tools

Install the Remote Server Administration Tools Install-WindowsFeature -IncludeAllSubFeature RSAT -WhatIf Install-WindowsFeature -IncludeAllSubFeature RSAT Verify if the Remote Server Administration Tools is already installed. Get-WindowsFeature  -Name rsat Windows 10 Get-WindowsCapability -name …