Unregister-AdfsAuthenticationProvider
Deletes an external authentication provider from AD FS.
Syntax
Unregister-AdfsAuthenticationProvider
[-Name] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Unregister-AdfsAuthenticationProvider cmdlet deletes an external authentication provider from Active Directory Federation Services (AD FS). Use the Get-AdfsAuthenticationProvider cmdlet to get a list of registered authentication providers.
Examples
Example 1: Delete a registered authentication provider
PS C:\> Unregister-AdfsAuthenticationProvider -Name "ContosoExternalAuthProvider"
This command deletes the additional authentication provider named ContosoExternalAuthProvider.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specifies the name of an authentication provider to delete from AD FS.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |