Greeting,
I'm looking for a way to delete snapshots on multiple VM parallelly.
I know delete snapshot by following script:
get-vm -location xxx | remove-snapshot
The script above delete snapshots one VM by one VM. It's pretty time consuming if I have 1000+ VM, it's slow than manually delete snapshot.