Skip to content

Commit 3630470

Browse files
authored
Merge pull request MicrosoftDocs#2837 from velkovb/fix-2725-add-note
Resolves MicrosoftDocs#2725
2 parents cbba4f7 + c22ee4a commit 3630470

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docset/winserver2012r2-ps/adfs/Remove-AdfsFarmNode.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Remove-AdfsFarmNode
1111

1212
## SYNOPSIS
1313
The Remove-AdfsFarmNode cmdlet is deprecated.
14-
Instead, use the Uninstall-WindowsFeature cmdlet.
14+
Instead, use the **Uninstall-WindowsFeature** cmdlet.
1515

1616
## SYNTAX
1717

@@ -27,8 +27,8 @@ Remove-AdfsFarmNode -GroupServiceAccountIdentifier <String> [-Credential <PSCred
2727

2828
## DESCRIPTION
2929
The **Remove-AdfsFarmNode** cmdlet is deprecated in this release.
30-
Instead, use the Uninstall-WindowsFeaturehttp://go.microsoft.com/fwlink/?LinkID=287572 cmdlet.
31-
For more information on the **Uninstall-WindowsFeature** cmdlet, type `Get-Help Uninstall-WindowsFeature`.
30+
Instead, use the [Uninstall-WindowsFeature](https://go.microsoft.com/fwlink/?LinkID=287572) cmdlet.
31+
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.
3232

3333
## EXAMPLES
3434

docset/winserver2016-ps/adfs/Remove-AdfsFarmNode.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Remove-AdfsFarmNode -GroupServiceAccountIdentifier <String> [-Credential <PSCred
2929
## DESCRIPTION
3030
The **Remove-AdfsFarmNode** cmdlet is deprecated in this release.
3131
Instead, use the [Uninstall-WindowsFeature](https://go.microsoft.com/fwlink/?LinkID=287572) cmdlet.
32-
For more information on the **Uninstall-WindowsFeature** cmdlet, type `Get-Help Uninstall-WindowsFeature`.
32+
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.
3333

3434
## EXAMPLES
3535

@@ -87,5 +87,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8787
8888
## RELATED LINKS
8989
90-
[Uninstall-WindowsFeature](../Microsoft.Windows.ServerManager.Migration/Uninstall-WindowsFeature.md)
90+
[Uninstall-WindowsFeature](/powershell/module/microsoft.windows.servermanager.migration/uninstall-windowsfeature)
9191

docset/winserver2019-ps/adfs/Remove-AdfsFarmNode.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Remove-AdfsFarmNode -GroupServiceAccountIdentifier <String> [-Credential <PSCred
2929
## DESCRIPTION
3030
The **Remove-AdfsFarmNode** cmdlet is deprecated in this release.
3131
Instead, use the [Uninstall-WindowsFeature](https://go.microsoft.com/fwlink/?LinkID=287572) cmdlet.
32-
For more information on the **Uninstall-WindowsFeature** cmdlet, type `Get-Help Uninstall-WindowsFeature`.
32+
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.
3333

3434
## EXAMPLES
3535

@@ -87,5 +87,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8787
8888
## RELATED LINKS
8989
90-
[Uninstall-WindowsFeature](../Microsoft.Windows.ServerManager.Migration/Uninstall-WindowsFeature.md)
90+
[Uninstall-WindowsFeature](/powershell/module/microsoft.windows.servermanager.migration/uninstall-windowsfeature)
9191

docset/winserver2022-ps/adfs/Remove-AdfsFarmNode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Remove-AdfsFarmNode -GroupServiceAccountIdentifier <String> [-Credential <PSCred
2929
## DESCRIPTION
3030
The **Remove-AdfsFarmNode** cmdlet is deprecated in this release.
3131
Instead, use the [Uninstall-WindowsFeature](https://go.microsoft.com/fwlink/?LinkID=287572) cmdlet.
32-
For more information on the **Uninstall-WindowsFeature** cmdlet, type `Get-Help Uninstall-WindowsFeature`.
32+
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.
3333

3434
## EXAMPLES
3535

0 commit comments

Comments
 (0)