HyperV>脚本电源断开网卡连接(不是禁用!)

发布于 2024-11-18 18:33:13 字数 277 浏览 7 评论 0原文

我寻找一个 powershell 脚本来断开在 HyperV 下运行的虚拟机的网卡。我找到了几个脚本,但它仅用于禁用

我想让我的网卡保持“激活”状态。通过断开连接,我想模拟网络故障,例如电缆被拔出。

使用 SCVMM,有一个“断开连接”选项,并且它工作得很好(如果您在虚拟机中打开网络控制面板,您将看到状态是“网络电缆已拔出”而不是“网卡禁用”)。如果你能帮我用 powershell 编写这个脚本,那就太棒了,

谢谢大家

I look for a powershell script to disconnect the network card of Virtual machine running under HyperV. I found several script but it is only for disable.

I want to keep my network card 'activated'. By disconnected I want to simulate a network failure such as cable unplugged.

With SCVMM, there is an option to 'disconnect' and it works perfectly (if you open Network control panel in your vm, you will read status is 'Network cable unplugged' and not 'network card disable'). If you can help me to script this with powershell, it would be awesome

Thx for all

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

讽刺将军 2024-11-25 18:33:13

您可能需要查看 http://pshyperv.codeplex.com
此 PowerShell 模块有多个用于管理 VM 网络的 cmdlet。

You may want to take a look at http://pshyperv.codeplex.com.
This PowerShell module has several cmdlets to manage VM network.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文