Greetings,
I'm looking for instructions on upgrading MDT 2010 to 2012 Update 1 on SCCM 2007 R3 as well as tasks sequences etc in a live environment.
Greetings,
I'm looking for instructions on upgrading MDT 2010 to 2012 Update 1 on SCCM 2007 R3 as well as tasks sequences etc in a live environment.
I have a task sequence which deploy Windows 7 and then a handful of mandatory applications configured via the deployment wizard (all MSIs).
This has worked fine until recently. All of a sudden, all my application installs fail with MSI error 1618: Another installation is already in progress. Complete that installation before proceeding with this install.
I have seen this MSI 1618 error before and am aware that it is caused by an install still running when a subsequent installation starts. Previously the behavior i have seen is that one install will cause this error, and all subsequent installs will fail. The fix was to add a reboot after the problem install.
What is puzzling is that I receive this error with the very first application install; so I don't understand what is going on. I don't see how msiexec can already be running.
If i call the install applications task sequence from inside the OS it works fine, the problem only occurs during the OS deployment.
Here is the first few lines of ZTIApplications.log.
Microsoft Deployment Toolkit version: 6.0.2223.0 ZTIApplications 13/09/2012 10:50:36 0 (0x0000) The task sequencer log is located at C:\Users\ADMINI~1\AppData\Local\Temp\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log. ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Language/Locale Identified (in order of precedence): 2057,0809,0x0809,9,0009,0x0009 ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Processing Application Type: MandatoryApplications ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Application List is empty, exiting ZTIApplications.wsf ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Processing Application Type: Applications ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Ready to install applications: ZTIApplications 13/09/2012 10:50:36 0 (0x0000) ################ ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Entry: {323321c4-1620-408b-a710-1ddfe4bb5313} ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Name: Add Weightmans WLAN settings 1 ZTIApplications 13/09/2012 10:50:36 0 (0x0000) ################ ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Validating connection to \\10.0.2.97\DeploymentShare$\Applications\Add Weightmans WLAN settings 1 ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Already connected to server 10.0.2.97 as that is where this script is running from. ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Change directory: \\10.0.2.97\DeploymentShare$\Applications\Add Weightmans WLAN settings 1 ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Run Command: \\10.0.2.97\DeploymentShare$\Tools\X86\bddrun.exe cscript.exe add-wlan.vbs ZTIApplications 13/09/2012 10:50:36 0 (0x0000) ZTI installing application ZTIApplications 13/09/2012 10:50:36 0 (0x0000) About to run command: \\10.0.2.97\DeploymentShare$\Tools\X86\bddrun.exe cscript.exe add-wlan.vbs ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Command has been started (process ID 4084) ZTIApplications 13/09/2012 10:50:36 0 (0x0000) Return code from command = 0 ZTIApplications 13/09/2012 10:50:37 0 (0x0000) Application Add Weightmans WLAN settings 1 installed successfully ZTIApplications 13/09/2012 10:50:37 0 (0x0000) Property InstalledApplications001 is now = {323321c4-1620-408b-a710-1ddfe4bb5313} ZTIApplications 13/09/2012 10:50:37 0 (0x0000) ################ ZTIApplications 13/09/2012 10:50:37 0 (0x0000) Entry: {2bda8703-20d5-4e98-bdcf-a7bdab28ae3f} ZTIApplications 13/09/2012 10:50:37 0 (0x0000) Name: Adobe Flash Player ActiveX 32-bit 11.4.402.265 ZTIApplications 13/09/2012 10:50:37 0 (0x0000) ################ ZTIApplications 13/09/2012 10:50:37 0 (0x0000) Validating connection to \\10.0.2.97\DeploymentShare$\Applications\Adobe Flash Player ActiveX 32-bit 11.3.300 ZTIApplications 13/09/2012 10:50:37 0 (0x0000) Already connected to server 10.0.2.97 as that is where this script is running from. ZTIApplications 13/09/2012 10:50:37 0 (0x0000) Change directory: \\10.0.2.97\DeploymentShare$\Applications\Adobe Flash Player ActiveX 32-bit 11.3.300 ZTIApplications 13/09/2012 10:50:37 0 (0x0000) Run Command: \\10.0.2.97\DeploymentShare$\Tools\X86\bddrun.exe msiexec /i install_flash_player_11_active_x114402265.msi /qn ALLUSERS=2 ZTIApplications 13/09/2012 10:50:37 0 (0x0000) ZTI installing application ZTIApplications 13/09/2012 10:50:37 0 (0x0000) About to run command: \\10.0.2.97\DeploymentShare$\Tools\X86\bddrun.exe msiexec /i install_flash_player_11_active_x114402265.msi /qn ALLUSERS=2 ZTIApplications 13/09/2012 10:50:37 0 (0x0000) Command has been started (process ID 2276) ZTIApplications 13/09/2012 10:50:37 0 (0x0000) Return code from command = 1618 ZTIApplications 13/09/2012 10:50:40 0 (0x0000) Application Adobe Flash Player ActiveX 32-bit 11.4.402.265 returned an unexpected return code: 1618 ZTIApplications 13/09/2012 10:50:40 0 (0x0000) Property InstalledApplications001 is now = {323321c4-1620-408b-a710-1ddfe4bb5313} ZTIApplications 13/09/2012 10:50:40 0 (0x0000) Property InstalledApplications002 is now = {2bda8703-20d5-4e98-bdcf-a7bdab28ae3f} ZTIApplications 13/09/2012 10:50:40 0 (0x0000) ################ ZTIApplications 13/09/2012 10:50:40 0 (0x0000) Entry: {3e66aef2-a425-461f-8094-2d8201ce3c95} ZTIApplications 13/09/2012 10:50:40 0 (0x0000) Name: Adobe Reader 10.1.3 ZTIApplications 13/09/2012 10:50:40 0 (0x0000) ################ ZTIApplications 13/09/2012 10:50:40 0 (0x0000) Validating connection to \\10.0.2.97\DeploymentShare$\Applications\Adobe Reader 10.1.3 ZTIApplications 13/09/2012 10:50:40 0 (0x0000) Already connected to server 10.0.2.97 as that is where this script is running from. ZTIApplications 13/09/2012 10:50:41 0 (0x0000) Change directory: \\10.0.2.97\DeploymentShare$\Applications\Adobe Reader 10.1.3 ZTIApplications 13/09/2012 10:50:41 0 (0x0000) Run Command: \\10.0.2.97\DeploymentShare$\Tools\X86\bddrun.exe AdbeRdr1013_en_US.exe /sAll /rs /msi EULA_ACCEPT=YES ZTIApplications 13/09/2012 10:50:41 0 (0x0000) ZTI installing application ZTIApplications 13/09/2012 10:50:41 0 (0x0000) About to run command: \\10.0.2.97\DeploymentShare$\Tools\X86\bddrun.exe AdbeRdr1013_en_US.exe /sAll /rs /msi EULA_ACCEPT=YES ZTIApplications 13/09/2012 10:50:41 0 (0x0000) Command has been started (process ID 3024) ZTIApplications 13/09/2012 10:50:41 0 (0x0000) Return code from command = 1618 ZTIApplications 13/09/2012 10:50:56 0 (0x0000) Application Adobe Reader 10.1.3 returned an unexpected return code: 1618 ZTIApplications 13/09/2012 10:50:56 0 (0x0000) Property InstalledApplications001 is now = {323321c4-1620-408b-a710-1ddfe4bb5313} ZTIApplications 13/09/2012 10:50:56 0 (0x0000) Property InstalledApplications002 is now = {2bda8703-20d5-4e98-bdcf-a7bdab28ae3f} ZTIApplications 13/09/2012 10:50:56 0 (0x0000) Property InstalledApplications003 is now = {3e66aef2-a425-461f-8094-2d8201ce3c95} ZTIApplications 13/09/2012 10:50:56 0 (0x0000) ################ ZTIApplications 13/09/2012 10:50:56 0 (0x0000) Entry: {1e03afcb-e8a8-4fba-8862-6880bf526f21} ZTIApplications 13/09/2012 10:50:56 0 (0x0000) Name: Citrix ICA Client 11.0 ZTIApplications 13/09/2012 10:50:56 0 (0x0000) ################ ZTIApplications 13/09/2012 10:50:56 0 (0x0000) Validating connection to \\10.0.2.97\DeploymentShare$\Applications\Citrix ICA Client 11.0 ZTIApplications 13/09/2012 10:50:56 0 (0x0000) Already connected to server 10.0.2.97 as that is where this script is running from. ZTIApplications 13/09/2012 10:50:57 0 (0x0000) Change directory: \\10.0.2.97\DeploymentShare$\Applications\Citrix ICA Client 11.0 ZTIApplications 13/09/2012 10:50:57 0 (0x0000) Run Command: \\10.0.2.97\DeploymentShare$\Tools\X86\bddrun.exe msiexec /i XenAppHosted.msi /qn ALLUSERS=2 ZTIApplications 13/09/2012 10:50:57 0 (0x0000) ZTI installing application ZTIApplications 13/09/2012 10:50:57 0 (0x0000) About to run command: \\10.0.2.97\DeploymentShare$\Tools\X86\bddrun.exe msiexec /i XenAppHosted.msi /qn ALLUSERS=2 ZTIApplications 13/09/2012 10:50:57 0 (0x0000) Command has been started (process ID 2848) ZTIApplications 13/09/2012 10:50:57 0 (0x0000) Return code from command = 1618 ZTIApplications 13/09/2012 10:51:00 0 (0x0000) Application Citrix ICA Client 11.0 returned an unexpected return code: 1618 ZTIApplications 13/09/2012 10:51:00 0 (0x0000)
Deploying with MDT, all of a sudden I am getting prompted by the Time zone / clock screen right before the completion screen, and the deployment becomes "dirty" and not completing. I am pretty sure nothing was changed in the TS or unattended.
What to check?
How can I automate replacing multiple computers? In SCCM you create association, what is the equivalent in MDT? I though of creating an HTA where the tech deploying the computer manually enters the USMt directory for this specific user, is this the only way?
TIA
Hi,
I'm setting up a new MDT 2012 Update 1 environment. I created a few sample task sequences and generated boot media. When I boot to it, start a new deployment, and enter credentials for connecting to the deployment server, the wizard fails out (but there is no on screen indication - I'm left staring at a blank WinPE screen). It used to be that sometimes after rebooting things would just start to work, but today it seems to be failing 100% of the time
Looking at the logs, apparently CustomSettings.ini can't be found in any standard locations. My deployment share is on \\server\mdt\Dev. I see drive Z: mapped to \\server\mdt, and drive Y: mapped to \\server\mdt\Dev. Both Y:\Control and Y:\Scripts contain my customsettings.ini file. In my bootstrap.ini file, DepoloyRoot is set to \\server\mdt\Dev.
I'm beginning to suspect the problem is that my deployment share is on a storage filer rather that a share directly off the server, although I have done this in the past and not had so much trouble.
Any advice? Happy to post logfiles or settings. Here's all the tweaks I've made: Enable friendly names in the DomainOU listings, automatically copy boot images WDS when updated, use WinPE4 with PowerShell 3
Thank you!
Hi Flokes,
strange issue here, we have been using OSD for several months,but am getting error while deploying the OS
attached the SMSTS.log below.
any help would be appreciated.
<![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="21:26:39.197+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="instruction.cxx:3010">
<![LOG[Failed to run the action: Install Operating System.
Access is denied. (Error: 00000005; Source: Windows)]LOG]!><time="21:26:39.197+000" date="08-03-2012" component="TSManager" context="" type="3" thread="1480" file="instruction.cxx:3101">
<![LOG[Sending status message . . .]LOG]!><time="21:26:39.197+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="utility.cxx:292">
<![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="21:26:39.197+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="utility.cxx:302">
<![LOG[Set a global environment variable _SMSTSLastActionRetCode=5]LOG]!><time="21:26:39.197+000" date="08-03-2012" component="TSManager" context="" type="0" thread="1480" file="executionenv.cxx:668">
<![LOG[Set a global environment variable _SMSTSLastActionSucceeded=false]LOG]!><time="21:26:39.197+000" date="08-03-2012" component="TSManager" context="" type="0" thread="1480" file="executionenv.cxx:668">
<![LOG[Clear local default environment]LOG]!><time="21:26:39.197+000" date="08-03-2012" component="TSManager" context="" type="0" thread="1480" file="executionenv.cxx:807">
<![LOG[Let the parent group (Install) decides whether to continue execution]LOG]!><time="21:26:39.244+000" date="08-03-2012" component="TSManager" context="" type="0" thread="1480" file="instruction.cxx:3210">
<![LOG[The execution of the group (Install) has failed and the execution has been aborted. An action failed.
Operation aborted (Error: 80004004; Source: Windows)]LOG]!><time="21:26:39.244+000" date="08-03-2012" component="TSManager" context="" type="3" thread="1480" file="instruction.cxx:2424">
<![LOG[Failed to run the last action: Install Operating System. Execution of task sequence failed.
Access is denied. (Error: 00000005; Source: Windows)]LOG]!><time="21:26:39.244+000" date="08-03-2012" component="TSManager" context="" type="3" thread="1480" file="engine.cxx:214">
<![LOG[Sending status message . . .]LOG]!><time="21:26:39.244+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="utility.cxx:292">
<![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="21:26:39.244+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="utility.cxx:302">
<![LOG[Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,767)]LOG]!><time="21:26:39.259+000" date="08-03-2012" component="TSManager" context="" type="0" thread="1480"
file="tsmanager.cpp:767">
<![LOG[Task Sequence Engine failed! Code: enExecutionFail]LOG]!><time="21:26:39.259+000" date="08-03-2012" component="TSManager" context="" type="3" thread="1480" file="tsmanager.cpp:767">
<![LOG[****************************************************************************]LOG]!><time="21:26:39.259+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="tsmanager.cpp:789">
<![LOG[Task sequence execution failed with error code 80004005]LOG]!><time="21:26:39.259+000" date="08-03-2012" component="TSManager" context="" type="3" thread="1480" file="tsmanager.cpp:790">
<![LOG[Cleaning Up. Removing Authenticator]LOG]!><time="21:26:39.259+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="tsmanager.cpp:578">
<![LOG[Cleaning up task sequence folder]LOG]!><time="21:26:39.259+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="utils.cpp:1404">
<![LOG[DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,508)]LOG]!><time="21:26:39.415+000" date="08-03-2012" component="TSManager" context="" type="0" thread="1480" file="resolvesource.cpp:508">
<![LOG[DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,508)]LOG]!><time="21:26:39.415+000" date="08-03-2012" component="TSManager" context="" type="0" thread="1480" file="resolvesource.cpp:508">
<![LOG[DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,508)]LOG]!><time="21:26:39.415+000" date="08-03-2012" component="TSManager" context="" type="0" thread="1480" file="resolvesource.cpp:508">
<![LOG[Successfully unregistered Task Sequencing Environment COM Interface.]LOG]!><time="21:26:39.415+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="environmentlib.cpp:869">
<![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="21:26:39.415+000" date="08-03-2012" component="TSManager" context="" type="0" thread="1480" file="commandline.cpp:229">
<![LOG[Set command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Unregister]LOG]!><time="21:26:39.415+000" date="08-03-2012" component="TSManager" context="" type="0" thread="1480" file="commandline.cpp:707">
<![LOG[Executing command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Unregister]LOG]!><time="21:26:39.415+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="commandline.cpp:805">
<![LOG[==========[ TsProgressUI started in process 296 ]==========]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TsProgressUI" context="" type="1" thread="1520" file="winmain.cpp:327">
<![LOG[Command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Unregister]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TsProgressUI" context="" type="0" thread="1520" file="winmain.cpp:330">
<![LOG[Unregistering COM classes]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TsProgressUI" context="" type="1" thread="1520" file="winmain.cpp:202">
<![LOG[Unregistering class objects]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TsProgressUI" context="" type="1" thread="1520" file="winmain.cpp:503">
<![LOG[Shutdown complete.]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TsProgressUI" context="" type="1" thread="1520" file="winmain.cpp:520">
<![LOG[Process completed with exit code 0]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="commandline.cpp:1102">
<![LOG[Successfully unregistered TS Progress UI.]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="utils.cpp:1963">
<![LOG[g_TSManager.Run(), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,657)]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TSManager" context="" type="0" thread="1480" file="tsmanager.cpp:657">
<![LOG[Error Task Sequence Manager failed to execute task sequence. Code 0x80004005]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TSManager" context="" type="3" thread="1480" file="tsmanager.cpp:689">
<![LOG[Sending error status message]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="tsmanager.cpp:690">
<![LOG[In non SMS staqndalone mode.Ignoring SendStatusMessage request]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="tsmanager.cpp:1541">
<![LOG[Finalizing logging from process 1440]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="tslogging.cpp:1736">
<![LOG[Finalizing logs to root of first available drive]LOG]!><time="21:26:39.447+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="tslogging.cpp:1578">
<![LOG[Successfully finalized logs to E:\SMSTSLog]LOG]!><time="21:26:39.525+000" date="08-03-2012" component="TSManager" context="" type="1" thread="1480" file="tslogging.cpp:1635">
<![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="21:26:39.525+000" date="08-03-2012" component="TSManager" context="" type="0" thread="1480" file="tslogging.cpp:578">
Hi,
When I try to re image my client machine through WDS, I am getting this error. Also I found the size LiteTouchPEx64.Wim is smalled than the LiteTouchPEx86.Wim. Any clue to solve this, please reply
"ZTI Error - Unhandled error returned by LTIApply: the subsystem needed to support the image type is not present
(-2147024588 0x80070134)
Litetouch deployment failed, return code = -2147467259 0x8000405
ZTI Error - Unhandled error returned by LTIApply: the subsystem needed to support the image type is not present
(-2147024588 0x80070134)
Litetouch deployment failed, return code = -2147467259 0x8000405
ZTI Error - Unhandled error returned by LTIApply: the subsystem needed to support the image type is not present
(-2147024588 0x80070134)
Litetouch deployment failed, return code = -2147467259 0x8000405
FAILURE (5601): False Verify OS guild: {e4064d4c-4ffo-bdff-f0d8f1beaa8d} exists.
Message from task sequence engine:
Failed to run action: Install Operating system.
The password for this computer is not found in the local security database. (Error: 000015SE1; Soruce: Windows)
The execution of the group (install) has failed and the execution has been aborted . An action failed.
operation aborted: (Error: 80004004; Source: Windows) "
Hello Amigos!
i am new to MDT 2010, i had capture a WIM file for Windows XP SP3 English.
i happend to have a laptop with spanish keyboard layout.
i wanted to create a new default TS for this special laptop (spanish)
and remove the English Keyboard and just have the Spanish keyboard as default.
i had read some blogs and these are the changes i had done, unfortunately not luck so far...
any help would be very appreciate it !
thanks!
Customsettings.ini
InputLocale=040a:0000040a
Unatended.txt
Keyboardlayout ="Spanish"
[RegionalSettings]
; IF this section is used the Winnt32.exe /copysource:lang setting must be specified
; InputLocale_DefaultUser=040a ; Specifies the Inputlocal and keyboard setting for default user
; UserLocale_DefaultUser=040a:0000040a ; Locale ID for default User
; InputLocale=040a:0000040a ; Locale\Keyboard combinations to be installed
Language=040a ; Lanugage locale to be installed
LanguageGroup=1 ; Language Group to be installed
SystemLocale=040a:0000040a ; System Locale to be specified
; UserLocale=040a ; User Locale setting
Dear all
I'm currently trying to put two different deployments on one USB Deployment disk.
My folder structure on the disk:
Deployment7\
DeploymentBootCamp\
Therefore the root directory from the USB Disk only contains the bootmgr and the bcd files. I also updated the bcd correctly no problem so far. Both images are booting into WinPE.
But the deployment sequence can't be found. It ends up with 'X:\Deploy'. I need to specify the Deployment Share.
I copied the content from Deployment7 on the root drive of the USB Disk. It was booting into WinPe and the Deployment Procedure was loading. The problem is somewhere inside the configuration of MDT.
My bootstrap.ini config:
[Settings]
Priority=Default
[Default]
So nothing changed there.
I hope that somebody of your got a similar or the same problem like I have and was able to solve it. On a side note; It's definitively not a problem with the drivers. I quit into command line mode and looked into diskpart. The USB disk is visible there.
Thank you so much for any help.
Best regards
Please remember to click “Mark as Answer” on the post that helps you. This can be beneficial to other community members reading the thread.
Can anyone help on these errors? Im using MDT2012 on my computer and trying to deploy WIN7 to another using a boot disk. I get almost all the way through and then this appears...
Any help would be great!
Thanks
Hi guys,
Could anyone please let me know how I can create a custom Task Sequence that would only join a PC to the domain? I would like to have the Wizard ask for credentials and chosen OU and simply run the script to join to domain. So far when I create a custom TS and add Recover from Domain step, the deployment wizard does not ask for anything and then simply fails when attempting to join...
If there is more info to provide, please let me know
thanks
Kuba
I'm trying to run a VBscript (as another user) in my Task Sequence, but it fails. (I'm deploying Windows 7 x64 with the Standard Client Task Sequence-template).
I'm using a 'Run Command Line' step, with this as command line;
cscript.exe "%deployroot%\scripts\MyScript.vbs"
The script is copied to the deployment share, in the scripts-folder. I'm sure the syntax is correct, because the Custom Task Sequence does work.
Error message after deployment:
Litetouch deployment failed, Return Code = -2147467259 0x80004005 Failed to run the action: Add domain user based on the current computername. Incorrect function. (Error: 00000001; Source: Windows) The execution of the group (State Restore) has failed and the execution has been aborted. An action failed. Operation aborted (Error: 80004004; Source: Windows) Failed to run the last action: Add domain user based on the current computername. Execution of task sequence failed. Incorrect function. (Error: 00000001; Source: Windows) Task Sequence Engine failed! Code: enExecutionFail Task sequence execution failed with error code 80004005 Error Task Sequence Manager failed to execute task sequence. Code 0x80004005
smsts.log;
Failed to run the action: Add domain user based on the current computername. Incorrect function. (Error: 00000001; Source: Windows)
The execution of the group (State Restore) has failed and the execution has been aborted. An action failed.Operation aborted (Error: 80004004; Source: Windows)
Failed to run the last action: Add domain user based on the current computername. Execution of task sequence failed.Incorrect function. (Error: 00000001; Source: Windows)
Task Sequence Engine failed! Code: enExecutionFail
Task sequence execution failed with error code 80004005
Error Task Sequence Manager failed to execute task sequence. Code 0x80004005
.
Because the scripts works manually and in a custom Task Sequence, I don't understand what I'm doing wrong. Can someone help me out please?
Hi,
I'm having a weird problem when running throught he UDI wizard on some of my secondary sites.
Once I get to the "Domain Join Credentials" it will return a "Unable to access the domain"
If I wait 10-15 minutes it will work.
I do use FQDN all the way. It happens on a few of my secondary sites.
http://i46.tinypic.com/2rmld7q.png
Running SCCM 2012 and MDT 2012 Update 1.
Thanks.
Hello,
using MDT 2010. I know how to access MDT properties from within my scripts... but it just occurred to me that for some scenarios it would be very nice to be able to pass in an MDT property to a script right on the 'command line' you enter for a 'run command line' task sequence step. After all, you can set that task sequence step step to conditionally run based on the value of an MDT property, why not expand MDT properties right on that command line?
I'm pretty sure I looked into this when using MDT 2008 and it was not possible, but maybe this has changed for MDT 2010? If not, I think it would be a great feature addition to include in the next update!
Background
Problem
When I execute a [previously working] task sequence, the "Set Network Location" dialog box appears after first logon and defaults to the public network. I verified that the unattend.xml contains the proper <NetworkLocation>Work</NetworkLocation> section.
It acts similar to MSKB #2028749, but that hotfix is included in SP1.
This behavoir is new and didn't occur in MDT 2010u1.
Attempted Resolutions
My customsettings.ini:
[Settings] Priority=Default [Default] OSInstall=Y SkipAppsOnUpgrade=YES SkipApplications=YES SkipAdminPassword=YES SkipProductKey=YES SkipUserData=YES UserDataLocation=NONE SkipDomainMembership=YES JoinWorkgroup = STDSYS-DEPLOY SkipCapture=YES ComputerBackupLocation=NONE SkipLocaleSelection=YES UserLocale=en-US KeyboardLocale=en-US UILanguage=en-US SkipTimeZone=YES TimeZone=035 TimeZoneName=Eastern Standard Time
Please help!
-Tony
Hi all,
is there any way we can import the record of Monitor node to excel sheet using some data connectivity?
Regards, Shishir Kushawaha "If this thread answered your question, please click on "Mark as Answer"
Hello
When generating and updating the media and iso, the "Content" folder is slightly different the MEDIA ISO. Installing an image from USB works fine but from burned DVD missing drivers on the same laptop model
Please advise
Thanks,
Johnny