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

RDP: Common Connection Errors

Error Message: [Window Title]Remote Desktop Connection[Content]The remote session was disconnected because there are no Remote…

PowerShell: Command to Retrieve Windows Applications List

The following the the PoSH equivalent of appwiz.cpl in Windows: PS> invoke-command TestWindows {Get-Package -Provider…

Veritas Backup Exec Account Setup to Authenticate Domain Controllers

1. ADUC >> Create domain user account named "backup" belonging to Administrators, Backup Operators groups…