Remove-Adfs Farm Node

The Remove-AdfsFarmNode cmdlet is deprecated. Instead, use the Uninstall-WindowsFeature cmdlet.

Syntax

Remove-AdfsFarmNode
      -ServiceAccountCredential <PSCredential>
      [<CommonParameters>]
Remove-AdfsFarmNode
      -GroupServiceAccountIdentifier <String>
      [-Credential <PSCredential>]
      [<CommonParameters>]

Description

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 .

Required Parameters

-GroupServiceAccountIdentifier
Type: String
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ServiceAccountCredential
Type: PSCredential
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Optional Parameters

-Credential
Type: PSCredential
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Outputs

System.Object