Skip to content

Instantly share code, notes, and snippets.

@mobernberger
Last active May 23, 2020 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mobernberger/d6fba4ab09589b41ecf1377577d77b8d to your computer and use it in GitHub Desktop.
Save mobernberger/d6fba4ab09589b41ecf1377577d77b8d to your computer and use it in GitHub Desktop.
#Start an administrative Powershell on your ADFS Server
Enable-AdfsEndpoint "/adfs/portal/updatepassword/"
Set-AdfsEndpoint "/adfs/portal/updatepassword/" -Proxy:$true
#This command restarts the ADFS service to enable the funcitionality (short ADFS interruption)
Restart-Service AdfsSrv -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment