Get-AdfsGlobalAuthenticationPolicy

Get-AdfsGlobalAuthenticationPolicy

Displays the AD FS global policy.

Syntax

Get-AdfsGlobalAuthenticationPolicy [ <CommonParameters>]

Detaillierte Beschreibung

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

Parameter

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die über die Pipeline an das Cmdlet übergeben werden können.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

  • System.Object

Beispiele

Example 1: Display the global authentication policy

PS C:\> Get-AdfsGlobalAuthenticationPolicy

Verwandte Themen

Set-AdfsGlobalAuthenticationPolicy