Clear-Network Controller Node Content

Clears Network Controller settings from a Network Controller node.

Syntax

Clear-NetworkControllerNodeContent
     [-Force]
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]

Description

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.

Optional Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Aliases: cf
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-Force

Forces the command to run without asking for user confirmation.

Type: SwitchParameter
Position: Named
Default value: None
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
Accept pipeline input: False
Accept wildcard characters: False