Checks if the Microsoft Hyper-V checkpoint was created more than 14 days ago, prints out the VMName and excludes replica's created by VEEAM by checking for _replica.
VirtualMachines[].Snapshots[? time_since(CreationTime,'days')>
14
&& !contains(VMName,'_replica')][].VMName