Secedit:generaterollback
Applies To: Windows 7, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP
Allows you to generate a rollback template for a specified configuration template. For examples of how this command can be used, see Examples.
Syntax
Secedit /generaterollback /db <database file name> /cfg <configuration file name> /rbk <rollback template file name> [log <log file name>] [/quiet]
Parameters
Parameter | Description |
---|---|
db |
Required. Specifies the path and file name of a database that contains the stored configuration against which the analysis will be performed. If file name specifies a database that has not had a security template (as represented by the configuration file) associated with it, the |
cfg |
Required. Specifies the path and file name for the security template that will be imported into the database for analysis. This /cfg option is only valid when used with the |
rbk |
Required. Specifies a security template into which the rollback information is written. Security templates are created using the Security Templates snap-in. Rollback files can be created with this command. |
log |
Optional. Specifies the path and file name of the log file for the process. |
quiet |
Optional. Suppresses screen and log output. You can still view analysis results by using the Security Configuration and Analysis snap-in to the Microsoft Management Console (MMC). |
Remarks
If the path for the log file is not provided, the default log file, (systemroot\Users \UserAccount\My Documents\Security\Logs\DatabaseName.log) is used.
Beginning with Windows Server 2008, Secedit /refreshpolicy
has been replaced with gpupdate
. For information on how to refresh security settings, see Gpupdate.
The successful running of this command will state “The task has completed successfully.” and logs only the mismatches between the stated security template and security policy configuration. It lists these mismatches in the scesrv.log.
If an existing rollback template is specified, this command will overwrite it. You can create a new rollback template with this command. No additional parameters are needed for either condition.
Scripting <optional section>
<Here is where you discuss using the command within a script. You should also provide an FWLink to the Script Center.>
Examples
After creating the security template using the Security Configuration and Analysis snap-in, SecTmplContoso.inf, create the rollback configuration file to save the original settings. Write out the action to the FY11 log file.
Secedit /generaterollback /db C:\Security\FY11\SecDbContoso.sdb /cfg sectmplcontoso.inf /rbk sectmplcontosoRBK.inf /log C:\Security\FY11\SecAnalysisContosoFY11.log