In this post a quick way of changing the owner of a ntfs folder is illustrated. Step1: Get the Acl’s of the folder on which we want to change the owner. [C:\Users\SivaMulpuru] PS:1 >$acl = Get-Acl C:\Scripts List the Acl’s [C:\Users\SivaMulpuru] PS:2 >$acl | FL Path : Microsoft.PowerShell.Core\FileSystem::C:\Scripts Owner : SivaMulpuru-PC\SivaMulpuru Group : SivaMulpuru-PC\None Access …
Continue reading “Change NTFS folder Owner using Powershell”