Remote zero touch LiteTouch deployment

3
Remote zero touch LiteTouch deployment

This can be easily achieved by adapting the script below to fit your needs, I use the below with PDQ Deploy to remotely in place upgrade machines on mass to a newer Windows 10 OS.

Remote zero touch LiteTouch deployment

Just change the name of the server and you task sequence ID to a Standard client upgrade task sequence.

\\server\deploymentshare$\Scripts\LiteTouch.vbs /SkipTaskSequence:YES /TaskSequenceID:002 /SkipDeploymentType:Yes /DeploymentType:REFRESH /SkipComputerName:YES /SkipDomainMembership:YES /UserDataLocation:AUTO /SkipUserData:YES /SkipComputerBackup:YES /ComputerBackupLocation:NONE /SkipLocaleSelection:YES /SkipApplications:YES /SkipAdminPassword:YES /SkipBitLocker:YES /SkipSummary:YES /FinishAction:Reboot

IMG 5412

Found priceless insights in this blog? Support the author’s creativity – buy them a coffee!

3 thoughts on “Remote zero touch LiteTouch deployment

    1. This is just for the In place upgrade of a client so doesnt need a new hostname as the machine is already installed

Leave a Reply

Your email address will not be published. Required fields are marked *