Re: SUBINACL syntax error
- From: Jerold Schulman <Jerry@xxxxxxxxxx>
- Date: Wed, 18 Oct 2006 07:37:51 -0400
See tip 8530 » Corrected version of SubInAcl.
in the 'Tips & Tricks' at http://www.jsifaq.com
On Tue, 17 Oct 2006 19:52:37 -0500, "Jeff Vandervoort" <jeffv @ jrvsystems dot com> wrote:
This has to be embarassingly basic, but it has me stumped...
I'm trying to use SUBINACL (v5.2.3790.1180, the latest from the MS downloads
site) to search and replace ACEs on a WS2003SP1 server. The command I'm
using follows (lines broken for easier reading:
SUBINACL
/TESTMODE
/SUBDIRECTORIES
D:\*.*
/REPLACE="[domain1]\[group1]"="[domain2]\[group2]"
/ACCOUNTMIGRATION="[domain1]\[group1]"="[domain2]\[group2]"
/ERRORLOG="D:\SubInACLError.log"
/OUTPUTLOG="D:\SubInACL.log"
The command works fine if I omit both /ERRORLOG and /OUTPUTLOG. But if I add
either switch, I get this output:
WARNING : /errorlog=d:\subinaclerror.log : Invalid option : D:\*.*
Use :
SubInacl /help to get the usage information
or
SubInAcl /help syntax to understand SubInAcl syntax.
Current object D:\*.* will not be processed
Elapsed Time: 00 00:00:00
Done: 0, Modified 0, Failed 0, Syntax errors 1
Last Syntax Error:WARNING : /errorlog=d:\subinaclerror.log : Invalid option
: D:
\*.*
Hunh?? D:\*.* suddenly becomes an invalid folder spec when I use /ERRORLOG
or /OUTPUTLOG? Why??
Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
.
- Prev by Date: License
- Next by Date: RE: Recreate DFS
- Previous by thread: Re: SUBINACL syntax error
- Next by thread: Re: SUBINACL syntax error
- Index(es):
Relevant Pages
|