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