Hi,
Is there any way to run DumpSec from the command and only request two fields from a select type of report? And is there any way on the command line to have the util append the output report file? Command Example:
C:\DUMPSEC.EXE /computer=\\computer1 /rpt=userscol /saveas=csv /outfile=C:\Computer1.txt
C:\DUMPSEC.EXE /computer=\\computer2 /rpt=userscol /saveas=csv /outfile=C:\computer2.txt
I only want to output the fields "UserName" and "PswdRequired" and since I can only scan one computer at a time, thus the need for multiple command line entries in a bat file, I want to be able to append the file with computer name and field information.
Y-ASK
[This message has been edited by Y-ASK (edited 03-18-2005).]
Is there any way to run DumpSec from the command and only request two fields from a select type of report? And is there any way on the command line to have the util append the output report file? Command Example:
C:\DUMPSEC.EXE /computer=\\computer1 /rpt=userscol /saveas=csv /outfile=C:\Computer1.txt
C:\DUMPSEC.EXE /computer=\\computer2 /rpt=userscol /saveas=csv /outfile=C:\computer2.txt
I only want to output the fields "UserName" and "PswdRequired" and since I can only scan one computer at a time, thus the need for multiple command line entries in a bat file, I want to be able to append the file with computer name and field information.
Y-ASK
[This message has been edited by Y-ASK (edited 03-18-2005).]
Comment