설치 이미지의 경우: - WDSUTIL 옵션 /Replace-Image /Image: /Server: /ImageType:Install /ImageGroup: /Filename: /ReplacementImage /ImageFile: ...

설치 이미지의 경우:
-------------------
WDSUTIL [옵션] /Replace-Image /Image:<이미지 이름> [/Server:<서버 이름>]
     /ImageType:Install
     [/ImageGroup:<이미지 그룹 이름>]
     [/Filename:<파일 이름>]
     /ReplacementImage
         /ImageFile:
         [/SourceImage:<원본 이미지 이름>]
         [/Name:<이미지 이름>]
         [/Description:<이미지 설명>]

[/ImageGroup:<이미지 그룹 이름>]    바꿀 이미지가 포함된 이미지
                                    그룹입니다. 값을 지정하지 않은 경우
                                    서버에 하나의 이미지 그룹만 있으면
                                    해당 이미지 그룹이 기본값으로
                                    사용됩니다. 서버에 둘 이상의 이미지
                                    그룹이 있는 경우에는
                                    이미지 그룹을 지정해야 합니다.
[/Filename:<파일 이름>]             이름으로 이미지를 고유하게 식별할 수
                                    없는 경우 파일 이름을 지정해야 합니다.
/ReplacementImage
 /ImageFile:         새 WIM 파일의 전체 경로와 파일 이름을
                                    지정합니다.
 [/SourceImage:<이미지 이름>]       새 WIM 파일에 여러 개의 이미지가 들어
                                    있는 경우 사용할 이미지를 지정합니다.
 [/Name:<이름>]                     이미지의 표시 이름을 설정합니다.
 [/Description:<설명>]              이미지에 대한 설명을 설정합니다.


예:
---------
부팅 이미지를 바꾸는 방법:
WDSUTIL /Replace-Image /Image:"WinPE Boot Image" /ImageType:Boot
/Architecture:x86 /ReplacementImage /ImageFile:"C:\MyFolder\Boot.wim"

WDSUTIL /Verbose /Progress /Replace-Image /Image:"WinPE Boot Image"
/Server:MyWDSServer /ImageType:Boot /Architecture:x64 /Filename:boot.wim
/ReplacementImage /ImageFile:\\MyServer\Share\Boot.wim
/Name:"My WinPE Image" /Description:"WinPE Image with drivers"

설치 이미지를 바꾸는 방법:
WDSUTIL /Replace-Image /Image:"Windows Vista Home"
/ImageType:Install /ReplacementImage /ImageFile:"C:\MyFolder\Install.wim"

WDSUTIL /Verbose /Progress /Replace-Image /Image:"Windows Vista Pro"
/Server:MyWDSServer /ImageType:Install /ImageGroup:ImageGroup1
/Filename:Install.wim /ReplacementImage /ImageFile:\\MyServer\Share
\Install.wim /SourceImage:"Windows Vista Ultimate"
/Name:"Windows Vista Desktop" /Description:"Windows Vista Ultimate with
standard business applications."

설치 이미지를 저장할 로컬 위치를 입력하십시오. 이렇게 하면 네트워크에 이상이 있을 경우 이미지가 손상되지 않습니다. 설치 이미지의 간단한 설명 및 도움말 텍스트를 입력하십시오. 이 텍스트는 클라이언트 설치 마법사를 사용하는 사용자가 정확한 설치 이미지를 선택할 수 있도록 도와줍니다. 설치 이미지의 경우: - WDSUTIL 옵션 /Add-Image /ImageFile: /Server: /ImageType:Install /SkipVerify /ImageGroup: /SingleImage: /Name: ... 설치 이미지의 경우: - WDSUTIL 옵션 /Export-Image /Image: /Server: /ImageType:Install /ImageGroup: /Filename: /DestinationImage /Filepath: ... 설치 이미지의 경우: - WDSUTIL 옵션 /Replace-Image /Image: /Server: /ImageType:Install /ImageGroup: /Filename: /ReplacementImage /ImageFile: ... 설치 이미지의 경우: - WDSUTIL 옵션 /Set-Image /Image: /Server: /ImageType:Install /ImageGroup: /Filename: /Name: /Description: /UserFilter: ... 설치 작업이 이미 완료되었습니다. 이 컴퓨터에서 Active Directory 도메인 서비스를 제거하려면 컴퓨터를 다시 시작한 다음 dcpromo를 다시 실행하여 수준을 내리십시오. 설치 작업이 이미 완료되었습니다. 이 컴퓨터에서 Active Directory 도메인 서비스를 제거하려면 컴퓨터를 다시 시작한 다음 이 마법사를 다시 시작하십시오. 설치 정보를 디스크에 쓰는 동안 오류가 발생했습니다. 디스크 공간이 충분한지 확인하고 "다시 시도"를 클릭하거나, 설치를 끝내려면 "취소"를 클릭하십시오.