Posted On March 31, 2019

SUBINACL and TAKEOWN

kimconnect 0 comments
blog.KimConnect.com >> Windows >> SUBINACL and TAKEOWN
Change owner:

subinacl /file C:\demofile.doc /setowner=SS64Dom\AliceT

subinacl /subdirectories "C:\Documents and Settings\USER\Desktop\FOLDER\*.*" /setowner=DOMAIN\USER

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Query Google Account Using GAM

$emailAddress='[email protected]' $field='accounts:last_login_time' function getGamUser{ param( $emailAddress, $field ) $result=try{gam report users user $emailAddress}catch{} if($result){ $headers=$result[0]…

Domain Controller Error: Broken DFS Replication

Error message: The DFS Replication service detected that the local path of a replicated folder…

How to Change iTunes Backup Location of Storage In Windows

Make a directory junction after moving the backup storage location robocopy "C:\Users\%USERNAME%\AppData\Roaming\Apple Computer\MobileSync" "D:\iphone_backups" /E…