Category Archives: Office 365

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/ecpRecipients–… Continue Reading

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 … Continue Reading

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 … Continue Reading

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

You can use the below cmdlets to Connect to 21Vianet 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 Continue Reading

How to Add Alternative UPN Suffix in Active Directory

What is Alternative Suffix?
By Default, When you create user in Active Directory, Users will get the Root domain UPN as Login ID. Consider you have a root domain named ABC.com, users will get User@ABC.com as login and UPN Suffix.… Continue Reading

How to Install MSOnline Module and Connect Azure AD of 21Vianet China Cloud using PowerShell

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 … Continue Reading

How Does Exchange Hybrid Mail Flow Works – Exchange Online Protection (EOP)

Welcome Back!!

In this Article, We will are going to see how the mail flow works when you have Exchange Hybrid Setup.

Let’s Consider, You have setup as mentioned in the above picture.

Let us assume,

  1. We have pointed your
Continue Reading

How Does Free/Busy Works between two different office 365 Tenants and Configure

Hello Windowstechpro Viewers, Welcome Back!!

In this Article, We are going to see How Free/Busy Sharing Works in the federation Trust enabled two different Office 365 Tenants and How to Create Organization Relationships to share the Free/Busy Information.

How does

Continue Reading

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

When running the below command to Import 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) … Continue Reading