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.
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.