Tag Archives: Azure AD

An Error occurred while locating computer account error when enabling Seamless Single Sign-On

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 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