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.
使用 VMWare PowerCLI,如何在没有确认提示的情况下设置 VM 的快照?
Get-Snapshot -VM VM -Name 'snapshotname'
Get-Snapshot -VM VM -Name 'snapshotname' -confirm:$false