convert-riprepimage

기존 원격 설치 준비 (RIPrep) 이미지를 Windows 이미지 (.wim) 형식으로 변환 합니다.

구문

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

매개 변수

매개 변수 설명
/Filepath:<Filepath and name> RIPrep 이미지에 해당하는 .sif 파일의 전체 파일 경로 및 이름을 지정합니다. 이 파일은 일반적으로 Riprep.sif라고 하며 RIPrep 이미지를 포함하는 폴더의 \Templates 하위 폴더에 있습니다.
/ DestinationImage 대상 이미지에 대 한 설정을 지정합니다. 다음 옵션을 사용합니다.
  • /FilePath:<Filepath and name> - 새 파일의 전체 파일 경로를 설정합니다. 예를 들어: C:\Temp\convert.wim
  • [/Name:<Name>] - 이미지의 표시 이름을 설정합니다. 표시 이름을 지정하지 않으면 원본 이미지의 표시 이름이 사용됩니다.
  • [/Description:<Description>] - 이미지에 대한 설명을 설정합니다.
  • [/InPlace] - 기본 동작인 원본 이미지의 복사본이 아닌 원래 RIPrep 이미지에서 변환이 수행되도록 지정합니다.
  • [/Overwrite:{Yes | No | Append} - 이 이미지가 기존 파일을 덮어쓰거나 추가할지 여부를 설정합니다.

예제

지정된 된 RIPrep.sif 이미지 RIPREP.wim을 변환 하려면 다음을 입력 합니다.

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

지정 된 이름 및 설명을 지정한 RIPrep.sif 이미지 RIPREP.wim 변환할 파일이 이미 있으면 새 파일로 덮어쓰기를 입력 합니다.

wdsutil /Verbose /Progress /Convert-RiPrepImage /FilePath:\\Server \RemInst\Setup\English\Images\WinXP.SP2\i386\Templates\riprep.sif /DestinationImage /FilePath:\\Server\Share\RIPREP.wim /Name:WindowsXP image /Description:Converted RIPREP image of WindowsXP /Overwrite:Append