Pregunta

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

Get-Snapshot -VM VM -Name 'snapshotname'
¿Fue útil?

Solución

Get-Snapshot -VM VM -Name 'snapshotname' -confirm:$false
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top