Task Sequence If Statement for chosen DomainOUs ?

In my CustomSettings.ini I have five different "DomainOUs" lines which prompt whoever is running the Task Sequence to select an Org Unit while they're putting in the Computer Name.
To keep things as simple as possible, I'd like a single Task Sequence that includes multiple "Install Application" packages which get installed based on which OU the machine is in. Can
I use the "Options" tab of my various "Install Application" packages with
an "If Statement" that applies it based on which "DomainOUs" was
chosen earlier?
I know I can make five separate Task Sequences for each OU and have the five different "Install Application" packages in them, but I'd like to avoid that as when I go to
update a common app, I'd have to do that in all five Task Sequences as opposed to one.

You can add an XML file with only the Language settings, that will bypass the language selection prompt.
Bear in mind that when you create the answer file with Windows System Image Manager, you have to use the same architecture (64 or 32) as the target image.
http://www.scconfigmgr.com/2014/01/30/create-an-answer-file-for-language-settings-during-osd-with-configmgr/
Please take a moment to Vote as Helpful and/or Mark as Answer where applicable. Thanks.

Similar Messages

  • Stats for inbound domains not src domains.

    Is there a way to display stats for inbound domains and not from the src domains? We filter mail for a couple different domains and I want to know which domain is getting how much email, I mean with out having to goto the trouble of setting up sawmill or something, I have 2xC350's and an M160.
    Thanks.

    The only way I've found is via a report only available on the M series called Domain-Based Executive Summary.  It allows you to specify the domains and produce reports that look just like the Overview page, but filtered by the domain or domains.  We run those reports for each of our customers so they have specifics on their domains.  I wish this was available as a live report page as well.
    Vance

  • OSD task sequence computer doesn't join domain - error NetJoinDomain failed error code is [1355]

    I am using sccm 2012R2 and trying to deploy a task sequence to Ultrabook UEFI with usb Ethernet adaptor
    I have inject network drivers in boot image and in sccm.
    Task sequence runs fine till Setup Windows and Configuration. After this step computer reboots and boots in windows with local administrator account. Doesn't join to domain
    I have tried ping domain and domain controller during Apply network Settings, I can ping fine and get an ip address as well.
    setuperr.log file shows following error:
    [Djoin.exe] Unattented Join: NetJoinDomain failed error code is [1355]
    I can image other computer using x86 bootimage fine.
    It is x64 boot image with UEFI Task sequence which is causing issues for me.
    I have tested domain join AD account and able to do domain join same machine manually.
    Need advise, not getting anywhere, already spend few days to figure out.
    RJ
    RJ09

    Ultrabook I am using have SSD if this could be part of problem.
    I also see errors in Panther\UnattendGC\setupact.log 
    [DJOIN.EXE] Unattend Join: DebugJoinOnlyOnThisError =[Null]
    [DJOIN.EXE] Unattend Join:DsGetDcName failed: 0x54b, last error 0x0, will retry in 5 seconds
    [DJOIN.EXE] Unattend Join:DsGetDcName failed: 0x54b, last error 0x0, will retry in 5 seconds
    About 20 times
    Exit, returning 0x0
    RJ09

  • Traffic stats for each domain? (parse access.log?)

    Any apps that can show me the bandwidth usage of each domain? can only get graphs from all sites, not split up via the server admin tool...
    Kind regards
    Morten

    Do you really mean a bandwidth graph of each domain? or just traffic?
    For a start, per-domain stats are usually implemented by logging each domain/site to a different log file, one per site rather than one log file for all sites.
    That's partly because the standard apache log does not include the hostname of each request, so there's no way to tell if the request for /index.html was for site1, site2 or site3.
    Now, you can tweak the log format to include the hostname, but it's non-standard. Having separate log files for each site is generally easier.
    Even then that won't tell you bandwidth utilization because the logs only include the size of each request, not the duration… in other words you cannot tell whether that 1MB file took 1 second (8mbps) or 1 minute (≈140kbps) which is what's important.
    That said, most of the common apache log analysis apps (such as awstats do a pretty good job of approximating throughput.

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

  • Second Task Sequence to collection. Will it auto-deploy?

    We have a SCCM 2007 R3 setup with a "All Windows 7 Computers" collection with two sub-collections for Desktop and Mobile computers.
    There is a Task Sequence on it with Windows 7+Office 2010, and I now want to add a second Task Sequence which installs Windows 7+Office 2013.
    Creating a seperate collection and adding a test computer to it and adding the two Task Sequences (new advertisement for each) works fine when I PXE boot. I can then select between the two Task Sequences.
    When I added the computer it showed no sign of wanting to deploy a Task Sequence using the Computer Configuration Manager, but I do wonder (read: need to be damn sure about this) what happens if I add the second Task Sequence to the collection holding all my
    other computers.
    I can't have all computers suddenly deploying the Windows 7+Office 2013 Task Sequence of course.
    Can anyone tell me if this is safe to do or will I get in trouble, loose my job, name and shame, etc?

    Is your intention o make it a mandatory advert or not? That's really the key factor. I'm assuming by your statement that its not so just make sure that you don't add a [mandatory] schedule to the advert. Also, if your intention is to only make to available
    via PXE for new computer/bare metal scenarios, set the OS requirements criteria on the properties of the TS to be only applicable to Windows Vista or Windows 2000 systems. This criteria is not evaluated during a bare metal WinPE boot but will prevent any non-PXE
    (or media) booted systems from seeing the TS.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Applications Installed through task sequence not showing up in Software Center

    In the task sequence we use for our OSD Windows 7 machine build, we have Custom-Install Application steps which install a number of of our Applications.  Each of these Applications has the "Allow this application to be installed from the Install
    Application task sequence action without being deployed" checkbox checked.  All of the Applications have the following properties set:
    Installation behavior: Install for system
    Logon requirement: Whether or not a user is logged in
    Installation program visibility: Hidden
    When a machine is built using this task sequence, all of the Applications install successfully - they show up in Control Panel\Programs and Features, and they run correctly. However, none of them show up in the Software Center. I'm not seeing anything in
    any of the logs that indicates a problem, and the Software Center remains empty even after running all the client evaluation cycle actions  
    Interestingly, if I add a couple of the newly build machines to a collection, then target deployments for the already installed Applications to that collection, after running the Machine Policy Retrieval and Evaluation Cycle the Applications immediately
    show up in Software Center as installed.
    Does anyone know if Applications installed through a task sequence do not show up in the Software Center by default, or could you give me some troubleshooting tips if this is not normal?
    Thanks for any suggestions!
    SCCM 2012 SP1, Single site, W7 clients

    Why you deploy applications through task sequences? Task sequences are built and meant to be used with OSD, not application deployment.
    To my knowledge, if you have application install step in a task sequence and you deploy that task sequence to a collection of machines, the software center on those machines only sees the task sequence itself, not the applications inside the task sequence.
    If you want your applications to be shown in the software center, change the method of deploying stuff and deploy applications as they're are meant to.

  • Running powershell at the end of a task sequence

    I have a standard task sequence (non-MDT). I've added nothing to the task sequence except to join the domain. I created a powershell package to run a simple script to install Server 2012 R2 roles and features. Here is the script
    import-module servermanager
    Install-WindowsFeature -Name  Web-Server, Web-WebServer, Web-Security, Web-ISAPI-Ext, Web-Windows-Auth, Web-Metabase, Web-WMI, Web-Scripting-Tools, rdc, BITS, NET-Framework-Features, Web-Asp-Net, Web-Asp-Net45, NET-HTTP-Activation
    The script runs fine if I run it manually in an elevated prompt.
    The program in the package has a command line of
    powershell.exe -ExecutionPolicy bypass -File FileName.PS1
    The behavior of running the package after the task sequence is:
    1. Nothing in the CCMCache folder (although the client is fully installed)
    2. In ExecMgr.log I see that the client has prepared the command line (as stated above), and tried to run the command line.  I get a return code of 0 (even though the script file hasn't been downloaded
    3. I noticed in ExecMge that the command line expands to ...\windows\system32\powershell\v1.0\powershell.exe.  I only mention this because I read that powershell 1.0 doesn't support executionPolicy -bypass
    Lastly, if I deploy the package to an already existing server, I see the script in the CCMCache, I see execMgr.log runs the command line, return code 0, nothing happens.
    Any ideas?

    Can you test your script with psexec -s to emulate running as the SYSTEM account? This may be a limitation of the SYSTEM account.
    Daniel Ratliff | http://www.PotentEngineer.com

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

  • Does 2012 OSD get around requirements to get to the MP during the task sequence?

    Currently right now I am working in an environment where we are on SCCM 2007, but will be going to 2012 next year. We are in the process of trying to make it so we can build on a secure network that cannot route to any other network. I am prepared to put
    a DP out on this same network, but the problem I am running into is that during the task sequence starting, it downloads the task sequence from the MP, not the DP as it is not associated with the package. The MP is not on the same un-routable network. We will
    need to have about 6 or so of these, so we do not want to setup 6 MP because now you are looking at not only 6 primary site licenses, but 6 SQL installs (Our environment will not let me get away with doing SQL express for support reasons) which adds up quickly.
    Below is a link to exactly what I am speaking about:
    http://blogs.technet.com/b/configurationmgr/archive/2009/04/16/configmgr-2007-primary-site-mp-is-used-for-the-task-sequence-even-when-deploying-osd-images-to-secondary-sites.aspx
    What I am wondering is if SCCM 2012 OSD was structured differently in a way that access to the MP is no longer necessary during the task sequence process (say for example the task sequence xml is replicated to DPs too)?
    Thanks. 

    My apologizes. I was meaning to say Primary, Secondary Sites. Not MPs. I brought this up to give reference to idea about the boundaries that I am going to have to use to prevent these clients from contacting DPs they they can't route to.
    The idea behind getting off the build network and onto a prod is that security requirements from my companies Infosec require that we limit the amount of traffic on production networks. The idea is that the server be built on the build network, disconnected
    and brought into prod. The whole time the MP would be the same, but the DP would switch based on the prod network they were brought into as DP will reside in these prod networks which will get flipped over by the boundary for the prod subnets. Once on the
    prod network they would be able to contact the MP. 
    I would love to do stand-alone media, this is one of the first roads I started looking down as I have done them in the past for offline builds, but I need the machine to auto assign its hostname from a external servers that will script the build. The build
    process we are trying to put into place will be started from an external website. My first thought was to have it add the machines to a collection and add a variable that would be turned into a task sequence variable during the TS and use it for the hostname
    when it attempt to apply the Windows settings. The only way I think I could get this to work would be to write a script that is executed during the task sequence that would match the MAC address of the machine and assign the hostname by calling on another
    share that is written to by the external website with the MAC and hostnames. The only problem that I cannot get around is that this build process needs to be fully automated and this is for both virtual and physical. I have no problems mounting a stand-alone
    build ISO using a script for VMWare, but the problem starts when I look at the physical and limitations of scripting for both iLo and iDRAC for performing this step. iLo can be done, but iDRAC is limited. 
    As for a reverse-proxy I will not be able to look at that. They have specific requirements against using reverse-proxies in only specific situations and this it not allowed. I got turned down on this one. This requirement is created by a federal regulation
    my company has to follow. 

  • Failed to Run Task Sequence (Error 0x80070032)

    Hello folks
    We just setup the productive SCCM environment and successfully staged many clients. But with one we have some trouble.
    I have added the Client with the Hostname and MAC address into SCCM
    Added the Client into the Collection where the Task Sequence for staging is applied
    Made a boot image on CD-ROM and booted up the client
    He can successfully connect to the SCCM Server and also get the right ask Sequence
    Bevor starting downloading the Vista OS WIM, the following Error occure:
    Failed to Run Task Sequence
    An error occured while starting the task sequence (0x80070032).
    For more information, please contact ....
    I used the Boot CD-ROM successfully on other clients without any problem.
    The same Task Sequence was working perfect on other clients
    All Clients are HP DC7800 SFF Desktops
    BIOS Settings are default by all the Clients
    Have tested the same Client on the Test SCCM Environment and got the same problem.
    Deleted the Client and re-added it into the SCCM Server
    Tried to use different network cable on different location
    Client successfully get a DHCP IP address
    We have all done so far as I have the knowledge. Any help would kindly be appreachate.
    Kind regards
    Stefan

    Hi folks
    As seen in another thread (http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2592075&SiteID=17) that the local smsts.log file located in x:\windows\temp\smstslog\ will help to analyse whats happen in the background, I have seen the following line in the Log:
    The active system partition on a MBR system must be NTFS
    and
    Failed to prepare the system partition for staging.
    The request is not supported. (Error: 80070032; Source: Windows)
    and
    Failed to stage WinPE. Code(0x80070032)
    So, I did the steps informed in the other thread to press F8 durcing the Error and used the following in the DOS Box:
    Diskpart
    Select Disk 0
    Clean
    After that steps, the Bootprocess worked perfect. It seams that the Disk was partitioned not that good, that WinPE could handle it.
    Hope this helps other for analysing.
    Cheers
    Stefan

  • Reset Task Sequence Variables cached in WinPE - Possible ?

    Hi All,
    We are currently receiving prestaged computers from vendor, the image on the disk is out of date. I have added logic to detect old prestaged images, upon detection it will download latest wim from DP and deploy. This automatically wipes the disk before applying
    the wim. 
    During the os build an error occurs when installing the sccm client, this is because in the prestaged build i specified that the SCCM Client should be cached onto the disk. Because the contents of the disk is wiped due to the latest wim being downloaded
    and applied the task sequence still looks for the cached package which has been deleted... i imagine this is due to the information being cached in a TS Variable...
    Is there any way i can remove this variable, or perhaps all variables relating to the prestaged build if an old prestaged image is detected...?
    "note: going forward i will not be caching any packages into a prestaged build"
    Many thanks.. 

    I don't work with pre-staged media much so don't know if what you want is actually stored in a variable that can be overwritten or not; however, you can overwrite the value of any (non-read only) variable at run-time by using the standard methods
    including the set task sequence variable task or a script that uses the Microsoft.sms.ysenvironment com object.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Question about Disable Step Task Sequence

    Hello guys,
    I have 2 doubt about my scenario, I hope you help me.
    Scenario1
    I want deploy SO Windows7, I have only one partition.
    If a disable step: Apply data image1 my deploy ocurred with sucess.
    But if no disable step I saw up, ocurred error 0X8004005.
    My question so: Why is
    mandatorily I
    disable this step?
    Print1 Partition Disk0
    Print2 Apply Data Image
    Thanks any idea.

    It seems the answer has been staring us in the face this whole time.
    In the above image you posted previously, you are clearly applying an image that, from the title, contains an OS despite the warning below the selection box stating that this image
    can not contain any operating system.
    The apply operating system task sequence step is for applying any WIMs involved with OS or boot partitions. The apply image step should only be used if you had data partitions that you wanted all machines to have, for instance raw storage sections with company
    specific data on it. I have never seen it used but I can imagine where it would come in handy.
    I would recommend replacing all of those steps with the appropriate task sequence step.
    I also recommend you stop using hardware specific WIMs, as it seems you are using based on the title
    WIN7HP8200... above. You should be able to go fairly hardware independent with the WIM and only apply drivers to the Task SEquence based on hardware detected.
    Dustin Estes - MCP | www.dustinestes.com

  • Creating new OSD task sequence causes PXE boot to fail

    I'm running SCCM 2012 on Server 2008 R2. Currently we have a standard task sequence we use for all of our Windows 7 deployments that is working fine. We use PXE boot to load up WinPE to select the task sequence to load and all is good.
    I've made a new task sequence to deploy custom configuration settings to a group of computers. I've duplicated much of the original task sequence, using the same boot media. After i deploy the new TS to the All Unknown Computers collection, PXE boot does
    not work anymore.
    It downloads WDSNBP, starts by DHCP referral, contacts the server. After that I just get a Pending Request ID: number says contacting server then fails. If i go back to my new TS and delete the deployment, all is good again.
    Can i create a new task sequence using an existing reference image? Has anyone seen this type of issue before? I see similar issues online, but it seems to be for people that cannot PXE boot at all. My problem is just that the new task sequence seems to
    kill PXE boot when it's deployed.

    This is from the log file, looks like it can't find the boot image. I'm using the same boot image for both of the task sequences though.
    <![LOG[Set media certificate in transport]LOG]!><time="11:35:45.257+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:9220">
    <![LOG[Set authenticator in transport]LOG]!><time="11:35:45.257+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:7592">
    <![LOG[Set authenticator in transport]LOG]!><time="11:35:45.301+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:7592">
    <![LOG[Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName="" ServerRemoteName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply>
    ]LOG]!><time="11:35:45.359+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:6204">
    <![LOG[Set media certificate in transport]LOG]!><time="11:35:45.419+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:9220">
    <![LOG[Set authenticator in transport]LOG]!><time="11:35:45.420+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:7592">
    <![LOG[Set authenticator in transport]LOG]!><time="11:35:45.455+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:7592">
    <![LOG[PXE::CBootImageManager::FindMatchingArchitectureBootImage]LOG]!><time="11:35:45.508+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1736">
    <![LOG[Getting boot action for unknown machine: item key: 2046820353]LOG]!><time="11:35:45.572+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="pxehandler.cpp:226">
    <![LOG[Set media certificate in transport]LOG]!><time="11:35:45.637+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:9220">
    <![LOG[Set authenticator in transport]LOG]!><time="11:35:45.637+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:7592">
    <![LOG[Set authenticator in transport]LOG]!><time="11:35:45.678+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:7592">
    <![LOG[Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="2046820353" ServerName="" ServerRemoteName=""><Machine><ClientID>44f40eda-b0b0-44ae-87e1-9b9464046c39</ClientID><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="COL20062" OfferIDTime="20/02/2014 11:22:00 AM" PkgID="COL00086" PackageVersion="" PackagePath="http://TECH-SVR2.county-lambton.on.ca/SMS_DP_SMSPKG$/COL00045" BootImageID="COL00045" Mandatory="0"/></ClientIDReply>
    ]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:6402">
    <![LOG[Client Identity: 9ca0acb3-06b1-4737-9db0-1e4b75336ec9]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:6428">
    <![LOG[PXE::CBootImageManager::FindMatchingArchitectureBootImage]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1736">
    <![LOG[PXE::CBootImageManager::FindBootImage: COL00045]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1652">
    <![LOG[Looking for bootImage COL00045]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1686">
    <![LOG[PXE::CBootImageCache::FindImage]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagecache.cpp:657">
    <![LOG[MAC=9C:B6:54:A3:53:19 SMBIOS GUID=70DCD781-5008-11E4-8264-8BD5B90C0061 > Could not find an available image BootImageID=COL00045]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="pxehandler.cpp:2095">
    <![LOG[PXE::CBootImageManager::FindMatchingArchitectureBootImage]LOG]!><time="11:36:05.335+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1736">
    <![LOG[PXE::CBootImageManager::FindBootImage: COL00045]LOG]!><time="11:36:05.335+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1652">
    <![LOG[Looking for bootImage COL00045]LOG]!><time="11:36:05.335+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1686">
    <![LOG[PXE::CBootImageCache::FindImage]LOG]!><time="11:36:05.335+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagecache.cpp:657">

  • Software Center showing Application Task Sequence as Operating System

    I have created a custom task sequence and it includes 2 applications.  The first one uninstalls an app using a batch file and the 2nd TS installs a new version.  The problem is that software center is showing type Operating System so when I click
    on it to install, it gives a message about installing an operating system and it may delete/format the drive. 
    Is there a setting I need to change so it sees it as an application rather than an OS?  I have other application Task Sequences that show as application rather than Operating System...
    Thanks
    Rick Ray

    That's by design. And by design Task Sequences were meant for Operating System Deployment, that's why you also get notified about "Operating System Installation" in the Software Center.
    You should use SCCM Applications with supersedence to accomplish what you are trying to do:
    Do an application for App 1 (your old app)
    Do an application for App 2 (your new app)
    Configure App2 to supersede App1 (uninstall the App1)
    Deploy App2 to your computers
    This way the App1 will be uninstalled before the App2 is installed.

Maybe you are looking for