Ajout dela structure MDT dans Infra-LAB

This commit is contained in:
2026-05-24 16:21:20 +02:00
parent fed8d42171
commit 049b03b4d4
522 changed files with 105109 additions and 0 deletions
@@ -0,0 +1,28 @@
<job id="ztiRunCommandHidden">
<script language="VBScript" src="ZTIUtility.vbs"/>
<script language="VBScript">
' // ***************************************************************************
' //
' // Copyright (c) Microsoft Corporation. All rights reserved.
' //
' // Microsoft Deployment Toolkit Solution Accelerator
' //
' // File: ztiRunCommandHidden.wsf
' //
' // Version: 6.3.8456.1000
' //
' // Purpose: oUtility.RunWithConsoleLogging is useful when trying to
' // capture console output. However WshShell.exec can't run commands
' // minimized. This script will capture output to bdd.log.
' //
' // Usage: cscript.exe [//nologo] ztiRunCommandHidden.wsf [/debug:true] <Command>
' //
' // ***************************************************************************
Option Explicit
wscript.quit oUtility.RunWithConsoleLogging( wscript.arguments.UnNamed(0) )
</script>
</job>