Get ADFS Token in Powershell

前端 未结 3 1589
孤独总比滥情好
孤独总比滥情好 2021-02-19 05:30

We have an ADFS 2.0 Environment that is used to federate our Active Directory domain with Office 365.

Recently we had an issue where the cluster stopped responding whic

3条回答
  •  广开言路
    2021-02-19 06:07

    This script should get you on your way http://gallery.technet.microsoft.com/scriptcenter/Invoke-ADFSSecurityTokenReq-09e9c90c You will need .Net Framework 4.5

    You could also simulate an ADFS logon to Office 365 using the Connect-MSOL cmdlet to connect to a powershell session - if you use an ADFS account an ADFS login will occur.

提交回复
热议问题