Scwcmd view in Window Server 2008

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

Scwcmd:view command in window server 2008

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

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

  • The Scwcmd:view command is used to render an .xml file by using a specified .xsl file transform.

  • The Scwcmd:view command can be used for displaying Security Configuration Wizard (SCW) .xml files by using different views.

Syntax

scwcmd view /x:<Xmlfile.xml> [/s:<Xslfile.xsl>]

Parameter

Parameter

Description

/x:<Xmlfile.xml> It is required parameter. It is define for the .xml file to be viewed.
/s:<Xslfile.xsl> It is optional parameter. It is define for the .xsl transform to apply to the .xml file as part of the rendering process. When the view command is used to render an SCW .xml file, it will automatically try to load the correct default transform for the specified .xml file.

/?

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.