SubInAcl error with /cleandeletedsidsfrom option

S

slamb

Hi,

I'm using Windows XP Pro. SP2. I wish to get rid an unknown account
(displayed in the Security tab of multiple folders and files) which is an old
account that I just deleted. This account is on my own machine (no domain).
Before messing up my system with the SubInAcl.exe, I tried to remove the
unknown account from a single file with the following syntax:

subinacl /file c:\setup.log /cleandeletedsidsfrom

This command returns the following error message:

WARNING : /cleandeletedsidsfrom : Invalid option : c:\setup.log

I also tried the following command:

subinacl /subdirectory c:\temp\*.* /cleandeletedsidsfrom

But I still receive the following error message:

WARNING : /cleandeletedsidsfrom : Invalid option : c:\temp\*.*

Any idea of what is wrong with my command-line?

- Thanks.
 
Joined
Oct 14, 2008
Messages
2
Reaction score
0
The cleandeletedsidsfrom syntax must include the domain name.


C:\>subinacl /subdirectory c:\temp\*.* /cleandeletedsidsfrom=domainname
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top