description | external help file | Module Name | ms.date | online version | schema | title |
---|---|---|---|---|---|---|
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. |
Microsoft.IdentityServer.Deployment.dll-Help.xml |
ADFS |
12/20/2016 |
2.0.0 |
Remove-AdfsFarmNode |
The Remove-AdfsFarmNode cmdlet is deprecated. Instead, use the Uninstall-WindowsFeature cmdlet.
Remove-AdfsFarmNode -ServiceAccountCredential <PSCredential> [<CommonParameters>]
Remove-AdfsFarmNode -GroupServiceAccountIdentifier <String> [-Credential <PSCredential>] [<CommonParameters>]
The Remove-AdfsFarmNode cmdlet is deprecated in this release.
Instead, use the Uninstall-WindowsFeature cmdlet.
For more information on the Uninstall-WindowsFeature cmdlet, type Get-Help Uninstall-WindowsFeature
. Note that the Uninstall-WindowsFeature cmdlet removes only the server role but doesn't remove the node from the ADFS farm. For proper cleanup, use the Set-AdfsFarmInformation cmdlet with the -RemoveNode
parameter.
Type: PSCredential
Parameter Sets: AdfsRemoveFarmNodeGmsa
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Type: String
Parameter Sets: AdfsRemoveFarmNodeGmsa
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Type: PSCredential
Parameter Sets: ADFSRemoveFarmNodeDefault
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).