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