While I’ve made a push to remove Roaming Profiles anywhere I still see them, some organizations are still not ready to move on to newer technologies. One of the problems is stale data as profiles are not regularly refreshed, below is a sample script for cleaning up old cookie data folders. $Old_Date = (Get-Date).AddDays(-90) $myprofiles …