I am try to clear out everyone's download folder that logs into our WVD which we have set a 15 users.I run this PS script but it only clears the download folder for who is logged in.Remove-Item -Path $env:UserProfile\Downloads\*.* -Recurse -ForceI am sure it just needs tweaking but I can't seem to figure it out.Any help would be great thanks!