Creating an automated Task sequence , Windows Deployment services W10 + Integration on AD + Custom settings + bootstrap

We asume:

WDS is installed

ADK is installed

MDT is installed

You have a clean image ( follow https://sevenitblog.com/2020/03/22/creating-master-clean-image-for-wds-w10-pro/ )

Right click on task sequence once you selected the deployment share ;

Deployment share is located at  E:\Deploymentshare ( in our case )

Ensure you have a WIM available , if not follow the procedure “Creating the Base Image ISO & WDS) on previous post

1.Click on New Task sequence

2.Select Standard Client

3.Select recent image uploaded

Do not select product Key . W10 recognizes license OEM in BIOS

Set the admin password if needed ( in our case we set this via GPO)

8.Finish the process

Also we will update the DeploymentShare ( regenerating Images , or if for the first time . Create new ones )

Now in our case we have done the following:

*Added a domain account with delegation on THE OU specified on the customsettings

*Given this account admin of the WDS server

Customsettings File :

[Settings]
Priority=Default
Properties=MyCustomProperty

[Default]
OSInstall=Y
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipComputerBackup=YES
SkipBitLocker=YES
Joindomain=yourdomain.local
MachineObjectOU=(destination OU where computers GO)
SkipBDDWelcome=YES
SkipTimeZone=YES
TimeZoneName=GMT Standard Time
SkipLocaleSelection=YES
KeyboardLocale=en-GB
UserLocale=en-GB
UILanguage=en-GB
OSInstall=Y
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipTimeZone=YES
TimeZoneName= GMT Standard Time
SkipUserData=YES
SkipTaskSequence=NO
SkipApplications=NO
SkipBitlocker=YES
SkipSummary=YES
SkipRoles=YES
SkipFinalSummary=NO
DomainAdmin=(user for joining domain computers)
DomainAdminPassword=Password for this user
DomainAdminDomain=domainname.local
UserDomain=domainname.local
UserID=domainjoin
UserPassword=j,C#@uxQekY45rBKBC

Bootstrap for auto login:

[Settings]
Priority=Default

[Default]
DeployRoot=( your deployment share)
UserID=( domain join user)
UserDomain=domain name
UserPassword=password
SkipBDDWelcome=YES

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.