none
Automatische Erkennung der Install Images RRS feed

  • Frage

  • Guten Tag

    Ausgangslage:

    -Windows Server 2008 R2  AD, DNS
    -Windows Server 2008 R2  DNCP, WDS

    Funktionierte WDS Sever mit entsprechendem WDSClientUnattend.xml und OOBE.xml.

     Frage:

     

       <WindowsDeploymentServices>
        <ImageSelection>
         <InstallImage>
          <Filename>Install_Image_v3.wim</Filename>
          <ImageGroup>Win7</ImageGroup>
          <ImageName>Install_Image_v3</ImageName>
         </InstallImage>
         <InstallTo>
          <DiskID>0</DiskID>
          <PartitionID>1</PartitionID>
         </InstallTo>
        </ImageSelection>
        <Login>
         <Credentials>
          <Domain>test.local</Domain>
          <Password>Passw0rd</Password>
          <Username>Installer</Username>
         </Credentials>
        </Login>
       </WindowsDeploymentServices>

     

    Beim Part <InstallImage> möchte ich Theoretisch ein IF ( Macadresse = 00-00-00-00-00) Then Install_Image_v2 ELSE Install_Image_v3.

    Aussehen sollte es dann so:

    1 oder mehrere Lehrer Client mit mehr Recht und andere Software

    50 Student Clients mit weniger Recht und andere Software

     

    Ist dies Möglich und hätten Sie irgendwelche Inputs?

    Besten Dank für Ihre Feedbacks!

    Philipp Rüegsegger

     


    Montag, 28. März 2011 09:08

Antworten

  • Hallo Philipp,

    die Funktionalität wird über das Client Prestaging Feature von WDS angeboten:

    Additional flexibility. Prestaging clients increases flexibility by enabling you to control the following. For instructions on performing these tasks, see the “Prestage Computers” section of Verwalten von Clientcomputern.

    • The computer account name and location within AD DS.

    • Which server the client should network boot from.

    • Which network boot program the client should receive.

    • Other advanced options — for example, what boot image a client will receive or what Windows Deployment Services client unattend file the client should use.

    http://technet.microsoft.com/en-us/library/cc770832(WS.10).aspx

    Gruß,
    Andrei

    Mittwoch, 30. März 2011 11:33
    Moderator