Get-ChildItem "{Path}" -include "FolderName" -Recurse | % { takeown /F $_.FullName icacls $_.FullName /grant:r "administrator:(OI)(CI)F" /T }