Azure AD Sync Services

An Error occurred while locating computer account error when enabling Seamless Single Sign-On in Azure AD Connect

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

Exchange Online PowerShell

21V Operated Office365 Integration with Global Office365-Part 2

21V Operated Office365 Integration with Global Office365-Part 1 21V Operated Office365 Integration with Global Office365-Part 3 21V Operated Office365 Integration with Global Office365-Part 4 Install another AADConnect for 21V Operated Office365 and sync users from on-premises Download AADConnect latest version from the Url: https://www.microsoft.com/en-us/download/details.aspx?id=47594 Once you have downloaded it, Click on Run Select I agree […]

Exchange Online PowerShell

21V Operated Office365 Integration with Global Office365-Part 3

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

Exchange Online PowerShell

21V Operated Office365 Integration with Global Office365-Part 4

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

Exchange Online PowerShell

21V Operated Office365 Integration with Global Office365-Part 4

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

Exchange Online PowerShell

21V Operated Office365 Integration with Global Office365-Part 1

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

Exchange Online PowerShell

How to Connect 21V Hosted Office 365 Exchange Online using PowerShell

You can use the below cmdlets to Connect to the 21V Hosted Office365 Environment. Open PowerShell in Elevated Mode and run the following commands, Set-ExecutionPolicy -ExecutionPolicy unrestricted $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://partner.outlook.cn/PowerShell -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession $Session -DisableNameChecking You can see how it is connected. You can run […]

BitLocker on Windows 11

This cmdlet is deprecated. The Trusted Publishing Domain (TPD) for your organization is managed in

When running the below command to Import the RMS Trusted Publishing Domain, Import-RMSTrustedPublishingDomain -FileData $([byte[]](Get-Content -Encoding byte -Path “C:\AIP_Migration.xml” -ReadCount 0)) -Name “Windowstechpro TPD” -ExtranetLicensingUrl https://adrms.domain.com/_wmcs/licensing -IntranetLicensingUrl https://adrms.domain.com/_wmcs/licensing Getting the below Error, This cmdlet is deprecated. The Trusted Publishing Domain (TPD) for your organization is managed in Microsoft Azure Rights Management. For more information, see […]