7
如何删除Hyper-V虚拟以太网交换机
Hyper-V中过时的VM开关不再使用,当我尝试删除它时,它总是失败并显示以下消息: PS C:\> Get-VMSwitch nat Name SwitchType NetAdapterInterfaceDescription ---- ---------- ------------------------------ nat Private PS C:\> Get-VMSwitch nat | Remove-VMSwitch -Force Remove-VMSwitch : Failed while removing virtual Ethernet switch. Switch delete failed, switch = 'acf82f05-c07c-4b35-8588-921498456027': General access denied error (0x80070005). At line:1 char:20 + Get-VMSwitch nat | Remove-VMSwitch -Force + ~~~~~~~~~~~~~~~~~~~~~~ …