Get-AdfsAuthenticationProvider
Get-AdfsAuthenticationProvider
Gets a list of all authentication providers in AD FS.
Syntax
Parameter Set: Default
Get-AdfsAuthenticationProvider [[-Name] <String> ] [ <CommonParameters>]
Detailed Description
The Get-AdfsAuthenticationProvider cmdlet gets a list of all authentication providers currently registered in Active Directory Federation Services (AD FS). The read-only list includes built-in and external authentication providers and associated properties.
Parameters
-Name<String>
Specifies the name of an authentication provider to retrieve from AD FS.
Aliases |
none |
Required? |
false |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Outputs
The output type is the type of the objects that the cmdlet emits.
- System.Object
Examples
Example 1: Get all registered authentication providers
This command gets all authentication providers currently registered in AD FS.
PS C:\> Get-AdfsAuthenticationProvider