Exchange Online PowerShell

Unable to Install ExchangeOnlineManagement 2.0.6 Version Exchange Online PowerShell

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 […]

Installing Exchange Online Management Version 2.0.6-Preview6 Preview

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 n Why do we require REST API Connections to connect to Exchange Online? n n Microsoft Blocked Basic Authentications to Exchange Online and other services. for more details n Companies […]

SQL DATABASE IS NOT SYNCHRONIZING

SQL DATABASE IS NOT SYNCHRONIZING IN ALWAYSON SETUP

Issue: Solution: After Many Cluster and Always ON validations and troubleshooting found the below solution. After so much troubleshooting, Found that Database got suspended from Syncing primary from/to Secondary. Step 1: Go to the Primary node of the Always On — AlwaysOn High Availability —Availability Databases — Right Click on <DBName> and Select Resume Data […]

SQL DATABASE IS NOT SYNCHRONIZING IN ALWAYSON SETUP

Issue: n n Two Node Always ON Setup has been setup with Cluster Quorum enabled. n AlwaysOn Failover and DB failover is happening without any issues. n The application is working without any issues and there are no issues in the application process with connectivity to the second node. n Wherein whenever a new record […]

Testing using the Remote Desktop

Windows Virtual desktop – How To Completely Setup

In this article, I am going to explain how we can Setup Azure Windows Virtual Desktop. Kindly note this setup has been tested, Please do reach out if any issues once followed and not working as expected. Let’s get started. Windows Virtual Desktop prerequisites Below are the basic Prerequisites to setup Azure Virtual Desktop Step […]

Exchange Online PowerShell

Switch Office 365 Semi-Channel to Monthly Targeted Channel

By Default, Microsoft Releases Office updates new Features in the three options Monthly Channel, Semi-Annual Channel, Semi-Annual Channel (Targeted). If your organization blocked Monthly channel and allows for Semi-Annual Channel(Targeted). Ideally, it is good practice to allow only a few peoples to test the new features to pilot before enabling it for complete users. We […]

Azure AD Sync Services

Event 611,RPC Error 8453 Replication access was denied in Azure AD Sync Services

Issue with Azure AD Connect: New Passwords are not syncing to AAD from On-Premises. It throws Error with an Event ID : 611 in the Event Logs with following message. Password hash synchronization failed for domain: windowstechpro.com, domain controller hostname: DC2.windowstechpro.com, domain controller IP address: 192.168.139.132. Details: Microsoft.Online.PasswordSynchronization.DirectoryReplicationServices.DrsException: RPC Error 8453 : Replication access was […]

Introduction to Microsoft Graph API

Introduction to Microsoft Graph API – Part 1

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 […]

Introduction to Microsoft Graph API

Introduction to Microsoft Graph API – Part 2

In the Previous Article, we have used Graph Explorer to interact with Microsoft Cloud Workloads. Introduction to Microsoft Graph API – Part 1 Introduction to Microsoft Graph API – Part 3 Let’s start using the cmdlets which is an ideal way for many things. So get it started Registering An App for Auth Token for […]