Microsoft has announced ExchangeonlineManagement Powershell 2.0.6 Preview v2. which is ideally super excited for Exchange Folks to have REST API Connections and Avoid Basic Authentications Why do we require REST API Connections to connect to Exchange Online? For more details about the 2.0.6-Preview6 version- Please read Microsoft Article Let us see how we can configure […]
Resolution: Tried to install Exchange Online Management Latest Preview Version 2.0.6-Preview6 but failed with an error mentioned in the screenshot Before we install 2.0.6-Preview6, we would need to install PowerShellGet To install PowerShellGet, Open Powershell with the Elevated Rights and run the following CMDLET. Install-Module PowerShellGet -Force -AllowClobber After installing PowerShellGet, Now try to install […]
Introduction to Microsoft Graph Microsoft Graph is a RESTful web API that enables you to access Microsoft Cloud service resources Microsoft Graph exposes REST APIs and client libraries to access data on the following Microsoft 365 services: To find out more, see Major services and features in Microsoft Graph. Let’s park the discussion about the […]
In Previous Article, we have registered application and selected permissions which is required the Administrator Consent Introduction to Microsoft Graph API – Part 1 Introduction to Microsoft Graph API – Part 2 To grant admin consent, Click on Grant admin consent for undefined Login using the Global administrator to provide the admin consent Click on […]
Issue: When Testing the Hybrid Connectivity using the below Command, Test-HybridConnectivity testO365Endpoints Resolution for Invoke-WebRequest Error: Checked with Microsoft by raising a Support case. It seems that the host watchdog.servicebus.windows.net is no longer. Which is why it could not be reached. To resolve this issue, as recommended by Microsoft, commented out the line in the […]
Issue: When running the Hybrid Configuration Wizard, It is failing with the following error. Resolution for this Hybrid Agent Error: It is ideally Exchange Web Services not allowed with required Authentication methods to proceed with the Hybrid Configuration. Step 1: Open Exchange Management Shell and run the commands below individually to make the necessary changes […]
Issue: When trying to Import-Module Adsync it fails with below error It is not shown in the available modules as well, when we run Get-Module Resolution for this Azure AD Connect Issue: Use the below command to get the AzureADSync Module imported manually from the AADConnect Installed Path Location Import-Module –Name “C:\Program Files\Microsoft Azure AD […]
When trying to enable Seamless Single Sign-On(SSSO) while the Authentication enabled with Password Hash Sync Authentication(PHS). When trying to enable the Seamless Single Sign-on using the AADConnect Configuration Wizard. The configuration failed with the error message: “An Error occurred while locating computer account“ It gives the same error when we try to enable using the […]
Azure AD RMS (AADRM) is the Microsoft Cloud based Right Management Services which uses encryption, identity, and authorization policies to help secure your files and email, and it works across multiple devices—phones, tablets, and PCs. Let’s see how to install Azure AD RMS PowerShell Module Open Windows PowerShell in Administrator mode, Type Install-Module -Name AADRM […]
Azure AD RMS (AADRM) is the Microsoft Cloud based Right Management Services which uses encryption, identity, and authorization policies to help secure your files and email, and it works across multiple devices—phones, tablets, and PCs. In Previous articles, we have seen how to setup RMS in On-premises Environment and enable it in Exchange Servers to […]
- 1
- 2