From fd41fdfb8974c3f08a8ff9a569ea662877a251fd Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Mon, 20 Feb 2023 16:55:34 -0500 Subject: [PATCH] Create ts.xml --- Templates/TaskSequences/MDT/ts.xml | 55 ++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 Templates/TaskSequences/MDT/ts.xml diff --git a/Templates/TaskSequences/MDT/ts.xml b/Templates/TaskSequences/MDT/ts.xml new file mode 100644 index 0000000..ffe1345 --- /dev/null +++ b/Templates/TaskSequences/MDT/ts.xml @@ -0,0 +1,55 @@ + + + + + + + + + CustomContentPath + %ScriptRoot%\Custom + + cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf" + + + + DownloadSegmentSize + 16384 + + cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf" + + + + DriverPackageRootDirectory + %DEPLOYROOT%\Out-Of-Box-Driver-Packages + + cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf" + + + + DriverPackageMetadataPath + %DriverPackageRootDirectory%\Metadata\DriverPackageList.xml + + cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf" + + + + StagingRootDirectory + %OSDisk%\DriverCache + + cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf" + + + + + + + %CustomContentPath%\Invoke-DriverPackageAction\Invoke-DriverPackageDownload.ps1 + -SegmentSize %DownloadSegmentSize% -DPRD '%DriverPackageRootDirectory%' -DPMDP '%DriverPackageMetadataPath%' -StageDriversLocally -SRD '%StagingRootDirectory%' + + + cscript.exe "%SCRIPTROOT%\ZTIPowerShell.wsf + + + + \ No newline at end of file