Jump to content


PC-fre@k

Established Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by PC-fre@k

  1. Hi there,

     

    have been using the information in this forum/website for a while now (Many thanks for that!), but can't seem to find what I'm looking for...

     

    I'm trying to deploy Windows 10 using WDS and MDT 2013 Update 1.

    Currently most things work like it should, made a Task Sequence which I kept default, edited bootstrap, customsettings and the unattended.xml (Using WSIM).

     

    Only thing that keeps me busy, how to reinstall (Refresh?) a computer without loosing the current hostname?

    I intergrated WDS with ADDS, but every time the tasksequence runs I get a new computername.

     

    Guess I'm just doing something 'quite simple', totally wrong ;)

     

    Can somebody help me get on track again? Thanks in advance!

     

    [bootstrap.ini]

    [Settings]
    Priority=Default
    
    [Default]
    DeployRoot=\\WDS01\DeploymentShare$
    UserID=Administrator
    USerDomain=TESTLAB
    UserPassword=******
    KeyboardLocale=en-US
    SkipBDDWelcome=YES 
    

    [CustomSettings.ini]

    [Settings]
    Priority=OSCurrentVersion,Default
    Properties=MyCustomProperty
    
    [Default]
    SkipAdminPassword=YES
    SkipApplications=YES
    SkipAppsOnUpgrade=YES
    SkipBDDWelcome=YES
    SkipBitLocker=YES
    SkipCapture=YES
    SkipComputerName=YES
    SkipComputerBackup=YES
    SkipDeploymentType=YES
    SkipDomainMembership=YES
    JoinDomain=TESTLAB
    DomainAdmin=Administrator
    DomainAdminDomain=TESTLAB
    DomainAdminPassword=******
    SkipFinalSummary=YES
    SkipLocaleSelection=YES
    KeyboardLocale=en-US
    UserLocale=nl-NL
    UILanguage=en-US
    SkipPackageDisplay=YES
    SkipProductKey=YES
    SkipSummary=YES
    SkipTaskSequence=YES
    TaskSequenceID=2
    SkipTimeZone=YES
    TimeZoneName=W. Europe Standard Time
    SkipUserData=YES 
    FullName=DefaultSec
    
    [10.0.10240]
    SkipAdminPassword=YES
    SkipApplications=YES
    SkipAppsOnUpgrade=YES
    SkipBDDWelcome=YES
    SkipBitLocker=YES
    SkipCapture=YES
    SkipComputerName=YES
    SkipComputerBackup=YES
    SkipDeploymentType=YES
    DeploymentType=REFRESH
    SkipDomainMembership=YES
    JoinDomain=TESTLAB
    DomainAdmin=Administrator
    DomainAdminDomain=TESTLAB
    DomainAdminPassword=******
    SkipFinalSummary=YES
    SkipLocaleSelection=YES
    KeyboardLocale=en-US
    UserLocale=nl-NL
    UILanguage=en-US
    SkipPackageDisplay=YES
    SkipProductKey=YES
    SkipSummary=YES
    SkipTaskSequence=YES
    TaskSequenceID=2
    SkipTimeZone=YES
    TimeZoneName=W. Europe Standard Time
    SkipUserData=YES 
    FullName=W10Sec
    

    I can tell it uses the '2' tasksequence containing Windows 10 using 'OSCurrentVersion'.
    'DeploymentType=REFRESH' is not overwritten by DEFAULT (it was before... deleted 'DeploymentType=NEWCOMPUTER' from 'DEFAULT')

     

    [unattend.xml]

    ...
    <settings pass="specialize">
            <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
                <Identification>
                    <Credentials>
                        <Username>Administrator</Username>
                        <Domain>TESTLAB</Domain>
                        <Password>******</Password>
                    </Credentials>
                    <JoinDomain>TESTLAB</JoinDomain>
                    <JoinWorkgroup></JoinWorkgroup>
                    <MachineObjectOU></MachineObjectOU>
                </Identification>
            </component>
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
                <ComputerName>*</ComputerName>
                <ProductKey></ProductKey>
                <RegisteredOrganization>Testlab</RegisteredOrganization>
                <RegisteredOwner>Windows User</RegisteredOwner>
                <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
                <TimeZone>W. Europe Standard Time</TimeZone>
            </component>
    ...
    
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.