Guest Ammad Shah Posted January 20, 2008 Posted January 20, 2008 Running 2003 and xp environment i need to generate a report that compares the current settings of each applicaiton server with the required settings every 24 hours, how do i scheduleto to run the secedit command in analysis mode with application.inf templete?
Guest Meinolf Weber Posted January 20, 2008 Posted January 20, 2008 Re: secedit and report Hello Ammad, Try out this one: secedit /analyze /db FileName [/cfg FileName] [/log FileName] [/quiet] /db FileName Required. Specifies the path and file name of a database that contains the stored configuration against which the analysis will be performed. If FileName specifies a new database, the /cfg FileName command-line option must also be specified. /cfg FileName Specifies the path and file name for the security template that will be imported into the database for analysis. This command-line option is only valid when used with the /db parameter. If this is not specified, the analysis is performed against any configuration already stored in the database. /log FileName Specifies the path and file name of the log file for the process. If this is not provided, the default log file is used. /quiet Suppresses screen and log output. You can still view analysis results by using Security Configuration and Analysis. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Running 2003 and xp environment > > i need to generate a report that compares the current settings of each > applicaiton server with the required settings every 24 hours, how do > i scheduleto to run the secedit command in analysis mode with > application.inf templete? >
Recommended Posts