LucD wrote:
For the removal you could use something like this
Get-VM | Get-Snapshot -Name "SYMC-FUL*" | Remove-Snapshot -Confirm:$false
For scheduling this via the Windows Task Scheduler have a look at Alan's Running a PowerCLI Scheduled task.
Awesome, that looks like it'll do the job. I was close with my current attempts, just had the syntax a bit back to front. We already run vCheck via scheduled task as per Alan's blog as well so I'll get that tweaked.
Happy days. Thanks for the assistance.