Forum Discussion

Carlos Gomez's avatar
Carlos Gomez
Copper Contributor
Jun 05, 2017
Solved

Get list of enterprise applications added and their single SSO configuration

Hi,   Is there a powershell command or and out of the box report that I can use to get from our AAD the list of enterprise applications and their SSO configuration.   Regards.
  • VasilMichev's avatar
    Jun 05, 2017

    You should be able to get the info via Get-AzureADApplication and Get-AzureADServicePrincipal, as well as their related cmdlets.

Resources