WDS and SCCM 2007 task sequence export/import

We currently have SCCM 2007 and a separate WDS server. There is a task sequence with a boot image/packages on the SCCM server and I would like to export this to the WDS server for deployment, how do I go about doing this?
Thanks.

Are you talking about using the boot image from ConfigMgr on your separate WDS server?
If so, there is no direct or supported way to do this. PXE booting a system using ConfigMgr involves more than transferring the boot image to the client.
Here's how you can do it although you should question whether this is a good thing to do or not as it adds overhead: http://www.deployvista.com/Home/tabid/36/EntryID/54/language/sv-SE/Default.aspx
Jason | http://blog.configmgrftw.com

Similar Messages

  • SCCM 2007 - task sequence - prestaged media - self-signed certificates - error message 'Certificate has expired for this media'

    Hi there
    Quick scenario.
    We have created a task sequence prestaged media .wim file (SCCM 2007, client OS is Windows XP).
    Recently some of these swap-out machinses, on delivery and start up, have started showing this message:
    'Certificate has expired for this media'.
    This is because the self-signed certificate created during the prestaged media creation process has expired.
    My question is: is it possible to mount the image using dism or imagex and then inject an updated sertificate?
    Best regards
    John

    the disk that has the prestaged media applied must be the boot partition.
    create a task sequence to stage the prestaged media. In this task run a format and partition step which configures both the system disk and the os disk, though make the os disk the active boot partition. Then apply the prestage wim.
    On your deploy task, somewhere after the OS has applied create a group that runs only if the media is OEM (from memory  _SMSTSMedia =
    OEMMedia)
    in this group run the command bcdboot C:\Windows /s F: /f ALL where f: is the drive letter assigned to the system disk, then run another step that removes the drive letter and reboots. The deploy task will now continue and you will be booting to the system
    partition.
    So I wanted to get back to working on this issue.  I noticed that when I said it Worked that it was actually still booting from C drive instead of the reserved partition.  For the past few days I have been trying to get the prestaged to work like
    a network deploy but fail every time.  I cannot get the prestaged to boot from any other partition other then the partition where windows was imaged too.
    So where I am at today.  When I do as suggest above the D drive (The reserved Boot volume) return on reboot. it will not stay hidden.  also the OS is till booting from C and does not change to the D drive or no drive letter drive with the above
    commands.  I think there is some other command missing that tells it to boot from a new location that is not bcdboot.
    Has anyone seen any guides for how to use prestaged and bitlocker enabled task sequence?  I think that would help me figure out my current issues as with bitlocker you must have this other partition.

  • Deploying the SCCM 2012 Client to WES 7 devices that are locked down with the FBWF using 2007 task sequence via WEDM.

    I'm wondering how people are migrating their embedded devices that are using the FBWF. I've done some googling and it seems like most people are just re-imaging the devices and after migrating a single device i see why. Its not a pretty process. This will
    be a long description but ultimately my question stems more from trying to find a better way to execute the device migration from 2007 to 2012.
    Some back ground on my situation might be in order here. I'm in the process of wrapping up our 2007 to 2012 migration. We have a 2007 infrastructure that was a central server with 2 primaries and 286 secondary site servers. I've consolidated that to a single
    2012 primary site server that hosts all the main roles. There are 2 more servers in the data centers both operating solely as push distribution points I'll refer to them as 2012 01 02 and 03. I'm over half way through the migration and so far haven't needed
    to offload any site roles. There are almost 10,000 clients now reporting to the 2012 site server and almost a 100 field servers pulling content from 2012 02 as their source dp as pull dp is the only way forward for this many devices. I've read the horror stories
    of trying spin up 200 plus push dps. We are running PKI. I'm at the point now where i need to start migrating the Windows Embedded Seven Standard clients that have the 2007 sccm client on them with WEDM for write filter handling.
    What i'm wondering is if anyone has any pointers for me regarding migrating the WES 7 devices. My plan that i've come up with is to somehow script the process using a 2007 WEDM Task Sequence to try and migrate them over to 2012. Things are complicated as
    I need to somehow script the install, the policy checkin, hardware inventory, software inventory, and validate the SCEP client installs before I reboot the device one last time to enable the FBWF. How I handled the SCCM 2007 client install on these devices
    when they were provisioned was to just create a batch file that would sleep for ten minutes then check to see if the inventoryagent.log file had been created yet. I realize now that is inefficient as i can kick off the inventory using a WMI method once the
    client has installed. Also I need to make sure the machine gets its first policy as that is how it creates the communication using PKI through that first policy transfer and that also finalizes the client install. The biggest piece i'm uncertain about in this
    regard is the SCEP client.
    I had to change the SCEP client install from yes to no in the default client settings as we have some Mcaffee servers that can't have the SCEP client on them. I have incremental updates enabled on the collection that has the policy that installs the SCEP
    client but this will take an unknown amount of time unless i force the environment to update as the device starts in 2012 install, or if I could kick off the SCEP isntall... IDK. I'm also wondering if i should keep the device in the migration process until
    i validate it has its proper scep policy applied which I believe can be validated by a registry key somewhere.
    Once the 2012 client gets installed will that cause it to lose its place within the 2007 Task Sequence? Considering its going to take a minimum of 2 reboots I'd normally use the task sequence to handle its progression through the process.
    I'm also considering trying to use an Orchestrator runbook, as that would be a good way to keep track of the migration process as each device migrates. Especially since this might take several seperate scripts.
    I'm going to take a stab at scripting the migration process, but if anyone has any pointers that might make this a less complicated I'd really appreciate it as I've got about 3000 of these devices that need to be migrated over. The other things i've learned
    the hard way is any time you have something this complicated over the course of 3000 devices you will run into unknowns and the failure rate increases. I'm in the precarious position of having to not only build this process out but in some situations have
    it complete in the shortest amount of time possible as we have sites running 24x7. I know the end users behavior all to well and they will just keep hitting the power button sometimes even though their not supposed to so they can get their device functional
    again. In those situations i'd end up, if i'm lucky with a device that no longer has a healthy SCCM client in either environment and the write filter disabled.
    So like i said any pointers anyone could throw my way i'd really appreciate. I manually went through the migration process on a single device for proof of concept and ended up with almost 2 pages of pseudo code for my migration script/scripts.
    Thanks,
    -K.R.

    Hi,
    In R2 there are some new variables you can use to solve this,
    http://ccmexec.com/2014/12/smstsmplistrequesttimeout-value-in-milliseconds/
    In Sp1 though adding a step to sleep for 2-5 minuter after reboot and before the application install step is a common workaround.. a powershell command with "Start-Sleep
    -s 120" should do it. 
    /Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • SCCM 2012 SP1 and MDT 2012 Task Sequence Templates, MDT File/Settings Packages

    We're setting up SCCM 2012 integrated with MDT 2012 for our OSD. My main issue is finding actual reference material for the MDT task sequence templates when integrated with SCCM. The MDT documentation has a lot of information on variables and task sequences
    outside of SCCM integration. 
    One thing I'd love to find information on is what's actually going on during an MDT Client Task Sequence template. I found this http://social.technet.microsoft.com/Forums/en-US/645a77b2-5be6-431d-818c-57d24b1435cc/understanding-mdt-task-sequence?forum=configmgrosd but
    it doesn't delve into the kind of detail I'm looking for. I can dig up information through the MDT reference material on some things, but I just can't find anything out there that actually walks you through an SCCM/MDT task sequence template. For instance,
    under State Restore what is being referenced in Install Software with base variable name PACKAGES, vs Install Applications and base variable name COALESCED APPS. And, where are you supposed to put these applications? That's just a specific example, I'm hoping
    to find some kind of walkthrough.
    Two things I'm hazy on are the MDT packages. What exactly are the MDT Settings Package, and the MDT Files Package? What are they used for? What benefits do you get out of using them? And, how exactly do you use them? I know one of them has something to do
    with customsettings.ini, but what's the point of using SCCM with MDT if you still have to muck around in the customsettings.ini file?
    Either way, it seems like there are a lot of references to SCCM task sequences, and a lot of references to MDT task sequences. But, not together. Which is a bit annoying since the MDT-integrated task sequence templates are very obviously different than either
    SCCM or MDT by itself. Any help would be appreciated, even just information on where to look. Maybe I'm just really bad at finding reference material for SCCM/MDT. Thanks. 

    When MDT integrated with SCCM, We need the following MDT components to be created:
    MDT Boot image
    MDT Toolkit Files
    MDT Settings
    The MDT boot image (for example) gives you extra abilities over the standard ConfigMgr boot image such as the ability to display a HTA Refer here:
    http://www.windows-noob.com/forums/index.php?/forum/98-frontends-and-web-services/
    MDT Files once created, you will find UDIWizard_Config.Xml file in which you can start User driven Installation OSD using UDI designer.
    Refer these links for better understanding:
    http://www.windows-noob.com/forums/index.php?/topic/5131-using-sccm-2012-rc-in-a-lab-part-16-integrating-mdt-2012-rc1-with-configuration-manager-2012/
    http://www.windows-noob.com/forums/index.php?/topic/5221-using-sccm-2012-rc-in-a-lab-part-17-using-mdt-2012-rc1-within-configuration-manager-2012/
    http://www.windows-noob.com/forums/index.php?/topic/5250-using-sccm-2012-rc-in-a-lab-part-18-deploying-a-udi-client-task-sequence-with-mdt-2012-rc1-integrated-in-configuration-manager-2012/
    Thanks, Prabha G
    Thanks for the quick reply. But, what about the MDT Settings Package? Also, both have a pretty big folder structure for each package. Surely it does more than just provide a couple xml and ini files? I'm not looking for anyone to spoon-feed me the information,
    but at least a pointer in the right direction for finding the reference material. It seems for SCCM/MDT integration you have to go all over the place finding scraps of information to put together. 
    Also, any info on the SCCM/MDT task sequence templates? Thanks. 

  • SCCM OSD and MDT 2012 - Task Sequence query

    Hi All
    I have single server SCCM 2012 R2 server with MDT 2013 successfully integrated. I'm looking to create a 'Sysprep and Capture' type Task Sequence within SCCM, so that this can be done via PXE rather than SCCM's more manual 'Capture Media' method.  Just
    wondering if anyone has thoughts on this, experience, pointers etc?
    Couple of options that look possible are:
    MDT Toolkit Package - include in SCCM based Task Sequence.  Would it then be fairly easy to mimic ts steps detailed in MDT's existing 'Sysprep and Capture' TS, but within SCCM?
    SCCM TS Steps - I've seen there are a number of TS Steps that look like they may enable OS Capture, but if so, bit confused there isn't more documented \ blogged on this kind of TS, would have thought this was a common requirement for a
    SCCM TS? (TS Steps of interest within SCCM: 'Prepare Windows for Capture' and 'Capture Operating System Image')
    Any assistance much appreciated!
    Kind Regards
    Andrew

    There is a bit of debate about the best way to capture reference images.  Check out this good blog that reviews the options:
    http://www.deploymentresearch.com/Research/tabid/62/EntryId/163/The-battle-begins-Building-the-perfect-reference-image-for-ConfigMgr-2012.aspx
    Having said that, you can certainly create a capture task sequence in SCCM.  If you choose to create a new task sequence,you should see a build and capture option.  Simply create a build and capture task sequence and then remove the build steps. 
    You will be left with:
    I've used this method in certain cases.
    Or as you said, if you are integrated with MDT, you can create an MDT task sequence to do the capture or add MDT steps as needed.
    Hopefully that helps!
    Jeff

  • 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

  • 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

  • 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.

  • 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.

  • Manual formatted for C: and D: drive Via SCCM 2012 task sequence

    Dear All
    i have a problem with the formatting of the HDD by using SCCM 2012 , our Co. have laptops with C: &
    D: drive and we started to implement our W7 migration by using SCCM 2012 and we face the a problem which is how to keep the data of the D drive either during the deploy the new W 7 image our after we deployed the image with C and D drive .
    we create a task sequence to format the whole HDD and then make two partition .
    but our target to keep the old users data in D: drive in case of system crash .
    so can we do the format issue manually via  task sequence to can control the size of the HDD and just
    format the C: drive
    i read in internet there is a Disk partition script can be apply during the task sequence activity to control
    the formate issue.
    or to stop the formatte issue for D: drive via SCCM.

    Dear  EminM
    thanks
    for your replay 
    you are right i mean the laptop has C and D partition 
    we make a TS which was  configure to crate two partition 
    After we complete our Task sequence we face problem that TS format the two partition and that mean  we will loss the data in D partition in case we need to apply this TS in the future to any laptop has system crash .
    our target to have TS just format the C partition and leave the D partition without any action to be able to save the data in the D partition without any corrupted.
    for that do you have an idea to do that TS .

  • SCCM 2012 R2 and MDT 2013 Task Sequence Bugs

    Any links that list issues with the default MDT 2013 deploy task sequence: UEFI, local administrator password, Machine OU settings, OS installation partition and computer replace scenario.

    Hi,
    If you want to file bugs or feature requests, you'll need to go to the MDT and ConfigMgr connect site:
    https://connect.microsoft.com/ConfigurationManagervnext/Feedback
    Cheers!
    If this post is helpful please click "Mark for answer", thanks! Kind regards

  • Leave Data Drive (D:) Untouched During Rebuild In ConfigMgr 2007 Task Sequence

    Windows Server 2008 R2, ConfigMgr 2007 SP2 (R2), MDT 2010 U1
    I'm looking for a way to put logic on a Task Sequence that will only format/wipe the OS partition during a rebuild i.e. leave the Data Partition (D: drive) untouched.
    The users have data which should remain on a machine (all located on D: such as .pst files, non critical local storage etc.) when rebuilding the Operating System but I can't find a built in solution to this through either native ConfigMgr TS or via MDT 2010
    U1.
    Jonathan Conway | My blog: Conway's IT Blog | Twitter:
    jonconwayuk | Linkedin:
    Jonathan Conway
    MCITP: Enterprise Administrator • MCP • MCSE 2003 • MCTS SCCM 2007, Windows 7 Config & Deploying • VCP

    there is a chance that it will keep your files in windows.old folder on the OS drive.
    I used a command line in the task sequence after the Apply OS task that will delete the Windows.old folder.
    try that:
    cmd.exe /c if exist "C:\Windows.old" rd /q /s "C:\Windows.old"
    if it helped, please mark my answer as helpful :)
    אם תשובתי סייע בפתרון לשאלה, אנא הצבע כמועיל, תודה. Best Regards, Ori Husyt - אורי הוסיט
    Thanks for the advice - I do have another question though. How will this work with a bare metal deployment. If there are no partitions set and no disks defined then the TS will fail as there is nowhere to store the TS or it's associated data.
    Does this mean that you need to have two Task Sequences (1 for rebuild, 1 for bare metal) or is there a way to combine them into one Task Sequence? I am thinking that it would be possible if I was able to add some sort of query to detarime if partitions
    existed or not so that I could either run the format/partition or not.
    Any ideas? Is this a problem that you have had yourself?
    Jonathan Conway | My blog:
    Conway's IT Blog | Twitter: jonconwayuk | Linkedin:
    Jonathan Conway
    MCITP: Enterprise Administrator • MCP • MCSE 2003 • MCTS SCCM 2007, Windows 7 Config & Deploying • VCP
    I've answered my own question here - I've created a new Group just after 'Restart in Windows PE' and added a WMI query to the Group that makes it run if there are no existing partitions on the disk:
    SELECT * FROM Win32_DiskDrive WHERE Partitions <= '0'
    Inside the group I've got:
    Clean Disk
    Partition Disk 0 - Physical
    Partition Disk 0 - Virtual
    If there are partitions already there then they are ignored and the TS continues as expected.
    Jonathan Conway | My blog: Conway's IT Blog | Twitter:
    jonconwayuk | Linkedin:
    Jonathan Conway
    MCITP: Enterprise Administrator • MCP • MCSE 2003 • MCTS SCCM 2007, Windows 7 Config & Deploying • VCP

  • 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

  • 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)

  • 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$

Maybe you are looking for