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 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 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 […]
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 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 […]
21V Operated Office365 Integration with Global Office365-Part 1 21V Operated Office365 Integration with Global Office365-Part 2 21V Operated Office365 Integration with Global Office365-Part 4 Create Custom sync rules in both AADConnect Servers Click on Synchronization Rules Editor of the 21V Syncing AADConnect Server Select In from AD – User Exchange and Edit Click on Yes […]
21V Operated Office365 Integration with Global Office365-Part 1 21V Operated Office365 Integration with Global Office365-Part 2 21V Operated Office365 Integration with Global Office365-Part 3 Creating Migration EndPoints and Migrating Mailboxes to 21V Exchange Online Login to https://partner.outlook.cn/ecp –> Recipients–>Migration Click on Migration endpoints Click on (+) Select Exchange Remote and Click on Next Enter the […]
Welcome Back!! In this multi-series Article, we are going to how we can integrate Global Office365 Tenant with 21V Operated Office365 Tenant. What is 21V Operated Office365? Microsoft Operates Global Office 365 which is used by the public for companies and Countries those doesn’t have any limitations for the country-wise and continental level. But also […]
Installing MSOnline is pretty Simple. Open PowerShell in Elevated Mode and run the command, Set-ExecutionPolicy -ExecutionPolicy unrestricted Install-Modue -Name MSOnline By default, When you run the command Connect-MsolService You will get connected to Global Tenant ( Public Cloud) What if you have 21Vianet operated Office 365 Azure Active Directory using PowerShell. You can use the […]