WindowsDeploymentServices

참고

이러한 설정은 Windows 11에 적용되지 않습니다.

WindowsDeploymentServices는 RIS(원격 설치 서비스)의 업데이트되고 다시 디자인된 버전인 Windows 배포 서비스에 대한 설정용 컨테이너입니다. 네트워크 기반 무인 설치를 통해 새 컴퓨터를 설정하는 데 사용할 수 있습니다.

이러한 설정은 Windows 배포 서비스 설치와 관련이 있으며 Windows 배포 서비스 클라이언트를 사용하여 설치를 완전히 자동화하는 데 필요합니다.

자식 요소

설정 설명
ImageSelection 이미지 이름 및 그룹뿐만 아니라 설치할 언어 팩, 설치할 위치 및 UI(사용자 인터페이스)가 표시되는지 여부를 지정합니다.
로그인 Windows 배포 서비스에 로그온하기 위한 자격 증명을 지정합니다.

유효한 구성 패스

windowsPE

부모 계층

Microsoft-Windows-Setup | WindowsDeploymentServices

적용 대상

이 구성 요소가 지원하는 Windows 버전 및 아키텍처 목록은 Microsoft-Windows-Setup을 참조하세요.

XML 예

다음 XML 출력은 전체 Windows 배포 서비스의 배포를 보여 줍니다.

<WindowsDeploymentServices>
   <Login>
      <WillShowUI>OnError</WillShowUI>
      <Credentials>
         <Username>Administrator</Username>
         <Domain>MY-DOMAIN-NAME</Domain>
         <Password>********</Password>
      </Credentials>
   </Login>
  <ImageSelection>
      <WillShowUI>OnError</WillShowUI>
      <InstallImage>
         <ImageName>MY_IMAGE_NAME</ImageName>
         <ImageGroup>My IMAGE GROUP</ImageGroup>
      </InstallImage>
      <InstallTo>
         <DiskID>0</DiskID>
         <PartitionID>1</PartitionID>
      </InstallTo>
   </ImageSelection>
</WindowsDeploymentServices>
<DiskConfiguration>
   <WillShowUI>OnError</WillShowUI>
   <Disk>
      <DiskID>0</DiskID>
      <WillWipeDisk>false</WillWipeDisk>
      <ModifyPartitions>
         <ModifyPartition>
            <Order>1</Order>
            <PartitionID>3</PartitionID>
            <Letter>C</Letter>
            <Label>TestOS</Label>
            <Format>NTFS</Format>
            <Active>true</Active>
            <Extend>false</Extend>
         </ModifyPartition>
      </ModifyPartitions>
   </Disk>
</DiskConfiguration>

Microsoft-Windows-Setup