Get-AdfsGlobalAuthenticationPolicy

Get-AdfsGlobalAuthenticationPolicy

Displays the AD FS global policy.

Syntaxe

Get-AdfsGlobalAuthenticationPolicy [ <CommonParameters>]

Description détaillée

The Get-AdfsGlobalAuthenticationPolicy cmdlet displays the global authentication policy, which includes the providers currently allowed as additional providers in the AdditionalAuthenticationProvider property.

Paramètres

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.

Sorties

Le type de sortie est le type des objets émis par l’applet de commande.

  • System.Object

Exemples

Example 1: Display the global authentication policy

PS C:\> Get-AdfsGlobalAuthenticationPolicy

Rubriques connexes

Set-AdfsGlobalAuthenticationPolicy