Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须更改大量 VM 以在它们自己的 rhs 中运行,而我能做到这一点的唯一方法是在故障转移集群管理器中的高级策略中,我需要找到一种方法来通过 PowerShell 将其设置为启用,以便它可以在所有未来的虚拟机上快速完成。
(Get-ClusterResource “资源名称”).SeparateMonitor = 1
没关系,我解决了它是上面的命令。:)