JSI Tip 8741. How can I remove invalid domain SIDs from the my file system permissions?

Jerold Schulman

November 30, 2004

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Using the corrected version of SubInAcl, you can remove invalid domain SIDs from your file system permissions.

The syntax is:

subinacl /subdirectories /cleandeletedsidsfrom=

Example:

subinacl /subdirectories C:*.* /cleandeletedsidsfrom=JSIINC

The default is to scan the entire security descriptor, but you can specify [=dacl|sacl|owner|primarygroup|all] after the domain name.

NOTE: If the owner SID is removed, it is replaced with the Administrators group. If the Primary Group is removed, it is replaced with the Users group.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like