Scwcmd configure in Window Server 2008

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

Scwcmd:configure command in window server 2008

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

  • The Scwcmd:configure command is available in Windows Server 2008, Windows Server 2008 R2.

  • The Scwcmd:configure command is used to apply a Security Configuration Wizard (SCW)-generated security policy to a computer.

  • The Scwcmd:configure command-line tool also accepts a list of computer names as input.

Syntax

scwcmd configure [[[/m:<ComputerName> | /ou:<OuName>] /p:<Policy>] | /i:<ComputerList>] [/u:<UserName>] [/pw:<Password>] [/t:<Threads>]

Parameter

Parameter

Description

/m:<ComputerName> It is define for the NetBIOS name, DNS name, or IP address of the computer to configure.
/ou:<OuName> It is define for the fully qualified domain name (FQDN) of an organizational unit (OU) in Active Directory Domain Services. All computers in the OU will be analyzed against the given policy.
/p:<Policy> It is define for the path and file name of the .xml policy file to be used to perform the configuration.
/i:<ComputerList> It is define for the path and file name of an .xml file that contains a list of computers along with their expected policy files. All computers in the .xml file will be configured according their corresponding policy files.
/u:<UserName> It is specify for an alternate user credential to use when performing the configuring on a remote computer. The default is the logged on user.
/pw:<Password> It is specify for an alternate user credential to use when performing the configuring on a remote computer. The default is the password of the logged on user.
/t:<Threads> It is specify for the number of simultaneous outstanding analysis operations that should be maintained during the configuring  process. The defaultValue is 40 and MinValue is 1 and MaxValue is 1000.

/?

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.