Freigeben über


Clear-NetworkControllerNodeContent

Clear-NetworkControllerNodeContent

Clears Network Controller settings from a Network Controller node.

Syntax

Parameter Set: Default
Clear-NetworkControllerNodeContent [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detaillierte Beschreibung

The Clear-NetworkControllerNodeContent cmdlet is used to clear Network Controller settings from a Network Controller node.

Consider a scenario where you want to remove a node from the cluster, and the node is not reachable over the network. You can still remove the node using Remove-NetworkControllerNode command, but to remove local settings from the node, you must execute Clear-NetworkControllerNodecontent cmdlet locally on the removed node.

Additionally, the Network Controller configuration may fail before configuration is complete. If the configuration is partially complete on one or more nodes, run this cmdlet locally on the nodes to remove the configuration. In these cases, the Network Controller configuration error message will inform you to run this cmdlet on specific nodes.

Do not execute this cmdlet to remove a node from the cluster. Use Remove-NetworkControllerNode for that purpose.

Parameter

-Force

Erzwingt die Ausführung des Befehls, ohne den Benutzer zur Bestätigung aufzufordern.

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-Confirm

Fordert Sie vor der Ausführung des Cmdlet zum Bestätigen auf.

Erforderlich?

false

Position?

named

Standardwert

false

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-WhatIf

Zeit, was passieren würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.

Erforderlich?

false

Position?

named

Standardwert

false

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer und -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die Sie per Piping an das Cmdlet übergeben können.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

Verwandte Themen

Remove-NetworkControllerNode