Network Controller Cmdlets

업데이트 날짜: 2015년 9월

적용 대상: Windows PowerShell 5.0

Windows PowerShell IT(정보 기술) 전문가를 위한 이 참조 항목에서는 태스크를 스크립팅하고 자동화하는 Windows PowerShell cmdlet 사용에 대한 지원 정보를 제공합니다.

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.

참고

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

cmdlet에 대한 자세한 내용이나 해당 구문을 확인하려면 Get-Help <cmdlet 이름> cmdlet을 사용하세요. 여기서 *<cmdlet 이름>*은 연구할 cmdlet의 이름입니다. 자세한 내용을 보려면 다음 cmdlet을 실행할 수 있습니다.

Get-Help <cmdlet 이름> -Detailed
Get-Help <cmdlet 이름> -Examples
Get-Help <cmdlet 이름> -Full