2021/01/26 #スイッチするコマンド

皆様おはようございます、

#猫でもできるPowerShell(備忘録)

#スイッチするコマンド

> Get-Command *switch*

CommandType Name

Version Source

----------- ----

------- ------

Function Add-NetEventVmSwitch

1.0.0.0 NetEventPacketCapture

Function Add-NetEventVmSwitchProvider

1.0.0.0 NetEventPacketCapture

Function Add-NetSwitchTeamMember

1.0.0.0 NetSwitchTeam

Function Disable-NetworkSwitchEthernetPort

1.0.0.0 NetworkSwitchManager

Function Disable-NetworkSwitchFeature

1.0.0.0 NetworkSwitchManager

Function Disable-NetworkSwitchVlan

1.0.0.0 NetworkSwitchManager

Function Enable-NetworkSwitchEthernetPort

1.0.0.0 NetworkSwitchManager

Function Enable-NetworkSwitchFeature

1.0.0.0 NetworkSwitchManager

Function Enable-NetworkSwitchVlan

1.0.0.0 NetworkSwitchManager

Function Get-NetEventVmSwitch

1.0.0.0 NetEventPacketCapture

Function Get-NetEventVmSwitchProvider

1.0.0.0 NetEventPacketCapture

Function Get-NetSwitchTeam

1.0.0.0 NetSwitchTeam

Function Get-NetSwitchTeamMember

1.0.0.0 NetSwitchTeam

Function Get-NetworkSwitchEthernetPort

1.0.0.0 NetworkSwitchManager

Function Get-NetworkSwitchFeature

1.0.0.0 NetworkSwitchManager

Function Get-NetworkSwitchGlobalData

1.0.0.0 NetworkSwitchManager

Function Get-NetworkSwitchVlan

1.0.0.0 NetworkSwitchManager

Function New-NetSwitchTeam

1.0.0.0 NetSwitchTeam

Function New-NetworkSwitchVlan

1.0.0.0 NetworkSwitchManager

Function Remove-NetEventVmSwitch

1.0.0.0 NetEventPacketCapture

Function Remove-NetEventVmSwitchProvider

1.0.0.0 NetEventPacketCapture

Function Remove-NetSwitchTeam

1.0.0.0 NetSwitchTeam

Function Remove-NetSwitchTeamMember

1.0.0.0 NetSwitchTeam

Function Remove-NetworkSwitchEthernetPortIPAddress

1.0.0.0 NetworkSwitchManager

Function Remove-NetworkSwitchVlan

1.0.0.0 NetworkSwitchManager

Function Rename-NetSwitchTeam

1.0.0.0 NetSwitchTeam

Function Restore-NetworkSwitchConfiguration

1.0.0.0 NetworkSwitchManager

Function Save-NetworkSwitchConfiguration

1.0.0.0 NetworkSwitchManager

Function Set-NetEventVmSwitchProvider

1.0.0.0 NetEventPacketCapture

Function Set-NetworkSwitchEthernetPortIPAddress

1.0.0.0 NetworkSwitchManager

Function Set-NetworkSwitchPortMode

1.0.0.0 NetworkSwitchManager

Function Set-NetworkSwitchPortProperty

1.0.0.0 NetworkSwitchManager

Function Set-NetworkSwitchVlanProperty

1.0.0.0 NetworkSwitchManager

Cmdlet Add-VirtualSwitchPhysicalNetworkAdapter

6.3.0.0 VMware.VimAutomation.Core

Cmdlet Get-VirtualSwitch

6.3.0.0 VMware.VimAutomation.Core

Cmdlet New-VirtualSwitch

6.3.0.0 VMware.VimAutomation.Core

Cmdlet Remove-VirtualSwitch

6.3.0.0 VMware.VimAutomation.Core

Cmdlet Remove-VirtualSwitchPhysicalNetworkAdapter

6.3.0.0 VMware.VimAutomation.Core

Cmdlet Set-VirtualSwitch

6.3.0.0 VMware.VimAutomation.Core

Cmdlet Switch-Certificate

1.0.0.0 PKI

Application DisplaySwitch.exe

10.0.17... C:\Windows\system32\DisplaySwitch.exe

やや長くなりましたが全部載せてみました

Set(Get)-NetworkSwitch~ は具体的にスイッチング機能を有するノード相手と思いますが

どのように活用するや想像がつかん・・

ではまた;