Domanda

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

Get-Snapshot -VM VM -Name 'snapshotname'
È stato utile?

Soluzione

Get-Snapshot -VM VM -Name 'snapshotname' -confirm:$false
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top