SCCM problem Task Sequence install software

Hi,
I have a problem concerning sccm OS Deployment.
following scenario:
OS Deployment worked great before Christmas. From the end of December to the second week in January, nobody in the company, no changes to the server.
Now in the new year, i tried to deploy the first Client, without success. The first step in the task sequence, which is related to a software installation ends with the error mesage "installation failed with error 0x80041002".
So i tried "Continue on error". But the result was that the next software ends with the same error. The really strange thing is that the software which ends with the error code is properly installed on the machine.
It goes even further, I configured a complete OSD with Continue on error to exclude the possibility that some software package has a failure. Result, the eror code occurs on every step where software is installed.
In Execmgr.log i got always the same error. Exit code -2147217406
Now I created a new software package in SCCM and applied this to the TS, same error. New SCCM client package , same error. An update on the DPs of the affected packages, nothing.
Installation with another WIM file, same problem.

are you sure that's the right error ?
a quick search tells me this... Error code, 80041002 occurs when you execute a VBScript connecting to WMI (Windows Management Instrumentation).  This is a spelling error check the names of the objects.  Alternatively, you could be trying to use
a class that does not exist, e.g. Win32_Services.  It should be the singular Win32_Service
so do you have a simple spelling or WMI class error ?
Step by Step ConfigMgr 2007
Guides
Step by Step ConfigMgr 2012
Guides
I'm on Twitter > ncbrady

Similar Messages

  • OSD Task Sequence - Install Software failed, hr=0x80008013

    I am attempting to add Cyberlink PowerDVD into a Task Sequence to deploy to our Dell desktops.  If I advertise the package to a member of a collection, it will install successfully in a Windows XP environment without any issues.  However, if I add a step in a Task Sequence to install the package, it fails with the following error;
    The task sequence execution engine failed executing the action (Install Cyberlink PowerDVD 7.0.0.1024) in the group (Dell) with the error code 2147516435
    Action output: Per-system Unattended",PKG_PackageID="DC10009A"'
    Verified policy is compiled in 'root\ccm\policy\machine' namespace
    content location count = 1
    Invoking Execution Manager to install software
    FALSE, HRESULT=80008013 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\installsoftware.cpp,282)
    0, HRESULT=80008013 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\installsoftware.cpp,746)
    Entering ReleaseSource() for \\server.domain.com\SMSPKGD$\DC10009Areference count 1 for the source \\server.domain.com\SMSPKGD$\DC10009A\ before releasing
    Released the resolved source \\server.domain.com\SMSPKGD$\DC10009ApInstall->Install(sPackageID, sProgramName), HRESULT=80008013 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\main.cpp,374)
    Failed to invoke Execution Manager to Install Software for PackageID='DC10009A' ProgramID='Per-system Unattended' AdvertID='DC1200A9' hr=0x80008013
    InstallSoftware failed, hr=0x80008013
    Install Software failed, hr=0x80008013.
    Any help or ideas would be greatly appreciated.
    Thanks in advance.

     bradz123 wrote:
    The 0x80008013 is a return result failing to detect that the dependency was installed. I ran into this one myself and have struggled quite a bit with it.
    E_FAIL_DEPENDENCY_NOT_RUN 0x80008013
    http://technet.microsoft.com/en-us/library/bb632794.aspx
    The trouble is that in the OSD, SCCM is not smart enough to detect and run the dependent program, even though all of the data is available and in the database for it to build this information on it's own.
    This is a HUGE downfall of the OSD and requires one of a few workarounds.
    You can either ensure that the package is installed prior to that one by manually install the dependant application or use the MDT databse add the correct fields.
    Another pain in the arse is when you have a package that has a custom action which REQUIRES it to be run on the local drive and not from a network drive which is an even worse beast.
    Brad
    As a side note to any Microsoft staff out there looking at this, is this ever going to be an option/fix in future releases? You can script it a whole infrastructure to just do this option since everything is already there but it's much less fun that just pointing and clicking, not to mention you have less logging and error control and it's a pain.
    If you are taking any suggestions for additional features or functionality I'd add this one and an update to how the driver library functions.
    Thanks,
    Brad

  • SCCM 2012 - Task Seq - Install Lenovo AMT software - Failing with 2147500037 (80004005)

    Hi there
    Wondering is anyone has had any issues installing Intel Management Engine 10.0 software via a SCCM 2012 task sequence?
    We have a number of older laptops which we build via a Windows 7 task sequence from SCCM 2012. As part of the install each laptop gets the appropriate version of the Intel ME software. All well and good.
    We now have a new model to build (Lenovo T440) and for some reason the latest available version of Intel ME 10.0 software keeps failing in the task sequence with a 2147500037 (80004005) error.
    This can mean different things but often means a permissions issue. Not sure what the permissions issue could be.
    This software is installed at the same stage as previous versions of the same software are installed for older laptop models. Same install command too, SetupME.exe -s as per the document which comes with the software (in previous versions it is Setup.exe
    not SetupME.exe but don't imagine the different file name is the problem).
    I will try an older version but really we want to keep up with the latest available versions.
    Anyone had problems installing this Intel ME v10.0 software via a SCCM 2012 task sequence?
    Best regards
    John

    Does the install provide any logging? Does execmgr.log show any other info?
    Per the readme, it should be setup.exe.
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/girc15ww.txt
    Unattended Install
    This is for system administrators' use only.
    1. Refer to the Manual Install section, and download and extract the file.
    2. In the step 11 of the Installing files section, uncheck the checkbox next
    to "Install ..... now", and then select Finish to cancel installation.
    3. At the command line, execute Setup.exe with the -s option.
    Example: [Path where the files were extracted]\Setup -s
    Daniel Ratliff | http://www.PotentEngineer.com

  • Not able to push batch script for installing IIS all features using SCCM 2012 task sequence

    Hey Guys, I am working for this from a long time but not able to make it work, I am using following batch script for installing IIS  using SCCM 2012 task sequence:
    Dism.exe /online /Enable-Feature /FeatureName:IIS-WebServerRole /FeatureName:IIS-WebServerRole /FeatureName:IIS-WebServer /FeatureName:IIS-ApplicationDevelopment /FeatureName:IIS-Security /FeatureName:IIS RequestFiltering /FeatureName:IIS-NetFxExtensibility
    /FeatureName:WAS-WindowsActivationService /FeatureName:WAS-ProcessModel /FeatureName:WAS-NetFxEnvironment /FeatureName:WAS-ConfigurationAPI /FeatureName:NetFx3 /FeatureName:WCF-HTTP-Activation /FeatureName:WCF-NonHTTP-Activation /FeatureName:IIS-WebServerManagementTools
    /FeatureName:IIS-ManagementConsole /FeatureName:IIS-ManagementScriptingTools  /FeatureName:IISIIS6ManagementCompatibility /FeatureName:IIS-ManagementService /FeatureName:IIS-Metabase /FeatureName:IIS-WMICompatibility
    When I run this script as admin by right click on it and select "run as a administrator" the script works fine but when I pushed the script as a software package or a step in OSD task sequence, nothing happens. I also tried
    run command line option but no luck. Please help me with this.
    Thanks,
    VST

    1. When I used "run command line" option I found following errors in smsts.log:
    Remediation failed. Code 8027000C TSManager 1/2/2014 2:32:12 PM 2720 (0x0AA0)
    Remediation failed with error code 8027000C TSManager 1/2/2014 2:32:12 PM 2720 (0x0AA0)
    Remediation failed. Code 8027000C TSManager 1/2/2014 2:34:16 PM 2092 (0x082C)
    Remediation failed with error code 8027000C TSManager 1/2/2014 2:34:16 PM 2092 (0x082C)
    Failed to run the action: Run Command Line.
    Unknown error (Error: 800F080C; Source: Unknown) TSManager 1/2/2014 2:34:32 PM 2092 (0x082C)
    Failed to delete directory 'C:\_SMSTaskSequence' TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    SetNamedSecurityInfo() failed. TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    SetObjectOwner() failed. 0x80070005. TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    RemoveFile() failed for C:\_SMSTaskSequence\TSEnv.dat. 0x80070005. TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    RemoveDirectoryW failed (0x80070091) for C:\_SMSTaskSequence TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    Failed to delete registry value HKLM\Software\Microsoft\SMS\Task Sequence\Package. Error code 0x80070002 TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    RegQueryValueExW failed for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram TSManager 1/2/2014 2:34:34 PM 2092 (0x082C)
    GetTsRegValue() failed. 0x80070002. TSManager 1/2/2014 2:34:34 PM 2092 (0x082C)
    ReleaseRequest failed with error code 0x80004005 TSManager 1/2/2014 2:34:34 PM 2092 (0x082C)
    RegQueryValueExW failed for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram OSDSetupHook 1/2/2014 2:34:35 PM 360 (0x0168)
    GetTsRegValue() failed. 0x80070002. OSDSetupHook 1/2/2014 2:34:35 PM 360 (0x0168)
    2. We are not using MDT in our environment so I ant use add features and roles option.
    3. The script is running fine when we run it manually.

  • Lenonvo T440 with Intel SSD SC2BF240A4L - failing to install apps via SCCM 2012 task sequence

    Hi there
    Wondering if anyone else has encountered this issue with a T440 with Intel SSD hard disk.
    Our firm purchased two Lenovo T440 laptops. One has a magnetic hard disk, the other a SSD hard disk. Here are the models:
    SSD hard disk:           Intel SSDSC2BF240A4L
    Magnetic hard disk:   500Gb 7200rpm HTS725050A7E635
    We deploy our Windows 7 build via a SCCM 2012 task sequence.
    Building the T440 with the magnetic hard disk was trouble free. I built it repeatedly, and encountered no errors; our core applications installed successfully every time and the task sequence completed successfully every time.
    All well and good.
    Building the T440 with the Intel SSD hard disk has been frustrating. When I run the task sequence on this machine, 8 times out of 10 the task sequence will fail, either stopping abruplty at installing Oracle Single-Sign On or Appsense agents. When the task sequence fails it is ALWAYS at one of these two apps. 
    Frustratingly, sometimes the task sequence will complete successfully on this T440.
    Given we successfully deploy this task sequence to a variety of different hardware from different vendors, including other Lenovo laptops, I can only guess the Intel SSD hard disk is the culprit. 
    Has anyone encountred anything like this? I've went through the smsts.log file and other SCCM log files and can find nothing obvious. That this ONLY happens on the T440 with the SSD suggests to me the issues lies in that direction.
    I'll swap disks in either T440 to see if the other T440 fails also with the SSD aboard, to see what happens.
    Meantime if anyone has any information about this issue I'd be grateful if you coud share.
    Thanks
    CT

    Does the install provide any logging? Does execmgr.log show any other info?
    Per the readme, it should be setup.exe.
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/girc15ww.txt
    Unattended Install
    This is for system administrators' use only.
    1. Refer to the Manual Install section, and download and extract the file.
    2. In the step 11 of the Installing files section, uncheck the checkbox next
    to "Install ..... now", and then select Finish to cancel installation.
    3. At the command line, execute Setup.exe with the -s option.
    Example: [Path where the files were extracted]\Setup -s
    Daniel Ratliff | http://www.PotentEngineer.com

  • Creative Cloud: "Build" MSI Hangs During SCCM OSD Task Sequence Installation

    I wanted to share problem and solution I found when deploying Creative Cloud Packager-created packages/application using SCCM 2012 R2.  I encountered this problem packaging this as both a Package and as an Application in SCCM.
    When installing the software through SCCM Software Center onto a client, Software Center would close right as the installation of the "Build" folder MSI completed.  This is abnormal behavior.
    When installing the application as part of an OSD Task Sequence, the software would get installed (as shown by logs) but SCCM would hang forever at the "Installing Application" step.
    I tried all sorts of different settings in SCCM and with the MSIEXEC command line and eventually traced it to the Reboot Manager functionality in MSIEXEC that will close and attempt to restart processes using files that the installer needs. Reboot Manager clobbered part of SCCM and in the Task Sequence, the connection between SCCM and the installer was broken.
    The solution is to pass the property "MSIRESTARTMANAGERCONTROL=Disable" along the command line when calling MSIEXEC on the Build folder MSI file.  This setting disabled Restart Manager so it didn't mess up SCCM.  Once I did this, my Software Center installs and OSD Task Sequences ran as intended.
    For reference, I used the REBOOT=ReallySuppress property for reboots and let SCCM determine what to do with reboots based on the return code.  My testing was done with Windows 8.1 Enterprise x64.

    Like said, did you configure my proposal: "Configuration Manager client will force a mandatory device
    restart" ? After you've configured that, update your deployment type manually and remove the old revisions of the application and try running the TS again. I'm guessing you're a little bit too fast on your doings so the ConfigMgr doesn't play a long very
    nicely...
    The TS stops because of your Hard Reboot (exit code 1641), I've seen this before and I configured my application so that ConfigMgr client will force device restart and that fixed my problem. Although, also my application is the last one in the TS, but still,
    the TS continues after the reboot.
    Btw. have you tried changing your command line to:
    msiexec.exe /i cd-ord.msi TRANSFORMS=sv-se.mst MVLICENSE_KEY=xxxxxxxxxxxxxxxxx /L*V "%temp%\cdord.log" /qn
    /norestart

  • SCCM 2012 - Task sequence

    Hi,
    I am trying to build esprimo c720 desktop model via PXE boot sccm 2012 task sequence. I get the below error which i found in SMSTS log. Please help.
    Log:
    <![LOG[Command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="0" thread="316"
    file="tsmbootstrap.cpp:1130">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="316" file="util.cpp:963">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\TSRESNLC.DLL']LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="316" file="resourceutils.cpp:169">
    <![LOG[Adding SMS bin folder "X:\sms\bin\x64" to the system environment PATH]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="0" thread="316"
    file="tsmbootstrap.cpp:963">
    <![LOG[PXE Boot with Root = X:\]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="316" file="tsmbootstrap.cpp:1062">
    <![LOG[Executing from PXE in WinPE]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="316" file="tsmbootstrap.cpp:1077">
    <![LOG[Loading TsPxe.dll from X:\sms\bin\x64\TsPxe.dll]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="0" thread="316" file="tsmbootstraputil.cpp:1320">
    <![LOG[TsPxe.dll loaded]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316" file="tsmbootstraputil.cpp:1330">
    <![LOG[Device has PXE booted]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316" file="tspxe.cpp:122">
    <![LOG[Variable Path: \SMSTemp\2014.02.11.11.11.21.0007.{723CAF9E-00E3-4D29-AACC-EEEF50AADB63}.boot.var]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316"
    file="tspxe.cpp:134">
    <![LOG[Succesfully added firewall rule for Tftp]LOG]!><time="11:13:59.579+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316" file="fwopen.cpp:123">
    <![LOG[Executing: X:\sms\bin\x64\smstftp.exe -i 10.6.13.7 get \SMSTemp\2014.02.11.11.11.21.0007.{723CAF9E-00E3-4D29-AACC-EEEF50AADB63}.boot.var X:\sms\data\variables.dat]LOG]!><time="11:13:59.579+480" date="02-11-2014" component="TSPxe"
    context="" type="0" thread="316" file="tspxe.cpp:177">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="11:13:59.611+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316" file="commandline.cpp:228">
    <![LOG[Set command line: "X:\sms\bin\x64\smstftp.exe" -i 10.6.13.7 get \SMSTemp\2014.02.11.11.11.21.0007.{723CAF9E-00E3-4D29-AACC-EEEF50AADB63}.boot.var X:\sms\data\variables.dat]LOG]!><time="11:13:59.611+480" date="02-11-2014"
    component="TSPxe" context="" type="0" thread="316" file="commandline.cpp:731">
    <![LOG[Executing command line: "X:\sms\bin\x64\smstftp.exe" -i 10.6.13.7 get \SMSTemp\2014.02.11.11.11.21.0007.{723CAF9E-00E3-4D29-AACC-EEEF50AADB63}.boot.var X:\sms\data\variables.dat]LOG]!><time="11:13:59.611+480" date="02-11-2014"
    component="TSPxe" context="" type="1" thread="316" file="commandline.cpp:827">
    <![LOG[Process completed with exit code 1]LOG]!><time="11:14:46.648+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="316" file="commandline.cpp:1123">
    <![LOG[Succesfully removed firewall rule for Tftp]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316" file="fwopen.cpp:146">
    <![LOG[uExitCode == 0, HRESULT=80004005 (e:\nts_sccm_release\sms\server\pxe\tspxe\tspxe.cpp,185)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316"
    file="tspxe.cpp:185">
    <![LOG[Failed to download pxe variable file. Code(0x00000001)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="3" thread="316" file="tspxe.cpp:185">
    <![LOG[PxeGetPxeData failed with 0x80004005]LOG]!><time="11:14:46.650+480" date="02-11-2014"
    component="TSPxe" context="" type="3" thread="316" file="tsmbootstraputil.cpp:1415">
    <![LOG[HRESULT_FROM_WIN32(dwError), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstraputil.cpp,1416)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context=""
    type="0" thread="316" file="tsmbootstraputil.cpp:1416">
    <![LOG[TSMBootstrapUtil::PxeGetPxeData(&bPxeBooted, sVariablesFile, sPxePasswd), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2623)]LOG]!><time="11:14:46.650+480" date="02-11-2014"
    component="TSPxe" context="" type="0" thread="316" file="tsmediawizardcontrol.cpp:2623">
    <![LOG[oTSMediaWizardControl.Run( sMediaRoot, true, sTSLaunchMode ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1078)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe"
    context="" type="0" thread="316" file="tsmbootstrap.cpp:1078">
    <![LOG[Execute( eExecutionEnv, sConfigPath, sTSXMLFile, uBootCount, &uExitCode ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1183)]LOG]!><time="11:14:46.650+480" date="02-11-2014"
    component="TSPxe" context="" type="0" thread="316" file="tsmbootstrap.cpp:1183">
    <![LOG[Exiting with return code 0x80004005]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="316" file="tsmbootstrap.cpp:1195">
    <![LOG[hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316"
    file="environmentscope.cpp:515">
    <![LOG[m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="0"
    thread="316" file="environmentlib.cpp:337">
    <![LOG[this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,549)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="0"
    thread="316" file="environmentlib.cpp:549">
    <![LOG[Execution complete.]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:690">
    <![LOG[hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="0"
    thread="832" file="environmentscope.cpp:515">
    <![LOG[m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="0"
    thread="832" file="environmentlib.cpp:337">
    <![LOG[this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,549)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="0"
    thread="832" file="environmentlib.cpp:549">
    <![LOG[::RegOpenKeyExW (HKEY_LOCAL_MACHINE, c_szSMSTSKey, 0, KEY_READ, &hSubKey), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,258)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell"
    context="" type="0" thread="832" file="utils.cpp:258">
    <![LOG[RegOpenKeyExW failed for Software\Microsoft\SMS\Task Sequence]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="2" thread="832" file="utils.cpp:258">
    <![LOG[GetTsRegValue() failed. 0x80070002.]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="2" thread="832" file="utils.cpp:279">
    <![LOG[End program: ]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:722">
    <![LOG[Finalizing logging from process 816]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="832" file="tslogging.cpp:1741">
    <![LOG[Finalizing logs to root of first available drive]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="832" file="tslogging.cpp:1583">
    <![LOG[Successfully finalized logs to D:\SMSTSLog]LOG]!><time="11:14:47.010+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="832" file="tslogging.cpp:1640">
    <![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="11:14:47.010+480" date="02-11-2014" component="TSBootShell" context="" type="0" thread="832" file="tslogging.cpp:584">
    Regards, Pratap

    from smspxe.log i get the below error. But it was two days before does this causing the issue. Note i got only problem with esprimo c720 apart all the models are getting imaged properly.
    <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="09:48:38.264+00" date="01-15-2014" component="SMSPXE" context="" type="1" thread="2832" file="provsettings.cpp:468">
    <![LOG[Begin validation of Certificate [Thumbprint 5E6052E89AA5B54B74770A207077FAF9D4026C71] issued to '{B1655C4A-6699-4194-8539-8B6ACC54A4F5}']LOG]!><time="09:48:38.414+00" date="01-15-2014" component="SMSPXE" context="" type="1" thread="2832" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 5E6052E89AA5B54B74770A207077FAF9D4026C71] issued to '{B1655C4A-6699-4194-8539-8B6ACC54A4F5}']LOG]!><time="09:48:38.415+00" date="01-15-2014" component="SMSPXE" context="" type="1" thread="2832"
    file="ccmcert.cpp:1386">
    <![LOG[Initializing PXEPerfObject.]LOG]!><time="09:48:38.415+00" date="01-15-2014" component="SMSPXE" context="" type="1" thread="2832" file="smspxe.cpp:399">
    <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="09:48:38.416+00" date="01-15-2014" component="SMSPXE" context="" type="2" thread="2832" file="stdlogging.cpp:480">
    <![LOG[HTTP is selected for Client. The current state is 0.]LOG]!><time="09:48:38.455+00" date="01-15-2014" component="SMSPXE" context="" type="1" thread="2832" file="ccmutillib.cpp:413">
    <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="09:48:38.942+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="libsmsmessaging.cpp:5304">
    <![LOG[Failed to get information for MP:
    http://DCMPSTPV01.devswad.net. 80004005.]LOG]!><time="09:48:38.943+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="database.cpp:174">
    <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="09:48:38.943+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="database.cpp:197">
    <![LOG[PXE::MP_LookupDevice failed; 0x80004005]LOG]!><time="09:48:38.943+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="database.cpp:249">
    <![LOG[PXE Provider failed to initialize MP connection.
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="09:48:38.950+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="smspxe.cpp:446">
    <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="09:48:38.973+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="libsmsmessaging.cpp:5304">
    <![LOG[Failed to get information for MP: http://XXXXXX. 80004005.]LOG]!><time="09:48:38.974+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832"
    file="database.cpp:174">
    <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="09:48:38.974+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="database.cpp:197">
    Regards, Pratap
    Hi,
    This is not the log when the error happened.
    Have you figured the problem out?
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Running Task Sequence from Software Center failed after rebooting to WinPE (0x8022001B)

    Hi all
    I have created a task sequence to refresh client OS to windows 8.1 x64. I ran this task sequence in software center on a windows 7 client, everything went well without any fails.
    But when I ran the same ts again after it refreshed to Windows 8.1, it failed immediately after rebooted to WinPE. It shows a warning with error code 0x8022001B.
    My test environment: SCCM 2012 R2 (Windows Server 2012 R2). Client Device: Lenovo L430
    Any suggestions? Thanks in advance!
    SMSTS.log file shows below:
    <![LOG[Configuring 1 of 3 network adapters]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="1" thread="808" file="netsettings.cpp:186">
    <![LOG[Configuring DHCP]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:417">
    <![LOG[DNS suffix: ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:428">
    <![LOG[DNS server search order: ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:437">
    <![LOG[DNS registration enabled: false]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:444">
    <![LOG[Full DNS registration enabled: false]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:452">
    <![LOG[Permitted IP protocols: ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:457">
    <![LOG[Permitted TCP ports: ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:461">
    <![LOG[Permitted UDP ports: ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:465">
    <![LOG[Tcpip Netbios options: 0]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:474">
    <![LOG[Enable WINS: false]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:480">
    <![LOG[WINS server(s): ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:489">
    <![LOG[MAC address: a4:17:31:f3:e4:28]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:503">
    <![LOG[Adapter index: 0]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:512">
    <![LOG[Adapter name: WLAN]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:516">
    <![LOG[Getting namespace "Microsoft-Windows-TCPIP" for architecture "amd64"]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="1" thread="808" file="smiinterface.cpp:222">
    <![LOG[Added list item with key value 'a4-17-31-f3-e4-28']LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="smiinterface.cpp:441">
    <![LOG[Configuring 2 of 3 network adapters]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="1" thread="808" file="netsettings.cpp:186">
    <![LOG[Configuring DHCP]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:417">
    <![LOG[DNS suffix: ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:428">
    <![LOG[DNS server search order: ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:437">
    <![LOG[DNS registration enabled: false]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:444">
    <![LOG[Full DNS registration enabled: false]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:452">
    <![LOG[Permitted IP protocols: ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:457">
    <![LOG[Permitted TCP ports: ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:461">
    <![LOG[Permitted UDP ports: ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:465">
    <![LOG[Tcpip Netbios options: 0]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:474">
    <![LOG[Enable WINS: false]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:480">
    <![LOG[WINS server(s): ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:489">
    <![LOG[MAC address: a4:17:31:f3:e4:28]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:503">
    <![LOG[Adapter index: 1]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:512">
    <![LOG[Adapter name: WLAN]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:516">
    <![LOG[spItem->CreateListElement( var, &spChildItem ), HRESULT=8022001b (e:\nts_sccm_release\sms\framework\osdcore\smiinterface.cpp,439)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="smiinterface.cpp:439">
    <![LOG[Failed to create list element with key value 'a4-17-31-f3-e4-28' (0x8022001B)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="3" thread="808" file="smiinterface.cpp:439">
    <![LOG[pSetupPass->addListItem( m_spSettingsEngine, pszNamespace, pszPath, pszKeyValue ), HRESULT=8022001b (e:\nts_sccm_release\sms\framework\osdcore\smiinterface.cpp,1187)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="smiinterface.cpp:1187">
    <![LOG[m_pSMIInterface->addListItem( SetupPassValue[eSetupPass], pszComponentName, pszPath, pszKeyValue ), HRESULT=8022001b (e:\nts_sccm_release\sms\framework\osdcore\xmlanswerfile.cpp,738)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="xmlanswerfile.cpp:738">
    <![LOG[AddListItem( eSetupPass, XML::TcpIp::ComponentName, XML::TcpIp::Interfaces::InterfaceElement, sIdentifier ), HRESULT=8022001b (e:\nts_sccm_release\sms\framework\osdcore\xmlanswerfile.cpp,1063)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="xmlanswerfile.cpp:1063">
    <![LOG[m_pImpl->AddAdapterTcpIpSettings( XMLAnswerFileImpl::WindowsPE, adapterInfo ), HRESULT=8022001b (e:\nts_sccm_release\sms\framework\osdcore\winpeanswerfile.cpp,176)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="winpeanswerfile.cpp:176">
    <![LOG[pAnswerFile->AddNetworkAdapter(adapterInfo), HRESULT=8022001b (e:\nts_sccm_release\sms\framework\osdcore\netadaptersettings.cpp,575)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netadaptersettings.cpp:575">
    <![LOG[Failed to configure adapter 1 (0x8022001B)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="3" thread="808" file="netadaptersettings.cpp:575">
    <![LOG[adapterSettings.Configure( pAnswerFile ), HRESULT=8022001b (e:\nts_sccm_release\sms\framework\osdcore\netsettings.cpp,188)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="netsettings.cpp:188">
    <![LOG[Failed to configure network settings for adapter 2 (0x8022001B)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="3" thread="808" file="netsettings.cpp:188">
    <![LOG[m_pNetSettings->Configure(pAnswerFile), HRESULT=8022001b (e:\nts_sccm_release\sms\client\tasksequence\bootshell\bootstrapsettings.cpp,191)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="bootstrapsettings.cpp:191">
    <![LOG[this->createAnswerFile(sAnswerFilePath), HRESULT=8022001b (e:\nts_sccm_release\sms\client\tasksequence\bootshell\bootstrapsettings.cpp,140)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="bootstrapsettings.cpp:140">
    <![LOG[pSettings->configureAnswerFile(), HRESULT=8022001b (e:\nts_sccm_release\sms\client\tasksequence\bootshell\bootshell.cpp,595)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="bootshell.cpp:595">
    <![LOG[Execution failed with error 8022001B.]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="3" thread="808" file="bootshell.cpp:703">
    <![LOG[hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,493)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="environmentscope.cpp:493">
    <![LOG[m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,335)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="environmentlib.cpp:335">
    <![LOG[this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,553)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="environmentlib.cpp:553">
    <![LOG[::RegOpenKeyExW (HKEY_LOCAL_MACHINE, sKey.c_str(), 0, KEY_READ, &hSubKey), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,809)]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="0" thread="808" file="utils.cpp:809">
    <![LOG[RegOpenKeyExW is unsuccessful for Software\Microsoft\SMS\Task Sequence]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="2" thread="808" file="utils.cpp:809">
    <![LOG[GetTsRegValue() is unsuccessful. 0x80070002.]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="2" thread="808" file="utils.cpp:842">
    <![LOG[End program: ]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="1" thread="808" file="bootshell.cpp:725">
    <![LOG[Finalizing logging from process 800]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="1" thread="808" file="tslogging.cpp:1741">
    <![LOG[Finalizing logs to root of first available drive]LOG]!><time="14:10:49.114+480" date="01-09-2015" component="TSBootShell" context="" type="1" thread="808" file="tslogging.cpp:1583">
    <![LOG[LOGGING: Setting log directory to "E:\SMSTSLog".]LOG]!><time="14:10:49.130+480" date="01-09-2015" component="TSBootShell" context="" type="1" thread="808" file="tslogging.cpp:1808">

    Then it's using a different boot image that doesn't have the NIC driver. The OS that the TS starts out in has no impact on the WinPE environment. Either the driver is there and properly loads or it doesn't -- there is not and cannot be any connection to
    the OS the system was booted into prior to PE booting.
    Thus, the only possibility here is that the boot image does *not* have the NIC driver in it. You need to verify which boot image I being used in both cases.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • HT5304 Hi Guys, I'm running snow leopard 10.6.3  recently had update which left me with a DMSL launch problem. Rei installed software and now can't connect to Internet  with cable or wifi ! can see network and router,. Help

    Hi Guys, I'm running snow leopard 10.6.3  recently had update which left me with a DMSL launch problem. Re installed software and now can't connect to Internet  with cable or wifi ! can see network and router. Have tried many things and now pulling my hair out !  

    recently had update
    Care to share which update?
    Have tried many things
    Care to share?
    Please detail ALL you have done so far in the way of troubleshooting?   Need this info to avoid the been there done that scenarios.

  • Need help with a simple Rename/Join Domain/Install SCCM Client Task Sequence

    Good morning everyone,
    I need to create a very simple task sequence that will run an .exe that we have created that renames the computer based on a prefix-serialnumber...then restarts, adds it to our domain, restarts, and then installs the SCCM client.
    1) run rename program 
    2) join to domain
    3) install sccm client
    Can someone help me with the steps that will be required for this?
    Thank you very much!
    **note, these will not be formatted/have an OS installation ran on it with this task sequence.  The situation is that we are receiving 400+ custom configured laptops, and we're going to have to rename/join/install sccm on each...trying to simplify
    this
    any recommendations are greatly appreciated!

    Narcoticoo : Which boot image am i supposed to be using to insure that it boots into Standard Windows, NOT WinPE?  I have a standard x86 package / boot image i've been using.  If it boots up with this, it goes into WinPE (correct me if I'm wrong,
    for this seems to be what happens each time it boots off the boot image...it does not go into windows standard/full)
    When I go into properties of the one i'm using, and take the check off of "Use a boot image", where it will not boot to WinPE, it will not even show up in my list of available task sequences for
    1) when I PXE boot to try the task sequence, or
    2) when I try to make stand-alone media for this task sequence as you have suggested
    When I run the standalone media, the only log files I find are the following with errors:
    PackageID = 'MPS0014E' InstallSoftware
    12/8/2014 12:28:36 PM 2344 (0x0928)
    BaseVar = '', ContinueOnError='' InstallSoftware
    12/8/2014 12:28:36 PM 2344 (0x0928)
    ProgramName = 'MPHS - Rename Computer' InstallSoftware
    12/8/2014 12:28:36 PM 2344 (0x0928)
    SwdAction = '0002' InstallSoftware
    12/8/2014 12:28:36 PM 2344 (0x0928)
    IsSMSV4PlusClient() == true, HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\main.cpp,332)
    InstallSoftware 12/8/2014 12:28:36 PM
    2344 (0x0928)
    Configuration Manager client is not installed
    InstallSoftware 12/8/2014 12:28:36 PM
    2344 (0x0928)
    Process completed with exit code 2147500037
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Failed to run the action: Install Package. 
    Unspecified error (Error: 80004005; Source: Windows)
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Failed to run the action: Install Package. Execution has been aborted
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Do not send status message in full media case
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Failed to run the last action: Install Package. Execution of task sequence failed.
    Unspecified error (Error: 80004005; Source: Windows)
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Do not send status message in full media case
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,866)
    TSManager 12/8/2014 12:43:48 PM
    1544 (0x0608)
    Task Sequence Engine failed! Code: enExecutionFail
    TSManager 12/8/2014 12:43:48 PM
    1544 (0x0608)
    TSManager 12/8/2014 12:43:48 PM
    1544 (0x0608)
    Task sequence execution failed with error code 80004005
    TSManager 12/8/2014 12:43:48 PM
    1544 (0x0608)

  • Problems calling SCCM 2012 task sequence/advertisement remotly

    Hey all so I'm trying to invoke a task sequence from powershell. There are 2 task sequences listed, one for Win 8.1 and 7. In the script below I have invoked the Windows 7 task sequence. The problem is it seems that you have to  be logged in when the
    script is running for it to work. If you're not it throws a error (  Exception calling "ExecuteProgram" with "3" argument(s): "Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))"  ) Ideally I want the task
    sequence to go even if there is no user logged on. Is there anyway to make this happen? Thanks!
    $computers = Get-Content 'C:\Users\cody-horton\Desktop\complist.txt'
    if(!(Test-Path C:\users\cody-horton\Desktop\reimage_fails.txt)){
    New-Item -Path C:\users\cody-horton\Desktop -Name reimage_fails.txt –ItemType File
    $computers = $computers | Sort-Object
    Write-Host $computers
    foreach($computer in $computers){
    if(!(Test-Connection -Cn $computer -BufferSize 16 -Count 1 -ea 0 -quiet)){
    Add-Content -Path C:\users\cody-horton\Desktop\reimage_fails.txt -Value "$($computer) Error Connecting"
    }else{
    Invoke-Command -ComputerName $computer -ScriptBlock {
    $softwareCenter = New-Object -ComObject "UIResource.UIResourceMgr"
    $taskSequence = $softwareCenter.GetAvailableApplications() | Where { $_.PackageName -eq "General Fac/Staff Windows 7 Standard x64" }
    $taskSequenceProgramID = "*"
    $taskSequencePackageID = "GS2000C3"
    $softwareCenter.ExecuteProgram($taskSequenceProgramID,$taskSequencePackageID,$true)
    write-host "$computer" -ForegroundColor Green
    Start-Sleep -Seconds 3
    Add-Content -Path C:\users\cody-horton\Desktop\reimage_fails.txt -Value "Done $($date)"

    Hi Codyh,
    To run a SCCM package before logon, this article for your reference:
    PowerShell, Active Setup and running a SCCM package “before log on”:
    http://www.jbmurphy.com/2012/01/20/powershell-active-setup-and-running-a-sccm-package-before-log-on/
    If you have any other questions, please feel free to let me know.
    Best Regards,
    Anna Wang

  • SCCM 2012 Task Sequence Failure 0x8007000e

    I have an SCCM 2012 RTM setup that was previously working fine. Now it will not Deploy any task sequences at all giving me the error 0x800700e. I have read up on this error and it seems to be that there is not enough disk space.
    1 TB is not enough? We all got issues then. I know this isnt the problem. I read on technet that it may be because of the updates being too large. I have disabled the updates. Same problems. This happens with any deployment or capture using TS. Even the
    ones that have worked fine for ages.
    The only change I have made is installing MDT and uninstalling it makes no difference at all.
    Here is SMSTS.log:
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_b3571cfa-e19e-44e6-9feb-b62895c33409/VI.SHA256:9B58FAE13D775572FFC29B4CC6DCF35AF740331A2769B83D2FAF69DDE0AC51BF]LOG]!><time="10:11:25.581-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5692, uncompressed size 41914.]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_B3571CFA-E19E-44E6-9FEB-B62895C33409/VI.SHA256:9B58FAE13D775572FFC29B4CC6DCF35AF740331A2769B83D2FAF69DDE0AC51BF]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_B3571CFA-E19E-44E6-9FEB-B62895C33409/VI]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_9ec5f064-8ab2-474a-84c4-383c95425a94/VI.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_9ec5f064-8ab2-474a-84c4-383c95425a94/VI.SHA256:7F558FDF821B09FEB1E0F78FF7D4BB42BBC8720B80240FCF42F0B1AF02B03E5E.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_9ec5f064-8ab2-474a-84c4-383c95425a94/VI.SHA256:7F558FDF821B09FEB1E0F78FF7D4BB42BBC8720B80240FCF42F0B1AF02B03E5E]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5690, uncompressed size 41914.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_9EC5F064-8AB2-474A-84C4-383C95425A94/VI.SHA256:7F558FDF821B09FEB1E0F78FF7D4BB42BBC8720B80240FCF42F0B1AF02B03E5E]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_9EC5F064-8AB2-474A-84C4-383C95425A94/VI]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_c997022a-37c3-44bf-9ce0-0c8c121eeec4/VI.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_c997022a-37c3-44bf-9ce0-0c8c121eeec4/VI.SHA256:8BE3B28D2D723FD3F7660A4CA2B49A7A05DA934A0BB795249FBBED520DF71C46.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_c997022a-37c3-44bf-9ce0-0c8c121eeec4/VI.SHA256:8BE3B28D2D723FD3F7660A4CA2B49A7A05DA934A0BB795249FBBED520DF71C46]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5691, uncompressed size 41914.]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_C997022A-37C3-44BF-9CE0-0C8C121EEEC4/VI.SHA256:8BE3B28D2D723FD3F7660A4CA2B49A7A05DA934A0BB795249FBBED520DF71C46]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_C997022A-37C3-44BF-9CE0-0C8C121EEEC4/VI]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_713e6bec-89a5-455e-9cd0-bf8b23746ae7/VI.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_713e6bec-89a5-455e-9cd0-bf8b23746ae7/VI.SHA256:BEF5E952005AB913BF0E56BB474D2DB333E016735A381E6DA252D0B797149858.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_713e6bec-89a5-455e-9cd0-bf8b23746ae7/VI.SHA256:BEF5E952005AB913BF0E56BB474D2DB333E016735A381E6DA252D0B797149858]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5695, uncompressed size 41914.]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_713E6BEC-89A5-455E-9CD0-BF8B23746AE7/VI.SHA256:BEF5E952005AB913BF0E56BB474D2DB333E016735A381E6DA252D0B797149858]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_713E6BEC-89A5-455E-9CD0-BF8B23746AE7/VI]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_cecff080-53d3-45e7-9700-bfa3f0a82127/VI.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_cecff080-53d3-45e7-9700-bfa3f0a82127/VI.SHA256:DCDE9C38C9931ABEDC46A88AC9E60F170A6D69AB700E6A6E3D0389AC0B306FE3.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_cecff080-53d3-45e7-9700-bfa3f0a82127/VI.SHA256:DCDE9C38C9931ABEDC46A88AC9E60F170A6D69AB700E6A6E3D0389AC0B306FE3]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5709, uncompressed size 41914.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_CECFF080-53D3-45E7-9700-BFA3F0A82127/VI.SHA256:DCDE9C38C9931ABEDC46A88AC9E60F170A6D69AB700E6A6E3D0389AC0B306FE3]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_CECFF080-53D3-45E7-9700-BFA3F0A82127/VI]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_24e4c0e2-6033-488c-81f0-e6361efaf4ba/VI.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_24e4c0e2-6033-488c-81f0-e6361efaf4ba/VI.SHA256:91E2397794682FD60D8805B2D8B02FEC4AF42B6FBC85EC47F7FF9703C24D0E01.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_24e4c0e2-6033-488c-81f0-e6361efaf4ba/VI.SHA256:91E2397794682FD60D8805B2D8B02FEC4AF42B6FBC85EC47F7FF9703C24D0E01]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5708, uncompressed size 41914.]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_24E4C0E2-6033-488C-81F0-E6361EFAF4BA/VI.SHA256:91E2397794682FD60D8805B2D8B02FEC4AF42B6FBC85EC47F7FF9703C24D0E01]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_24E4C0E2-6033-488C-81F0-E6361EFAF4BA/VI]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_9ab18845-3f52-4e1f-a607-3b5997e703c6/VI.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_9ab18845-3f52-4e1f-a607-3b5997e703c6/VI.SHA256:E63F2274353FAA063DEDF28F614588D802E2768D53AA87F9791D7543C3E3BE42.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_9ab18845-3f52-4e1f-a607-3b5997e703c6/VI.SHA256:E63F2274353FAA063DEDF28F614588D802E2768D53AA87F9791D7543C3E3BE42]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5715, uncompressed size 41914.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_9AB18845-3F52-4E1F-A607-3B5997E703C6/VI.SHA256:E63F2274353FAA063DEDF28F614588D802E2768D53AA87F9791D7543C3E3BE42]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_9AB18845-3F52-4E1F-A607-3B5997E703C6/VI]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_51631236-80d5-4b53-a270-92b0e24c090e/VI.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_51631236-80d5-4b53-a270-92b0e24c090e/VI.SHA256:B15A1F8969E8DF2EA29784A9E6DCAB3C9AD60C3F7283453B73200C216EF4D539.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_51631236-80d5-4b53-a270-92b0e24c090e/VI.SHA256:B15A1F8969E8DF2EA29784A9E6DCAB3C9AD60C3F7283453B73200C216EF4D539]LOG]!><time="10:11:25.769-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.769-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:26.829-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 777343, uncompressed size 6459734.]LOG]!><time="10:11:27.110-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:27.157-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:27.157-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_51631236-80D5-4B53-A270-92B0E24C090E/VI.SHA256:B15A1F8969E8DF2EA29784A9E6DCAB3C9AD60C3F7283453B73200C216EF4D539]LOG]!><time="10:11:27.656-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_51631236-80D5-4B53-A270-92B0E24C090E/VI]LOG]!><time="10:11:27.656-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:28.343-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:28.358-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="10:11:29.310-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:696">
    <![LOG[Compression (zlib) succeeded: original size 42856010, compressed size 4996942.]LOG]!><time="10:11:32.679-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:485">
    <![LOG[((p.Header->UsedBytes + nNameBytes + nNewValueBytes) < 0xA00000) != 0, HRESULT=8007000e (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,430)]LOG]!><time="10:11:34.723-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="environmentscope.cpp:430">
    <![LOG[m_pGlobalScope->setValue (pszName, c_szBinaryType + sEncodedValue), HRESULT=8007000e (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,524)]LOG]!><time="10:11:34.723-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="environmentlib.cpp:524">
    <![LOG[TS::Environment::SharedEnvironment.setValue( TS::EnvironmentVar::CIVersionInfoPolicy, (const BYTE*)sPolicyXML.c_str(), (sPolicyXML.length()+1)*sizeof(WCHAR) ), HRESULT=8007000e (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1887)]LOG]!><time="10:11:34.723-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tsmediawizardcontrol.cpp:1887">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="10:11:34.739-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="commandline.cpp:228">
    <![LOG[Set command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister]LOG]!><time="10:11:34.739-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="commandline.cpp:705">
    <![LOG[Executing command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister]LOG]!><time="10:11:34.739-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="commandline.cpp:801">
    <![LOG[==========[ TsProgressUI started in process 1116 ]==========]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TsProgressUI" context="" type="1" thread="1120" file="winmain.cpp:329">
    <![LOG[Command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TsProgressUI" context="" type="0" thread="1120" file="winmain.cpp:332">
    <![LOG[Unregistering COM classes]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TsProgressUI" context="" type="1" thread="1120" file="winmain.cpp:204">
    <![LOG[Unregistering class objects]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TsProgressUI" context="" type="1" thread="1120" file="winmain.cpp:495">
    <![LOG[Shutdown complete.]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TsProgressUI" context="" type="1" thread="1120" file="winmain.cpp:512">
    <![LOG[Process completed with exit code 0]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="commandline.cpp:1098">
    <![LOG[Successfully unregistered TS Progress UI.]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="utils.cpp:2075">
    <![LOG[ExecuteSelectedTaskSequence(fpCallbackProc,pv,hCancelEvent), HRESULT=8007000e (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1484)]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tsmediawizardcontrol.cpp:1484">
    <![LOG[hrReturn, HRESULT=8007000e (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediaresolveprogresspage.cpp,408)]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tsmediaresolveprogresspage.cpp:408">
    <![LOG[ThreadToResolveAndExecuteTaskSequence failed. Code(0x8007000E)]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="3" thread="1084" file="tsmediaresolveprogresspage.cpp:408">
    <![LOG[ThreadToResolveAndExecuteTaskSequence returned code 0x8007000E]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="840" file="tsmediaresolveprogresspage.cpp:221">
    <![LOG[Setting wizard error: An error occurred while starting the task sequence (0x8007000E). For more information, contact your system administrator or helpdesk operator.]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="840" file="tsmediawizardcontrol.cpp:1504">
    <![LOG[ResolveProgressPage::OnWizardNext()]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="840" file="tsmediaresolveprogresspage.cpp:113">
    <![LOG[Activating Finish Page.]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="840" file="tsmediafinishpage.cpp:107">
    <![LOG[Loading bitmap]LOG]!><time="10:11:34.770-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="840" file="tsmbootstrap.cpp:1065">
    <![LOG[Exiting task sequence wizard.]LOG]!><time="10:11:38.951-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="840" file="tsmediawizardcontrol.cpp:2278">
    <![LOG[Exiting with return code 0x00000000]LOG]!><time="10:11:39.294-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="840" file="tsmbootstrap.cpp:1032">
    <![LOG[Execution complete.]LOG]!><time="10:11:39.309-60" date="06-29-2012" component="TSBootShell" context="" type="1" thread="788" file="bootshell.cpp:616">
    <![LOG[Finalizing logging from process 776]LOG]!><time="10:11:39.309-60" date="06-29-2012" component="TSBootShell" context="" type="1" thread="788" file="tslogging.cpp:1741">
    <![LOG[Finalizing logs to root of first available drive]LOG]!><time="10:11:39.309-60" date="06-29-2012" component="TSBootShell" context="" type="1" thread="788" file="tslogging.cpp:1583">
    <![LOG[Successfully finalized logs to C:\SMSTSLog]LOG]!><time="10:11:39.356-60" date="06-29-2012" component="TSBootShell" context="" type="1" thread="788" file="tslogging.cpp:1640">
    <![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="10:11:39.356-60" date="06-29-2012" component="TSBootShell" context="" type="0" thread="788" file="tslogging.cpp:584">
    Please help. Its so frustrating because literally last week there were no problems at all....

    This issue is not solely related to windows updates.  I am getting the same thing while trying to deploy a package via OSD Task sequence.  The app installs but will report a 7000e error.  It is a small test ts that id made so I can mimic the
    actual osd steps and I disable successful steps so I can then troubleshoot the broken steps.  Now I am down to the last one.  My next step will be to create it as an application and test that way.  Was hoping to simply hammer out some quick
    OSD only based items as packages instead of Applications.
    Any help would be appreciated.
    Here is an excerpt from the smsts log
    Successfully finalized logs to SMS client log directory from C:\WINDOWS\CCM\Logs TSManager 7/11/2013 12:21:26 PM 3484 (0x0D9C)
    ?<![LOG[Set a global environment variable _SMSTSCurrentActionName=CF-52 Specific]LOG]!><time="13:50:33.686+300" date="07-11-2013" component="TSManager" context="" type="0" thread="924" file="executionenv.cxx:668">   1/1/1601 12:00:00 AM 383985212
    (0x16E3263C)
    Set a global environment variable _SMSTSNextInstructionPointer=2 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Evaluating an AND expression TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Evaluating a WMI condition expression TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Expand a string: root\cimv2 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Expand a string: Select * from win32_computersystem where model like "CF-52%" TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    The condition for the group (CF-52 Specific) is evaluated to be true TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    The group (CF-52 Specific) has been successfully started TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Updated security on object C:\_SMSTaskSequence. TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=3 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set a TS execution environment variable _SMSTSNextInstructionPointer=3 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set a global environment variable _SMSTSInstructionStackString=1 2 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set a TS execution environment variable _SMSTSInstructionStackString=1 2 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Save the current environment block TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install Dashboard. Instruction pointer: 3 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install Dashboard TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=3 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    The action (Install Dashboard) has been skipped because it is disabled TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Execution of the instruction (Install Dashboard) has been skipped TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install quick boot. Instruction pointer: 4 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install quick boot TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=4 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    The action (Install quick boot) has been skipped because it is disabled TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Execution of the instruction (Install quick boot) has been skipped TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install system interface. Instruction pointer: 5 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install system interface TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=5 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    The action (Install system interface) has been skipped because it is disabled TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Execution of the instruction (Install system interface) has been skipped TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install SD Card Reader. Instruction pointer: 6 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install SD Card Reader TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=6 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    The action (Install SD Card Reader) has been skipped because it is disabled TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Execution of the instruction (Install SD Card Reader) has been skipped TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install 52v audio. Instruction pointer: 7 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install 52v audio TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=7 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    The action (Install 52v audio) has been skipped because it is disabled TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Execution of the instruction (Install 52v audio) has been skipped TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install 52 s or t series audio. Instruction pointer: 8 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install 52 s or t series audio TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=8 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a local default variable _SMSSWDProgramName TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSLogPath=C:\WINDOWS\CCM\Logs\SMSTSLog TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Evaluating an AND expression TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Evaluating an OR expression TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Evaluating a WMI condition expression TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Expand a string: root\cimv2 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Expand a string: Select * from win32_computersystem where model like "CF-52s%" TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Evaluating a WMI condition expression TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Expand a string: root\cimv2 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Expand a string: Select * from win32_computersystem where model like "CF-52t%" TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    The action (Install 52 s or t series audio) has been skipped because the condition is evaluated to be false TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Execution of the instruction (Install 52 s or t series audio) has been skipped TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install 52v video. Instruction pointer: 9 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install 52v video TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=9 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    The action (Install 52v video) has been skipped because it is disabled TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Execution of the instruction (Install 52v video) has been skipped TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install Intel ME support. Instruction pointer: 10 TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install Intel ME support TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=10 TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    The action (Install Intel ME support) has been skipped because it is disabled TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Execution of the instruction (Install Intel ME support) has been skipped TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install USB 3.0. Instruction pointer: 11 TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install USB 3.0 TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=11 TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set a local default variable _SMSSWDProgramName TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set a global environment variable _SMSTSLogPath=C:\WINDOWS\CCM\Logs\SMSTSLog TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Evaluating an AND expression TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Evaluating a WMI condition expression TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Expand a string: root\cimv2 TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Expand a string: Select * from win32_computersystem where model like "CF-52v%" TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    The condition for the action (Install USB 3.0) is evaluated to be true TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Expand a string: smsswd.exe /pkg:CMP00276 /install /basevar: /continueOnError: TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Expand a string:  TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Start executing the command line: smsswd.exe /pkg:CMP00276 /install /basevar: /continueOnError: TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    !--------------------------------------------------------------------------------------------! TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Expand a string: FullOS TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Executing command line: smsswd.exe /pkg:CMP00276 /install /basevar: /continueOnError: TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    [ smsswd.exe ] InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    PackageID = 'CMP00276' InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    BaseVar = '', ContinueOnError='' InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    ProgramName = 'CF-52_usb30' InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    SwdAction = '0002' InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    ResolveSource flags: 0x00000000 InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    SMSTSPersistContent: . The content for package CMP00276 will be persisted InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Set authenticator in transport InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    WinHttp credentials set InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    List of files to be downloaded InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0401/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0401/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0404/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0404/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0405/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0405/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0406/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0406/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0407/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0407/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0408/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0408/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0409/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0409/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/040B/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/040B/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/040C/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/040C/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/040D/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/040D/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/040E/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/040E/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0410/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0410/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0411/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0411/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0412/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0412/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0413/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0413/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0414/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0414/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0415/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0415/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0416/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0416/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0419/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0419/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/041B/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/041B/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/041D/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/041D/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from http://cm12servername:80/SMS_DP_SMSPKG$

  • KB2918614 Breaks MDT2012 Update 1 Task Sequence "Install Application" Items on Windows 7 deployments

    Consider the following scenario:
    You have a WDS deployment environment for your enterprise running on Windows Server 2008 R2.
    You use MDT 2012 Update 01 to create a Windows 7 Task Sequence for workstation deployment. 
    The task sequence has an "Install Application" task to install Symantec Endpoint Protection 12.1 RU4 MP1b.
    You either refresh your reference build to incorporate KB2918614 or you publish the update via WSUS and use the Install Updates task in the task sequence prior to the "Install Application" task to install the hotfix. 
    In this scenario, the "Install Application" task starts but never completes. The Symantec installation executable is never called and does not show up in Task Manager. All subsequent "Install Application" tasks exhibit the same behavior.
    No error messages are generated. Eventually the Task Sequence itself times out and moves on to the next task. 
    If you remove update KB2918614 from your reference build or unapprove it from your WSUS server, all "Install Application" tasks in the task sequence execute correctly. 
    Has anyone else experienced a similar issues with deployments? My hunch is that the problem is not specific to the application being installed, and it may also be a problem for environments using SCCM to install Windows 7. I have not had a chance to explore
    this more, so I kept my scenario to the facts that I have directly observed.
    Thanks,
    Rick Reuling
    Walker IT Group, LLC

    Quite the few incorrect assumptions, but thank you for your input. I disagree with your methodology and irrelevant conclusions.
    Problem is quite clearly seen under easily reproducible conditions, which according to your description was not correctly proscribed. No one ever said the patch did not install correctly.
    Whether the root cause is that mainstream third party applications are utilizing Microsoft solution accelerator proscribed methods that a privately reported vulnerability implicated as harmful; and thus the aforementioned patch changed the
    expected behaviour to the detriment of mainstream certified applications in an unattended environment is at fault is up for discussion. Jamal's experience implicates the overall method in not only MDT but also SCCM so there stands a reasonable chance
    that the problem exhibits on a further scale beyond the MDT environment.
    However, as has been documented on a real world basis in the context of actual running environments (in which many do indeed still run Windows 7, much to all our chagrin and your self-declared shock) the issue still exists, and we must decline
    your proposed solution as being appropriate to the described scenario. Your response clearly does not duplicate nor even attempt to recreate the problem space, If you had read clearly you would have seen we had already inserted a reboot in between the Windows
    Update step in the TS and the "Install Application" step. Of course there are many other potential variables, hence why one should be quite careful about declaring an explicit problem or an explicit solution. 
    I believe Mike Niehaus clearly indicated the next step, and Jamal has confirmed the immediate workaround. I will encourage my clients to raise the issue through their EA channel.
    Regards,
    Rick

  • SCCM 2012 task sequence error. Failed with error code 0x800700002

    I am using SCCM 2012, SP1 and I am trying use it to deploy Windows 7.  The PXE boot succeeds and the task sequence starts working and is able to do evertything up to and including the disk partition.  But when it gets to installing the OS it fails
    with an error code 0x800700002.  I've run many of the troubleshooting tips and tricks and cannot seem to find the problem.  I am able to communicate with the other network devices (ping succeeds to DP and DC and other PCs).  The SMSPXE.log gets
    to the line File C:\remoteinstall\smstemp\{sid}.boot.bcd.log deleted.  I have the SMSTS.log file and have run a couple of troubleshooting tools on it and have not had any luck determining the root of the problem. 
    Any assistance would be appreciated.  Thanks.

    and some more
    <![LOG[Adding instruction at 7]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:524">
    <![LOG[
    Parsing step node: Setup Windows and Configuration Manager]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:459">
    <![LOG[Description: Actions to setup Windows and Configuration Manager client]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:463">
    <![LOG[ContinueOnError: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:467">
    <![LOG[SuccessCodeList: 0]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:475">
    <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582)]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="ccmxml.h:582">
    <![LOG[No condition is associated with the step.]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:670">
    <![LOG[Disable: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:484">
    <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:492">
    <![LOG[Timeout: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:496">
    <![LOG[DefaultVarlist found]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:579">
    <![LOG[Variable name: SMSClientInstallProperties]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:620">
    <![LOG[Variable name: _SMSClientPackageID]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:620">
    <![LOG[Action command line: OSDSetupWindows.exe]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:522">
    <![LOG[Adding instruction at 8]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:524">
    <![LOG[Processed all elements]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:333">
    <![LOG[Adding end group instruction at 9]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:402">
    <![LOG[The next instruction after group will be at 10]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:408">
    <![LOG[Processing group]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:443">
    <![LOG[
    Parsing group node: Capture the Reference Machine]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:366">
    <![LOG[Description: Actions to prepare and capture the reference machine]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:370">
    <![LOG[ContinueOnError: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:374">
    <![LOG[Disable: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:382">
    <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582)]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="ccmxml.h:582">
    <![LOG[No condition is associated with the step.]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:670">
    <![LOG[Adding begin group instruction at 10]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:393">
    <![LOG[There are 3 first level steps or groups]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:318">
    <![LOG[
    Parsing step node: Prepare Configuration Manager Client]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:459">
    <![LOG[Description: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:463">
    <![LOG[ContinueOnError: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:467">
    <![LOG[SuccessCodeList: 0]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:475">
    <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582)]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="ccmxml.h:582">
    <![LOG[No condition is associated with the step.]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:670">
    <![LOG[Disable: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:484">
    <![LOG[Run in attribute: FullOS]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:492">
    <![LOG[Timeout: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:496">
    <![LOG[DefaultVarlist found]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:579">
    <![LOG[No variables found in default variable list]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:606">
    <![LOG[Action command line: osdpreparesmsclient.exe]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:522">
    <![LOG[Adding instruction at 11]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:524">
    <![LOG[
    Parsing step node: Prepare OS]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:459">
    <![LOG[Description: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:463">
    <![LOG[ContinueOnError: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:467">
    <![LOG[SuccessCodeList: 0]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:475">
    <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582)]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="ccmxml.h:582">
    <![LOG[No condition is associated with the step.]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:670">
    <![LOG[Disable: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:484">
    <![LOG[Run in attribute: FullOS]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:492">
    <![LOG[Timeout: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:496">
    <![LOG[DefaultVarlist found]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:579">
    <![LOG[Variable name: OSDBuildStorageDriverList]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDKeepActivation]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:620">
    <![LOG[Action command line: osdprepareos.exe /activate:%OSDKeepActivation% /bmsd:%OSDBuildStorageDriverList%]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:522">
    <![LOG[Adding instruction at 12]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:524">
    <![LOG[
    Parsing step node: Capture the Reference Machine]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:459">
    <![LOG[Description: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:463">
    <![LOG[ContinueOnError: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:467">
    <![LOG[SuccessCodeList: 0]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:475">
    <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582)]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="ccmxml.h:582">
    <![LOG[No condition is associated with the step.]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:670">
    <![LOG[Disable: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:484">
    <![LOG[Run in attribute: WinPE]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:492">
    <![LOG[Timeout: ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:496">
    <![LOG[DefaultVarlist found]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:579">
    <![LOG[Variable name: OSDCaptureDestination]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDCaptureAccountPassword]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDCaptureAccount]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDImageCreator]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDImageDescription]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDImageVersion]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:620">
    <![LOG[Action command line: osdcapturesystemimage.exe]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:522">
    <![LOG[Adding instruction at 13]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:524">
    <![LOG[Processed all elements]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:333">
    <![LOG[Adding end group instruction at 14]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:402">
    <![LOG[The next instruction after group will be at 15]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:408">
    <![LOG[Processed all elements]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:333">
    <![LOG[
    Reading Global variable list]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:183">
    <![LOG[Got root node now getting global var list]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:194">
    <![LOG[GlobalVarlist found]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:210">
    <![LOG[Variable name: OSDEnableTCPIPFiltering]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsxml.cpp:244">
    <![LOG[Starting Task Sequence Engine . . . ]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsmanager.cpp:799">
    <![LOG[****************************************************************************]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="tsmanager.cpp:801">
    <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=0]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSInstructionTableSize=15]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable SMSTSRebootRequested=]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable SMSTSRebootDelay=]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable SMSTSRebootMessage=]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable SMSTSRebootReason=]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable SMSTSRetryRequested=]LOG]!><time="09:53:44.586+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="09:53:44.602+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="util.cpp:963">
    <![LOG[The task execution engine started execution]LOG]!><time="09:53:44.602+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="engine.cxx:70">
    <![LOG[MP server http://BLSVSRSCCM01.BLS.local. Ports 80,443. CRL=false.]LOG]!><time="09:53:44.602+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="utils.cpp:5261">
    <![LOG[Setting authenticator]LOG]!><time="09:53:44.617+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="utils.cpp:5283">
    <![LOG[Set authenticator in transport]LOG]!><time="09:53:44.617+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="libsmsmessaging.cpp:7751">
    <![LOG[Sending StatusMessage]LOG]!><time="09:53:44.633+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="libsmsmessaging.cpp:4025">
    <![LOG[Setting message signatures.]LOG]!><time="09:53:44.633+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="libsmsmessaging.cpp:1297">
    <![LOG[Setting the authenticator.]LOG]!><time="09:53:44.633+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="libsmsmessaging.cpp:1327">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: BLSVSRSCCM01.BLS.local:80  CCM_POST /ccm_system/request]LOG]!><time="09:53:44.633+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="libsmsmessaging.cpp:8621">
    <![LOG[Request was succesful.]LOG]!><time="09:53:44.711+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="libsmsmessaging.cpp:8956">
    <![LOG[MP server http://BLSVSRSCCM01.BLS.local. Ports 80,443. CRL=false.]LOG]!><time="09:53:44.711+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="utils.cpp:5261">
    <![LOG[Setting authenticator]LOG]!><time="09:53:44.726+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="utils.cpp:5283">
    <![LOG[Set authenticator in transport]LOG]!><time="09:53:44.726+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="libsmsmessaging.cpp:7751">
    <![LOG[Sending StatusMessage]LOG]!><time="09:53:44.742+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="libsmsmessaging.cpp:4025">
    <![LOG[Setting message signatures.]LOG]!><time="09:53:44.742+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="libsmsmessaging.cpp:1297">
    <![LOG[Setting the authenticator.]LOG]!><time="09:53:44.742+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="libsmsmessaging.cpp:1327">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: BLSVSRSCCM01.BLS.local:80  CCM_POST /ccm_system/request]LOG]!><time="09:53:44.742+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="libsmsmessaging.cpp:8621">
    <![LOG[Request was succesful.]LOG]!><time="09:53:44.773+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="libsmsmessaging.cpp:8956">
    <![LOG[Start executing an instruciton. Instruction name: Build the Reference Machine. Instruction pointer: 0]LOG]!><time="09:53:44.773+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="engine.cxx:117">
    <![LOG[Set a global environment variable _SMSTSCurrentActionName=Build the Reference Machine]LOG]!><time="09:53:44.773+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=0]LOG]!><time="09:53:44.773+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[The group (Build the Reference Machine) has been successfully started]LOG]!><time="09:53:44.804+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="instruction.cxx:2364">
    <![LOG[MP server http://BLSVSRSCCM01.BLS.local. Ports 80,443. CRL=false.]LOG]!><time="09:53:44.804+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="utils.cpp:5261">
    <![LOG[Setting authenticator]LOG]!><time="09:53:44.820+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="utils.cpp:5283">
    <![LOG[Set authenticator in transport]LOG]!><time="09:53:44.820+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="libsmsmessaging.cpp:7751">
    <![LOG[Sending StatusMessage]LOG]!><time="09:53:44.836+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="libsmsmessaging.cpp:4025">
    <![LOG[Setting message signatures.]LOG]!><time="09:53:44.836+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="libsmsmessaging.cpp:1297">
    <![LOG[Setting the authenticator.]LOG]!><time="09:53:44.836+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="libsmsmessaging.cpp:1327">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: BLSVSRSCCM01.BLS.local:80  CCM_POST /ccm_system/request]LOG]!><time="09:53:44.836+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="libsmsmessaging.cpp:8621">
    <![LOG[Request was succesful.]LOG]!><time="09:53:44.867+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="libsmsmessaging.cpp:8956">
    <![LOG[Updated security on object D:\_SMSTaskSequence.]LOG]!><time="09:53:44.867+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="utils.cpp:1088">
    <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=1]LOG]!><time="09:53:44.867+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=1]LOG]!><time="09:53:44.867+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:386">
    <![LOG[Set a global environment variable _SMSTSInstructionStackString=0]LOG]!><time="09:53:44.867+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=0]LOG]!><time="09:53:44.867+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:414">
    <![LOG[Save the current environment block]LOG]!><time="09:53:44.867+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:833">
    <![LOG[Successfully save execution state and environment to local hard disk]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="engine.cxx:255">
    <![LOG[Start executing an instruciton. Instruction name: Restart in Windows PE. Instruction pointer: 1]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="engine.cxx:117">
    <![LOG[Set a global environment variable _SMSTSCurrentActionName=Restart in Windows PE]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=1]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Set a local default variable SMSRebootMessage]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:700">
    <![LOG[Set a local default variable SMSRebootTimeout]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:700">
    <![LOG[Set a global environment variable _SMSTSLogPath=X:\WINDOWS\TEMP\SMSTSLog]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:668">
    <![LOG[Evaluating an AND expression]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="instruction.cxx:593">
    <![LOG[Evaluating a variable condition expression]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="instruction.cxx:776">
    <![LOG[Variable = _SMSTSInWinPE]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="instruction.cxx:794">
    <![LOG[Value = false]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="instruction.cxx:795">
    <![LOG[Operator = equals]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="instruction.cxx:796">
    <![LOG[Expand a string: equals]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:782">
    <![LOG[Expand a string: _SMSTSInWinPE]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:782">
    <![LOG[Expand a string: false]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="0" thread="1240" file="executionenv.cxx:782">
    <![LOG[The variable condition expression is evaluated to be FALSE]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="instruction.cxx:900">
    <![LOG[The AND expression is evaluated to be FALSE]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="instruction.cxx:626">
    <![LOG[The action (Restart in Windows PE) has been skipped because the condition is evaluated to be false]LOG]!><time="09:53:44.882+240" date="04-26-2013" component="TSManager" context="" type="1" thread="1240" file="instruction.cxx:2894">
    Marc Nations

  • Whats the best way to apply office updates during OSD task sequence with Software Update Agent disabled?

    I am trying to update office via the SCCM 2012 R2 OSD task sequence. I know offline updating only updates the core components in the WIM and I'm trying to figure out how to add office updates as well. I am aware of using powershell to try and kick off
    a WU scan as seen here:
    http://myitforum.com/myitforumwp/2012/01/24/use-powershell-commands-to-assist-with-patching-during-sccm-image-build/
    But the kicker is we don't use SCCM to update the workstations (Solo WSUS install). Is there a way to do this (maybe set the client in the TS to switch on SUP, then off again when it goes off into production) rather than have to build a new image every month?

    You could use the ZTI_WindowsUpdates.wsf script from MDT.
    http://scriptimus.wordpress.com/2012/03/22/mdt-2012-automating-updates-in-lite-touch-deployments/
    How does it work?
    The task sequence steps run a script called ZTIWindowsUpdate.wsf. The script uses the
    Windows Update Agent API to manage the downloading and installation of updates. All audit information is written to the
    ZTIWindowsUpdate.log file. If you find any unusual error codes in your log returned from the API (although I never have)  you can compare the codes
    here. The script will also check and update the
    Windows Update Agent(WUA) as needed at the start.
    In its default state, the ZTIWindowsUpdate.wsf script will connect to Microsoft Update then search for and download all available updates including Security Patches, Drivers, Browser Updates and Service Packs. This is essentially the same
    as opening the GUI and selecting check for updates.
    Daniel Ratliff | http://www.PotentEngineer.com

Maybe you are looking for