Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/identity/hybrid/connect/tshoot-connect-sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Entra connect sync is now only downloaded from the Entra admin center

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

Expand Down