Tshoot Connect Sso
In brief
1. Ensure Microsoft Entra Connect is installed. Download it from the [Microsoft Entra Admin Center](https://entra.microsoft.com/#view/Microsoft_AAD_Connect_Provisioning/AADConnectMenuBlade/%7E/GetStarted).
What Entra admins need to know
Review the documentation change to determine whether it affects tenant configuration, security posture, or rollout plans.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below is an extract of the Microsoft Learn article showing only the changed content. Open the full article for complete context.
Step 1: Import the Seamless SSO PowerShell module
First, download, and install Azure AD PowerShellEnsure Microsoft Entra Connect is installed. Download it from the Microsoft Entra Admin Center.- Browse to the
%programfiles%\Microsoft Azure Active Directory Connectfolder. - Import the Seamless SSO PowerShell module by using this command:
Import-Module .\AzureADSSO.psd1.
@@ -98,7 +98,7 @@ If troubleshooting didn't help, you can manually reset the feature on your tenan ### Step 1: Import the Seamless SSO PowerShell module -1. First, download, and install [Azure AD PowerShell](/powershell/azure/active-directory/overview).+1. Ensure Microsoft Entra Connect is installed. Download it from the [Microsoft Entra Admin Center](https://entra.microsoft.com/#view/Microsoft_AAD_Connect_Provisioning/AADConnectMenuBlade/%7E/GetStarted). 2. Browse to the `%programfiles%\Microsoft Azure Active Directory Connect` folder. 3. Import the Seamless SSO PowerShell module by using this command: `Import-Module .\AzureADSSO.psd1`. 