Secedit generaterollback in Window Server 2008

In this article I am going to explain about Secedit generaterollback command in Windows Server 2008 operating system and also explain it's related syntax.
  • 2368

Secedit:generaterollback command in window server 2008

  • Secedit:generaterollback command is a command-line tool of Windows Server 2008.

  • Secedit:generaterollback command is available in Windows 7, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP

  • Secedit:generaterollback command is used to allow you to generate a rollback template for a specified configuration template.

Syntax

Secedit /generaterollback /db <database file name> /cfg <configuration file name> /rbk <rollback template file name> [log <log file name>] [/quiet]

Parameter

Parameter

Description

db

It is required parameter. It is specify for the path and file name of a database that contains the stored configuration against which the analysis will be performed.

cfg

It is required parameter. It is specify for the path and file name for the security template that will be imported into the database for analysis.

If this is not specified, the analysis is performed against any configuration already stored in the database.

rbk

It is required parameter. It is specify for a security template into which the rollback information is written. The rollback files can be created with this command.

log

It is option parameter. It is specify for the path and file name of the log file for the process.

quiet

It is option parameter. It is suppress screen and log output. You can still view analysis results by using the Security Configuration and Analysis snap-in to the MMC.

Example

secedit-generaterollback-window-server.gif

Ask Your Question 

Got a programming related question? You may want to post your question here 

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.