Network Controller Cmdlets

Mis à jour: septembre 2015

S'applique à: Windows PowerShell 5.0

Windows PowerShell® est un interpréteur de ligne de commande et un langage de script basé sur des tâches et conçu tout spécialement pour l'administration système. Cette rubrique de référence destinée aux professionnels des technologies de l'information fournit une assistance afin d'utiliser les applets de commande Windows PowerShell pour écrire des scripts et automatiser des tâches.

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.

Notes

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

Pour plus d'informations sur une applet de commande, ou sur sa syntaxe, utilisez l'applet de commande Get-Help <cmdlet name>, où <cmdlet name> est le nom de l'applet de commande que vous recherchez. Pour plus d'informations, exécutez l'une des applets de commande suivantes :

Get-Help <cmdlet name> -Detailed
Get-Help <cmdlet name> -Examples
Get-Help <cmdlet name> -Full