secedit in Window Server 2008

In this article I am going to explain about secedit command in Windows Server 2008 operating system and also explain it's related syntax.
  • 2052
secedit command in window server 2008
  • secedit command is a command-line tool of Windows Server 2008. 
  • secedit 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 command is used to Configures and analyzes system security by comparing your current configuration to specified security templates. 

Syntax

secedit 
[/analyze /db <database file name> /cfg <configuration file name> [/overwrite] /log <log file name> [/quiet]]
[/configure /db <database file name> [/cfg <configuration filename>] [/overwrite] [/areas 
[securitypolicy | group_mgmt | user_rights | regkeys | filestore | services]] [/log <log file name>] [/quiet]]
[/export /db <database file name> [/mergedpolicy] /cfg <configuration file name> [/areas 
[securitypolicy | group_mgmt | user_rights | regkeys | filestore | services]] [/log <log file name>]]
[/generaterollback /db <database file name> /cfg <configuration file name> /rbk <rollback file name> 
[/log <log file name>] [/quiet]][/import /db <database file name> /cfg <configuration file name> 
[/overwrite] [/areas [securitypolicy | group_mgmt | user_rights | regkeys | filestore | services]] [/log <log file name>] 
[/quiet]][/validate <configuration file name>]
 

Parameter

Parameter

Description

Secedit:analyze

It is allow you to analyze current systems settings against baseline settings that are stored in a database. The analysis results are stored in a separate area of the database and can be viewed in the Security Configuration and Analysis snap-in.

Secedit:configure

It is allow you to configure a system with security settings stored in a database.

Secedit:export

It is allow you to export security settings stored in a database.

Secedit:genetaterollback

It is allow you to generate a rollback template with respect to a configuration template.

Secedit:import

It is allow you to import a security template into a database so that the settings specified in the template can be applied to a system or analyzed against a system.

Secedit:validate

It is allow you to validate the syntax of a security template.

Ask Your Question 

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

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.