Scwcmd register in Window Server 2008

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

Scwcmd:register command in window server 2008

  • The Scwcmd:register command is a command-line tool of Windows Server 2008.

  • The Scwcmd:register command is available on computers running Windows Server 2008, Windows Server 2008 R2.

  • The Scwcmd:register command is used to extend or customizes the Security Configuration Wizard (SCW) Security Configuration Database by registering a Security Configuration Database(SCD) file that contains role, task, service, or port definitions.

Syntax

scwcmd register /kbname:<MyApp> [/kbfile:<kb.xml>] [/kb:<path>] [/d]

Parameter

Parameter

Description

/kbname:<MyApp> It is required parameter. It is define for the name under which the Security Configuration Database extension will be registered.
/kbfile:<Kb.xml> It is define for the path and file name of the Security Configuration Database file that will be used to extend or customize the base Security Configuration Database.
/kb:<Path> It is define for the path to the directory that contains the SCW Security Configuration Database files to be updated.
/d This is unregistered a Security Configuration Database extension from the Security Configuration Database. The Security Configuration Database to unregister the extension from is specified by the /kb parameter. The extension to unregister is specified by the /kbname parameter.

/?

It is used for displays help at the command prompt.

Ask Your Question 

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

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.