Get-AdfsAuthenticationProvider

Get-AdfsAuthenticationProvider

Gets a list of all authentication providers in AD FS.

Sintaxis

Parameter Set: Default
Get-AdfsAuthenticationProvider [[-Name] <String> ] [ <CommonParameters>]

Descripción detallada

The Get-AdfsAuthenticationProvider cmdlet gets a list of all authentication providers currently registered in Servicios de federación de Active Directory (AD FS). The read-only list includes built-in and external authentication providers and associated properties.

Parámetros

-Name<String>

Specifies the name of an authentication provider to retrieve from AD FS.

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • System.Object

Ejemplos

Example 1: Get all registered authentication providers

This command gets all authentication providers currently registered in AD FS.

PS C:\> Get-AdfsAuthenticationProvider

Temas relacionados

Register-AdfsAuthenticationProvider

Unregister-AdfsAuthenticationProvider