Scwcmd transform in Window Server 2008

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

Scwcmd:transform command in window server 2008

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

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

  • The Scwcmd:transform command is used to transform a security policy file generated by using the Security Configuration Wizard (SCW) into a new Group Policy object (GPO) in Active Directory Domain Services.

  • In Scwcmd:transform command, the transform operation does not change any settings on the server where it is performed.

  • In Scwcmd:transform command, After the transform operation has completed, an administrator must link the GPO to the desired OUs to deploy the policy to servers.

Syntax

scwcmd transform /p:<Policyfile.xml> /g:<GPODisplayName>

Parameter

Parameter

Description

/p:<Policyfile.xml>

It is define for the path and file name of the .xml policy file that should be applied. This parameter must be specified.

/g:<GPODisplayName>

It is specify for the display name of the GPO. This parameter must be specified.

/?

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 

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.