convert-RiprepImage Command In Windows Server 2008

In this article I am going to explain about convert-RiprepImage Command in Windows Server 2008 operating system and also explain it's related syntax
  • 1510

Introduction

In this we Converts an existing Remote Installation Preparation  image to Windows Image format.

Syntax

 

WDSUTIL [Options] /Convert-RIPrepImage /FilePath:<File path and name>
/DestinationImage
/FilePath:<File path and name>
[/Name:<Name>]
[/Description:<Description>]
[/InPlace]
[/Overwrite:{Yes | No | Append}]


 

 Parameter  Description
 /FilePath:<File path and name> It specifies the full path and file name of the .sif file that corresponds to the RIPrep image.
 /DestinationImage It specifies the settings for the destination image


Example

WDSUTIL /Convert-RiPrepImage /FilePath:"R:\RemoteInstall\Setup\English
\Images\Win2k3.SP1\i386\Templates\riprep.sif" /DestinationImage
/FilePath:"C:\Temp\RIPREP.wim"

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.