Azure AD SSO Powershell

Jeffrey Getts 1 Reputation point
2020-01-27T22:57:55.913+00:00

The following article describes how to enable PowerShell SSO commands:
https://learn.microsoft.com/en-us/azure/active-directory/hybrid/tshoot-connect-sso

The documentation is not correct. I cannot find a relevant post to the issue.

Has the SSO feature been deprecated from the current AzureAD implementation, or, do the documents need to be updated to reflect a different module include statement. The module mentioned does not appear to exist.

install Azure AD PowerShell.
Browse to the %programfiles%\Microsoft Azure Active Directory Connect folder.
Import the Seamless SSO PowerShell module by using this command: Import-Module .\AzureADSSO.psd1.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,467 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. soumi-MSFT 11,716 Reputation points Microsoft Employee
    2020-01-28T05:28:02.647+00:00

    @Jeffrey Getts , The Seamless SSO function still resides in Azure AD under the Azure AD Connect blade as shown in the screenshot in the doc. Also the AzureADSSO.psd1 file resides under "C:\Program Files"\Microsoft Azure Active Directory Connect\AzureADSSO.psd1".

    It would be great if you can let us know which version of AD Connect is installed in your server. For me in my lab its Version 1.4.18.0 and the latest available version is 1.4.38.0.

    I would recommend you using the lastest AD Connect version i.e 1.4.38.0. This version is to be downloaded and installed. This version cannot be auto-upgraded. Also, this version contains a bug fix for the AzureADSSO.psd1 module. Hence getting this module would help you with a clean build of the AzureADSSO.psd1 file.

    You can download the lastest version of AD Connect from: https://www.microsoft.com/en-us/download/details.aspx?id=47594

    More details about this version can be found here: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-version-history#14380

    Do let me know if this helped. In case the the steps helped in answering your query, please mark this response as answered as that it helps others in the community too.


  2. Carl Reid 1 Reputation point
    2021-09-01T13:42:57.727+00:00

    The documentation at "https://learn.microsoft.com/en-gb/azure/active-directory/hybrid/how-to-connect-sso-faq#how-can-i-roll-over-the-kerberos-decryption-key-of-the-azureadssoacc-computer-account" says that the AzureADSSO.psd1 is installed as part of the AzureAD module. This is not true.
    I have installed this module and nothing is at path "C:\Program Files"\Microsoft Azure Active Directory Connect\"

    It seems that the module is only installed if you install AD Connect itself which is only likely if you are installing to a server.

    The document needs updating.

    0 comments No comments