From 5c14e648cce820725274aaea994e8559a3b3927e Mon Sep 17 00:00:00 2001 From: Shannon Graybrook <552756+realslacker@users.noreply.github.com> Date: Tue, 17 Mar 2026 22:35:10 -0500 Subject: [PATCH 1/2] Update tshoot-connect-sso.md Reference to Azure AD PowerShell is deprecated or possibly hallucinated and not required for troubleshooting. --- docs/identity/hybrid/connect/tshoot-connect-sso.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/identity/hybrid/connect/tshoot-connect-sso.md b/docs/identity/hybrid/connect/tshoot-connect-sso.md index a53c14010d5..27ffc407f5e 100644 --- a/docs/identity/hybrid/connect/tshoot-connect-sso.md +++ b/docs/identity/hybrid/connect/tshoot-connect-sso.md @@ -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 [Entra Connect](https://www.microsoft.com/en-ie/download/details.aspx?id=47594) is installed. 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`. From a592de274d992ec6d3d563ed6e9f3daebf3ed35a Mon Sep 17 00:00:00 2001 From: Shannon Graybrook <552756+realslacker@users.noreply.github.com> Date: Thu, 14 May 2026 07:58:36 -0500 Subject: [PATCH 2/2] Apply suggestion from @omondiatieno Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com> --- docs/identity/hybrid/connect/tshoot-connect-sso.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/identity/hybrid/connect/tshoot-connect-sso.md b/docs/identity/hybrid/connect/tshoot-connect-sso.md index 27ffc407f5e..9c7a403aea4 100644 --- a/docs/identity/hybrid/connect/tshoot-connect-sso.md +++ b/docs/identity/hybrid/connect/tshoot-connect-sso.md @@ -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. Ensure [Entra Connect](https://www.microsoft.com/en-ie/download/details.aspx?id=47594) is installed. +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`.