Hi Lucd,
Snapshot name will be unique for each VM, Is there any way to select 1st snapshot.
I have tried below that that doesn't work.
Get-VM VM1 | Remove-snapshot -snapshot * -RemoveChildren -confirm:$false
But getting error that * system.string conversion is not possible.