I have the ps1 script that does the backup and then copies it over to other locations as well. However, the part I haven't succeeded with is to make the script delete the 3 oldest backups. If I do Remove-Item (file path) -Force -Confirm:$false then MIG steps in and prevents me from deleting it permanently
What do I do?
What do I do?