Share via

HyperV启动虚拟机时出现"尝试检索交换机列表时出现错误"

fei wang 21 Reputation points
2023-04-01T09:14:32.0666667+00:00

rUser's image

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-04-10T02:28:58.57+00:00

    Hi, Please run PowerShell as administrator and create a virtual switch using the New-VMSwitch command like below.

    New-VMSwitch -Name ExternalSwitch -NetAdapterName Ethernet
    

    You can refer to this link for more details. https://learn.microsoft.com/en-us/powershell/module/hyper-v/new-vmswitch?view=windowsserver2022-ps Best Regards, Ian Xue ]If the Answer is helpful, please click "Accept Answer" and upvote it. Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.