execute Set-Msoldomainauthentication no change anything

Dev UID 21 Reputation points
2022-05-06T10:44:30.73+00:00

199642-image.png

I want to modify PassiveLogOnUri, after I execute, no error is returned, but I query again and find that no modification has been made

Microsoft Security Microsoft Entra Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Siva-kumar-selvaraj 15,721 Reputation points
    2022-05-06T16:47:49.367+00:00

    Hello @Dev UID ,

    Thanks for reaching out.

    You need to use Set-MsolDomainFederationSettings for updating any federation properties instead, because Set-MsolDomainAuthentication cmdlet only used when setting up federation initially.

    Example:

    Set-MsolDomainFederationSettings -DomainName adfsfederation.domain.com -ActiveLogOnUri -PassiveLogOnUri "https://adfs.domain.com/adfs/ls/"

    Hope this helps.

    -----
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.