Network Switch Manager Cmdlets

업데이트 날짜: 2015년 7월

적용 대상: Windows 10, Windows PowerShell 5.0, Windows Server Technical Preview

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

Network Switch Manager cmdlets

This reference provides cmdlet descriptions and syntax for the Network Switch Manager cmdlets. This table lists the cmdlets in alphabetical order.

Name Description

Disable-NetworkSwitchEthernetPort

Disables an Ethernet port on a network switch.

Disable-NetworkSwitchFeature

Disables features of a network switch.

Disable-NetworkSwitchVlan

Disables a VLAN of a network switch.

Enable-NetworkSwitchEthernetPort

Enables an Ethernet port on a network switch.

Enable-NetworkSwitchFeature

Enables features of a network switch.

Enable-NetworkSwitchVlan

Enables a VLAN for a network switch.

Get-NetworkSwitchEthernetPort

Gets port information for a network switch.

Get-NetworkSwitchFeature

Gets features of a network switch.

Get-NetworkSwitchGlobalData

Gets global data of a network switch.

Get-NetworkSwitchVlan

Gets VLANs for a network switch.

New-NetworkSwitchVlan

Creates a VLAN for a network switch.

Remove-NetworkSwitchEthernetPortIPAddress

Removes an IP address from a port of a network switch.

Remove-NetworkSwitchVlan

Removes network switch VLANs.

Restore-NetworkSwitchConfiguration

Restores configuration for a network switch.

Save-NetworkSwitchConfiguration

Saves configuration for starting a network switch.

Set-NetworkSwitchEthernetPortIPAddress

Sets the IP address on a port on a network switch.

Set-NetworkSwitchPortMode

Sets the port mode on a network switch.

Set-NetworkSwitchPortProperty

Sets the port properties for a network switch.

Set-NetworkSwitchVlanProperty

Modifies properties on a VLAN on a network switch.

참고

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

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

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