Protection Group Snapshot schedules control the timing and frequency of when snapshots are automatically taken for a Protection Group.
# Retrieve the snapshots for the Protection Group
PS >Get-PfaProtectionGroupSchedule -Array $FlashArray -ProtectionGroupName 'TEST-PGROUP'
# Set the Protection Group schedule
PS >Set-PfaProtectionGroupSchedule -Array $FlashArray -SnapshotFrequencyInSeconds 21600 -GroupName 'TEST-PGROUP'
# Enable the new snapshot schedule.
PS >Enable-PfaSnapshotSchedule -Array $FlashArray -Name 'TEST-PGROUP'
# Disable a snapshot schedule
PS >Disable-PfaSnapshotSchedule -Array $FlashArray -Name 'TEST-PGROUP'