Network Controller Cmdlets

Se aplica a: Windows PowerShell 5.0

Windows PowerShell® es un shell de línea de comandos basado en tareas y un lenguaje de scripting diseñado especialmente para la administración del sistema. Este tema de referencia para los profesionales de tecnología de la información (TI) proporciona ayuda para utilizar los cmdlets de Windows PowerShell para crear scripts y automatizar tareas.

Network controller cmdlets

This reference provides cmdlet descriptions and syntax for all network controller cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Cmdlet Description

Add-NetworkControllerNode

Adds a network controller node to an existing network controller deployment.

Clear-NetworkControllerNodeContent

Clears Network Controller settings from a Network Controller node.

Disable-NetworkControllerNode

Disables a network controller node for maintenance purposes.

Enable-NetworkControllerNode

Enables a network controller node.

Get-NetworkController

Gets the network controller application settings.

Get-NetworkControllerCluster

Gets the network controller cluster settings.

Get-NetworkControllerCredential

Retrieves a specified device credential or all device credentials from the network controller.

Get-NetworkControllerDiagnostic

Gets the network controller diagnostic settings.

Get-NetworkControllerNode

Gets the network controller node settings.

Install-NetworkController

Creates a network controller application on top of the network controller cluster.

Install-NetworkControllerCluster

Creates a network controller cluster.

New-NetworkControllerCredential

Adds or modifies a device credential in network controller.

New-NetworkControllerNodeObject

Creates a network controller node object.

Remove-NetworkControllerCredential

Deletes a specified device credential from the network controller.

Remove-NetworkControllerNode

Removes a node from the network controller deployment.

Repair-NetworkControllerCluster

Repairs the network controller to come out of quorum loss.

Set-NetworkController

Sets the network controller application settings.

Set-NetworkControllerCluster

Sets a network controller cluster.

Set-NetworkControllerDiagnostic

Changes diagnostic settings for the network controller.

Set-NetworkControllerNode

Sets a node in a network controller cluster.

Uninstall-NetworkController

Removes the network controller application deployed on a network controller cluster.

Uninstall-NetworkControllerCluster

Uninstalls the network controller cluster.

Nota

To list all the cmdlets that are available, use the Get-Command –Module NetworkControllerMgmt cmdlet.

Para obtener más información sobre los cmdlets o para obtener la sintaxis de los mismos, use el comando Get-Help <nombre del cmdlet> cmdlet, donde <nombre del cmdlet> es el nombre del cmdlet que desea investigar. Para obtener información más detallada, puede ejecutar cualquiera de los siguientes cmdlets:

Get-Help <nombre del cmdlet> -Detailed
Get-Help <nombre del cmdlet> -Examples
Get-Help <nombre del cmdlet> -Full