Вопрос

Using VMWare PowerCLI, how can I set a snapshot of a VM without getting the confirmation prompt?

Get-Snapshot -VM VM -Name 'snapshotname'
Это было полезно?

Решение

Get-Snapshot -VM VM -Name 'snapshotname' -confirm:$false
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top