Pergunta

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

Get-Snapshot -VM VM -Name 'snapshotname'
Foi útil?

Solução

Get-Snapshot -VM VM -Name 'snapshotname' -confirm:$false
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top