설치 이미지의 경우: ------------------- WDSUTIL [옵션] /Add-Image /ImageFile:<이미지 파일 경로> [/Server:<서버 이름>] /ImageType:Install [/SkipVerify] [/ImageGroup:<이미지 그룹 이름>] [/SingleImage:<단일 이미지 이름>] [/Name:<이름>] [/Description:<설명>] [/Filename:<파일 이름>] [/UnattendFile:<무인 파일 경로>] [/SkipVerify] 이미지를 추가하기 전에 원본 이미지 파일을 확인하지 않도록 지정합니다. [/ImageGroup:<이미지 그룹 이름>] 이미지를 추가할 이미지 그룹입니다. 값을 지정하지 않으면 서버에 이미지 그룹이 없는 경우 기본 이미지 그룹이 생성됩니다. 이미지 그룹이 이미 있는 경우에는 이 미지가 그룹이 사용됩니다. 서버에 둘 이상의 이미지 그룹이 있는 경우에는 이미지 그룹을 지정해야 합니다. [/SingleImage:<단일 이미지 이름>] WIM 파일에서 하나의 이미지를 추가합니다. VHD 이미지에 대해서는 지원되지 않습니다. [/Name:<이름>] 이미지의 표시 이름을 설정합니다. [/Description:<설명>] 이미지에 대한 설명을 설정합니다. [/Filename:<파일 이름>] 이미지를 추가할 때 이미지 파일의 파일 이름을 변경할 수 있습니다. 값을 지정하지 않으면 원본 이미지의 파일 이름이 사용됩니다. 어느 경우든지 파일 이름이 고유한지 확인합니다. 둘 이상의 이미지를 추가하는 경우에는 파일 이름에 고유 번호가 추가됩니다(예: filename.wim, filename-(2).wim, filename-(3).wim). [/UnattendFile:<무인 파일 경로>] 이러한 이미지에 연결할 무인 파일의 전체 경로입니다. /SingleImage를 지정하지 않으면 이 파일은 WIM 파일의 모든 이미지에 연결됩니다. 예: --------- 부팅 이미지를 추가하는 방법: WDSUTIL /Add-Image /ImageFile:"C:\MyFolder\Boot.wim" /ImageType:Boot WDSUTIL /Verbose /Progress /Add-Image /ImageFile:\\MyServer\Share\Boot.wim /Server:MyWDSServer /ImageType:Boot /Name:"My WinPE Image" /Description:"WinPE Image containing the WDS Client" /Filename:WDSBoot.wim 설치 이미지를 추가하는 방법: WDSUTIL /Add-Image /ImageFile:"C:\MyFolder\Install.wim" /ImageType:Install WDSUTIL /Verbose /Progress /Add-Image /ImageFile:\\MyServer\Share \Install.wim /Server:MyWDSServer /ImageType:Install /ImageGroup:ImageGroup1 /SingleImage:"Windows Professional" /Name:"My WDS Image" /Description:"Windows Professional image with MSOffice" /Filename:"Win Pro.wim" /UnattendFile:"\\server\share\unattend.xml" WDSUTIL /Verbose /Progress /Add-Image /ImageFile:\\MyServer\Share \Install.vhd /Server:MyWDSServer /ImageType:Install /ImageGroup:ImageGroup2 /Filename:"WindowsServer.vhd" /UnattendFile:"\\server\share\unattend2.xml"
설치 원본에 액세스할 수 없습니다. 설치 원본에 액세스할 수 있는지 확인하고 설치를 다시 시작하십시오.
설치 이미지를 만든 후 Windows 배포 서비스 서버에 추가하여 클라이언트 컴퓨터로 배포할 수 있습니다.
설치 이미지를 저장할 로컬 위치를 입력하십시오. 이렇게 하면 네트워크에 이상이 있을 경우 이미지가 손상되지 않습니다.
설치 이미지의 간단한 설명 및 도움말 텍스트를 입력하십시오. 이 텍스트는 클라이언트 설치 마법사를 사용하는 사용자가 정확한 설치 이미지를 선택할 수 있도록 도와줍니다.
설치 이미지의 경우: - 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를 다시 실행하여 수준을 내리십시오.