Get-ChildItem | where LastWriteTime -gt (get-date).AddDays(-10)
https://github.com/jesusninoc/PowerShell/blob/master/Fechas/EjemplosFechas.ps1
Get-ChildItem | where LastWriteTime -gt (get-date).AddDays(-10)
https://github.com/jesusninoc/PowerShell/blob/master/Fechas/EjemplosFechas.ps1