Setup Windows and ConfigMgr - OSD Step clarification

Hi,
I am trying to configure the step "Setup Windows and ConfigMgr" and trying to understand the properties in
SCCM 2012 SP1.
If I refer to the following:
About Client Installation Properties in Configuration Manager
http://technet.microsoft.com/en-us/library/gg699356.aspx
It seems there are two types of properties. Those honoured by CCMSetup command line properties and the client.msi properites.
So here are my questions:
1. Which settings does the task sequence follow? For example if I want to set the ManagementPoint do I do:
/mp:<Computer> or SMSMP=?
2. Also I would like to handle being able to deploy the cumlative update.
http://chriscrampton.blogspot.com.au/2013/10/include-cumulative-update-or-patch-in.html
If I look through this article it has the line PATCH=......
However on the page:
About Client Installation Properties in Configuration Manager
http://technet.microsoft.com/en-us/library/gg699356.aspx
it makes no mention of this command line.
So been a long day - and I might of missed something obvious :)
So any advice greatly appreciated.
Thanks,
Ward.

A couple of follow-on points here:
- First, a semantic note. Options on the command-line prefixed by a forward slash are parameters (not properties) and are used by ccmsetup.exe to download necessary files and initiate their installation. Options in all caps are Windows Installer properties
passed to client.msi when setting up the ConfigMgr client agent. Thus you can pass any property that is valid for the client.msi like PATCH as that's a universal Windows Installer property.
- As indicated in the documentation you linked to, /mp and SMSMP are two completely different options that do two completely different things. In short /mp does not set the MP: http://blog.configmgrftw.com/ccmsetup-mp-and-smsmp/. Thus choosing which to use
should fit what you are trying to do. From memory, you can't specify parameters in that task though (although I think that may have changed); however, even if you can, /mp is useless because content download and staging is already part of what the TS does.
Jason | http://blog.configmgrftw.com

Similar Messages

  • Windows 7 becoming corrupt after "Setup Windows and ConfigMgr" step

    Hey all,
    Redid my reference images and now I got an issue with several machines I tried doing bare metal OSD on. 
    The TS aborts somehow, it still thinks it's running, after Setup Windows and ConfigMgr. After that step it reboots and I'm greeted with a weird Win 7 logon screen where the font kinda looks like Windings (the font folder on the machine is almost empty, that's
    why).
    Looked at the ccmsetup log. This error is listed: http://social.technet.microsoft.com/Forums/en-US/ee4e31cd-d456-44f4-a980-6a785d393d84/ccmsetup-failed-with-error-code-0x80040154-in-ccmsetuplog?forum=configmanagerdeployment
    The log also complains about BITS, too low version to be able to install ConfigMgr. But obviously Win 7 contains BITS v 4, so I don't get what happens.
    None of the apps I install in the reference image build I'm able to start (IE 10, Office apps), Office is not even listed in Add/Remove Programs.
    I have redone the reference images two times, once in plain MDT 2013 and once in SCCM. 
    The error is inconsistent. It happens most frequently on Dell Precision T1700 machines, but not always. Sometimes there's no error when installing the ConfigMgr client and I don't get any font issues, but I still can't start Office apps or IE 10. This is driving
    me mad.
    ccmsetup.log and smsts.log files are here if anyone wants to take a look: http://1drv.ms/1ETazJx
    Please help!

    You may have a similar issue we had. When we upgraded to R2, and updated our boot images from WinPE 4.0 to WinPE 5.0 we came across a bug with DISM. Our machines would get to the Setup Windows and ConfigMgr step and hang on a black screen/white cursor. After
    working with Microsoft for a few weeks we found using a x64 boot image resolved our issue deploying Windows 7 x64. 
    Can you try recreating your x86 boot image and if that does not work try creating x64?
    Daniel Ratliff | http://www.PotentEngineer.com
    For me, using a x64 boot image solved the problem. Why I don't know. I created a new x64 MDT boot image and task sequence and tested all newly captured wims on several different models, with different settings, and I couldn't reproduce the problem.
    Then I tested the old task sequence (basically only difference is that it uses x86 boot image) and the first deployment went fine. The next one gave me the ccmsetup/windings font error again.
    Thanks for your help! I'm also very eager to hear what Microsoft came up with during your support ticket.

  • SCCM 2012 client in capture but deploy has default step "Setup Windows and ConfigMgr"

    Hi,
    We have our SCCM 2012 client in the capture but the deploy has a single step "Setup Windows and ConfigMgr" in which there is no option to NOT install the sccm 2012 client.
    So what happens then, the client is installed a second time?
    Please advise.
    J.
    Jan Hoedt

    Hello !
    This is a mandatory step in order to configure Windows for a first use. In your case, the SCCM client will just be serialized, it's not a problem. The SCCM client has generally been prepared during the design capture.
    Hope this helps.
    Note: This posting is provided 'AS IS' with no warranties or guarantees, and confers no rights. Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable. This helps the community, keeps the forums tidy, and
    recognises useful contributions.

  • Task sequences won't run after "Setup Windows and ConfigMgr"

    In my Task Sequence for SCCM 2012 R2, no task sequences that occur after the "Setup Windows and Configuration Manager" step will run if I add to the Installation properties:
    PATCH="\\server.domain.com\D$\SMSPKGSIG\PHX00033.2\configmgr2012ac-r2-kb2905002-x64.msp"
    I believe this hotfix is necessary because I had to install on the server to fix the speed of downloading the WIM file. And I believe it says I need to append this PATH= switch to the install. 
    Is my path used incorrectly or something? Because that is the actual path to the file. 
    My task sequences will run fine if I remove it and just leave the SMSMP=server.domain.com in the install properties. 

    Your path would then be :
    PATCH="C:\_SMSTaskSequence\OSD\JJJ00033.2\configmgr2012ac-r2-kb2905002-x64.msp"
    I suggest that you plan for further patches. Create a directory with all your future hotfix in it.
    Ex: D:\SCCMHotFixes\KBNumber\x64
    Your "Patch" parameter will grow over time, when a new hotfix will be release, you'll need
    to add it after this one and so on...
    I always use the _SMSTSDataPath without any problem, you could also try this.
    PATCH=""%_SMSTSMDataPath%\OSD\JJJ00033.2\configmgr2012ac-r2-kb2905002-x64.msp"
    Benoit Lecours | Blog: System Center Dudes

  • OS WIM file downloads during Setup Windows and ConfigMgr

    Let me start by saying, this is not the same issue as this post ;-)
    http://social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/58610c01-97b9-476e-9a22-fc0e31033de5
    I decided to test the option in 2012 for "Apply Operating System" that allows you to run from DP (Windows 8 image).  The overall Task Sequence is set to download and execute so wanted to test how much time it would save to run the Apply OS
    phase from the DP.  Well it didn't save any time as the step "Setup Windows and ConfigMgr" downloaded the WIM file prior to downloading the SCCM Client install files.
    I double checked the source paths for my Client Package and my OS package and they do not contain one others code in them so unlike the post above its not a package source issue.
    Has anyone else tried using the check box for run from DP only for apply OS?  Curious if this behavior happens even without the check box and it just goes right past it and download the client files since the WIM already exists from the Apply OS phase..
    When the build completes I'll start digging through log files to see if there are any clues..
    Thoughts?
    Thanks,
    William

    So here's the snippet of the smsts.log showing the "Setup Windows and ConfigMgr" step downloading the Windows 8 WIM.  As you can see it triggers a download of the WIM file after preparing the OSDSetupWindows.exe command line? 
    Doesn't seem to make sense to me since OSDSetupWindows.exe is located in the boot image (X:\sms\bin\i386\OSDSetupWindows.exe)  so not sure why it triggers a WIM download..
    Thoughts?
    Set a global environment variable _SMSTSCurrentActionName=Setup Windows and ConfigMgr TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    Set a global environment variable _SMSTSNextInstructionPointer=114 TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    Set a local default variable SMSClientInstallProperties TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    Set a local default variable _SMSClientPackageID TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    Set a global environment variable _SMSTSLogPath=X:\WINDOWS\TEMP\SMSTSLog TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    Expand a string: OSDSetupWindows.exe TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    Expand a string:  TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    Command line for extension .exe is "%1" %* TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    Set command line: OSDSetupWindows.exe TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    Start executing the command line: OSDSetupWindows.exe TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    !--------------------------------------------------------------------------------------------! TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    Expand a string: WinPEandFullOS TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    Executing command line: OSDSetupWindows.exe TSManager 3/20/2013 9:44:00 AM 1516 (0x05EC)
    ==============================[ OSDSetupWindows.exe ]=========================== OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    Command line: "OSDSetupWindows.exe" OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    ResolveSource flags: 0x00000000 OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    SMSTSPersistContent: . The content for package P10000BB will be persisted OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    DownloadOnDemand flag is true. Attempting to download content locally for Package P10000BB.. OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    Package Flags: 0x1000080 OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    GetDirectoryListing() entered OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    Initializing HTTP transport. OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
       Setting URL =
    http://MYSCCMSERVER.mydomain.com/SMS_DP_SMSPKG$/P10000BB. OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
       Address=http://MYSCCMSERVER.mydomain.com, Scheme=http, Object=/SMS_DP_SMSPKG$/P10000BB, Port=80. OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
       Setting Authenticator. OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    Set authenticator in transport OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    WinHttp credentials set OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    CLibSMSMessageWinHttpTransport::Send: URL: MYSCCMSERVER.mydomain.com:80  PROPFIND /SMS_DP_SMSPKG$/P10000BB OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    401 - Authentication failure on request with anonymous access, retrying with context credentials. OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    Using thread token for request OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    401 - Authentication failure on request with context credentials, retrying with supplied credentials. OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    Request was succesful. OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    DAV response string is:
     <?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:"><D:response><D:href>http://MYSCCMSERVER.mydomain.com/SMS_DP_SMSPKG$/sccm?/P10000BB/</D:href><D:propstat><D:status>HTTP/1.1
    200 OK</D:status><D:prop><D:getcontenttype/><D:supportedlock/><D:getetag/><D:creationdate/><D:iscollection>1</D:iscollection><D:resourcetype><D:collection/></D:resourcetype><D:ishidden>0</D:ishidden><D:displayname>http://MYSCCMSERVER.mydomain.com/SMS_DP_SMSPKG$/sccm?/P10000BB/</D:displayname><D:getlastmodified></D:getlastmodified><D:getcontentlanguage/><D:getcontentlength>0</D:getcontentlength></D:prop></D:propstat></D:response><D:response><D:href>http://MYSCCMSERVER.mydomain.com/SMS_DP_SMSPKG$/P10000BB/sccm?/FB_Win8RTM_x64_R03.wim</D:href><D:propstat><D:status>HTTP/1.1
    200 OK</D:status><D:prop><D:getcontenttype/><D:lockdiscovery/><D:supportedlock/><D:getetag/><D:getcontentlanguage/><D:iscollection>0</D:iscollection><D:creationdate/><D:resourcetype/><D:ishidden>0</D:ishidden><D:displayname>http://MYSCCMSERVER.mydomain.com/SMS_DP_SMSPKG$/P10000BB/sccm?/FB_Win8RTM_x64_R03.wim</D:displayname><D:getlastmodified>Fri,
    08 Mar 2013 16:21:22 GMT</D:getlastmodified><D:getcontentlength>6253977862</D:getcontentlength></D:prop></D:propstat></D:response></D:multistatus> OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    List of files to be downloaded OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
      File:
    http://MYSCCMSERVER.mydomain.com:80/SMS_DP_SMSPKG$/P10000BB/sccm?/FB_Win8RTM_x64_R03.wim OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    GetDirectoryListing() successfully completed OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL' OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    401 - Authentication failure on request with anonymous access, retrying with context credentials. OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    401 - Authentication failure on request with context credentials, retrying with supplied credentials. OSDSetupWindows 3/20/2013 9:44:00 AM 1412 (0x0584)
    Downloaded file from
    http://MYSCCMSERVER.mydomain.com:80/SMS_DP_SMSPKG$/P10000BB/sccm?/FB_Win8RTM_x64_R03.wim to D:\_SMSTaskSequence\Packages\P10000BB\FB_Win8RTM_x64_R03.wim  OSDSetupWindows 3/20/2013 9:48:09 AM 1412 (0x0584)
    Download done setting progress bar to 100 OSDSetupWindows 3/20/2013 9:48:09 AM 1412 (0x0584)

  • Setup windows and ConfigMgr task sequence failing.

    Hi,
    Am trying to create a reference Windows 7 task sequence and the task sequence is failing at the 'Setup Windows and ConfigMgr' task.
    There are a lot of threads regarding this step and in particular that as the machine is in a workgroup it cannot install the SCCM client successfully. As recommended on other posts have added SMSLP= and SMSMP= into the Installation properties.
    The task sequence is still failing and am unable to make much of the logs. 
    Will post the errors if anyone can assist?.

    <![LOG[Microsoft Deployment Toolkit version: 6.1.2373.0]LOG]!><time="09:48:18.771+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="1104" file="runcommandline.cpp:34">
    <![LOG[The task sequencer log is located at X:\windows\TEMP\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.]LOG]!><time="09:48:18.771+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="1104"
    file="runcommandline.cpp:34">
    <![LOG[Unable to copy log to the network as no SLShare value was specified.]LOG]!><time="09:48:18.771+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="1104" file="runcommandline.cpp:34">
    <![LOG[No system restore needed, WMI object not present.]LOG]!><time="09:48:18.771+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="1104" file="runcommandline.cpp:34">
    <![LOG[Cleaning up default wallpaper registry keys]LOG]!><time="09:48:18.771+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="1104" file="runcommandline.cpp:34">
    <![LOG[zticopylogs processing completed successfully.]LOG]!><time="09:48:18.771+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="1104" file="runcommandline.cpp:34">
    <![LOG[Unable to create WebService class]LOG]!><time="09:48:18.771+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="1104" file="runcommandline.cpp:34">
    <![LOG[Command line returned 0]LOG]!><time="09:48:18.771+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="1104" file="runcommandline.cpp:565">
    <![LOG[Process completed with exit code 0]LOG]!><time="09:48:18.771+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="commandline.cpp:1123">
    <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="09:48:18.771+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="instruction.cxx:3012">
    <![LOG[Successfully completed the action (Copy Logs) with the exit win32 code 0]LOG]!><time="09:48:18.771+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="instruction.cxx:3038">
    <![LOG[MP server http://UK5SYSDBPR01.s3ms.com. Ports 80,443. CRL=false.]LOG]!><time="09:48:18.771+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:5300">
    <![LOG[Setting authenticator]LOG]!><time="09:48:18.787+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:5322">
    <![LOG[Set authenticator in transport]LOG]!><time="09:48:18.787+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:7751">
    <![LOG[Sending StatusMessage]LOG]!><time="09:48:18.787+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="libsmsmessaging.cpp:4025">
    <![LOG[Setting message signatures.]LOG]!><time="09:48:18.803+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:1297">
    <![LOG[Setting the authenticator.]LOG]!><time="09:48:18.803+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:1327">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: UK5SYSDBPR01.s3ms.com:80  CCM_POST /ccm_system/request]LOG]!><time="09:48:18.803+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="libsmsmessaging.cpp:8621">
    <![LOG[Request was succesful.]LOG]!><time="09:48:18.818+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:8956">
    <![LOG[Set a global environment variable _SMSTSLastActionRetCode=0]LOG]!><time="09:48:18.818+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=true]LOG]!><time="09:48:18.818+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:668">
    <![LOG[Expand a string: %_SMSTSMDataPath%\Logs]LOG]!><time="09:48:18.818+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:782">
    <![LOG[Clear local default environment]LOG]!><time="09:48:18.834+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:807">
    <![LOG[Updated security on object C:\_SMSTaskSequence.]LOG]!><time="09:48:18.896+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:1121">
    <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=140]LOG]!><time="09:48:18.896+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:668">
    <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=140]LOG]!><time="09:48:18.896+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:386">
    <![LOG[Set a global environment variable _SMSTSInstructionStackString=134]LOG]!><time="09:48:18.896+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:668">
    <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=134]LOG]!><time="09:48:18.896+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:414">
    <![LOG[Save the current environment block]LOG]!><time="09:48:18.896+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:833">
    <![LOG[Successfully save execution state and environment to local hard disk]LOG]!><time="09:48:18.943+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="engine.cxx:255">
    <![LOG[Start executing an instruction. Instruction name: Error in the task sequence. Instruction pointer: 140]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="engine.cxx:117">
    <![LOG[Set a global environment variable _SMSTSCurrentActionName=Error in the task sequence]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=140]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:668">
    <![LOG[Set a local default variable SMSTSDisableWow64Redirection]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:700">
    <![LOG[Set a local default variable _SMSTSRunCommandLineAsUser]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:700">
    <![LOG[Set a global environment variable _SMSTSLogPath=X:\windows\TEMP\SMSTSLog]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:668">
    <![LOG[Expand a string: smsswd.exe /run: cscript "%deployroot%\scripts\ztierrormsg.wsf"]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:782">
    <![LOG[Expand a string: ]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:782">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="commandline.cpp:228">
    <![LOG[Set command line: smsswd.exe /run: cscript "%deployroot%\scripts\ztierrormsg.wsf"]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="commandline.cpp:731">
    <![LOG[Start executing the command line: smsswd.exe /run: cscript "%deployroot%\scripts\ztierrormsg.wsf"]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="instruction.cxx:2930">
    <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="instruction.cxx:2959">
    <![LOG[Expand a string: WinPEandFullOS]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:782">
    <![LOG[Executing command line: smsswd.exe /run: cscript "%deployroot%\scripts\ztierrormsg.wsf"]LOG]!><time="09:48:18.959+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="commandline.cpp:827">
    <![LOG[[ smsswd.exe ]]LOG]!><time="09:48:18.974+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="main.cpp:289">
    <![LOG[PackageID = '']LOG]!><time="09:48:18.974+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="main.cpp:318">
    <![LOG[BaseVar = '', ContinueOnError='']LOG]!><time="09:48:18.974+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="main.cpp:319">
    <![LOG[ProgramName = 'cscript "C:\_SMSTaskSequence\WDPackage\scripts\ztierrormsg.wsf"']LOG]!><time="09:48:18.974+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="main.cpp:320">
    <![LOG[SwdAction = '0001']LOG]!><time="09:48:18.974+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="main.cpp:321">
    <![LOG[Set command line: Run command line]LOG]!><time="09:48:18.974+00" date="12-02-2013" component="InstallSoftware" context="" type="0" thread="2000" file="commandline.cpp:731">
    <![LOG[Working dir 'not set']LOG]!><time="09:48:18.974+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="runcommandline.cpp:542">
    <![LOG[Executing command line: Run command line]LOG]!><time="09:48:18.974+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="commandline.cpp:827">
    <![LOG[Process completed with exit code 2147500037]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="commandline.cpp:1123">
    <![LOG[Microsoft (R) Windows Script Host Version 5.8]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="runcommandline.cpp:34">
    <![LOG[Copyright (C) Microsoft Corporation. All rights reserved.]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="runcommandline.cpp:34">
    <![LOG[]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="runcommandline.cpp:34">
    <![LOG[Microsoft Deployment Toolkit version: 6.1.2373.0]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="runcommandline.cpp:34">
    <![LOG[The task sequencer log is located at X:\windows\TEMP\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000"
    file="runcommandline.cpp:34">
    <![LOG[ZTI deployment failed, Return Code = -2147467259  0x80004005]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="runcommandline.cpp:34">
    <![LOG[Unable to create WebService class]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="runcommandline.cpp:34">
    <![LOG[Command line returned 2147500037]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="InstallSoftware" context="" type="1" thread="2000" file="runcommandline.cpp:565">
    <![LOG[Process completed with exit code 2147500037]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="commandline.cpp:1123">
    <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="instruction.cxx:3012">
    <![LOG[Failed to run the action: Error in the task sequence. 
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="TSManager" context="" type="3" thread="1048" file="instruction.cxx:3103">
    <![LOG[MP server http://UK5SYSDBPR01.s3ms.com. Ports 80,443. CRL=false.]LOG]!><time="09:48:19.037+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:5300">
    <![LOG[Setting authenticator]LOG]!><time="09:48:19.052+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:5322">
    <![LOG[Set authenticator in transport]LOG]!><time="09:48:19.052+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:7751">
    <![LOG[Sending StatusMessage]LOG]!><time="09:48:19.068+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="libsmsmessaging.cpp:4025">
    <![LOG[Setting message signatures.]LOG]!><time="09:48:19.068+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:1297">
    <![LOG[Setting the authenticator.]LOG]!><time="09:48:19.068+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:1327">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: UK5SYSDBPR01.s3ms.com:80  CCM_POST /ccm_system/request]LOG]!><time="09:48:19.068+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="libsmsmessaging.cpp:8621">
    <![LOG[Request was succesful.]LOG]!><time="09:48:19.083+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:8956">
    <![LOG[Set a global environment variable _SMSTSLastActionRetCode=-2147467259]LOG]!><time="09:48:19.083+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=false]LOG]!><time="09:48:19.083+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:668">
    <![LOG[Clear local default environment]LOG]!><time="09:48:19.083+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:807">
    <![LOG[Let the parent group (Gather Logs and StateStore on Failure) decides whether to continue execution]LOG]!><time="09:48:19.083+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="instruction.cxx:3212">
    <![LOG[The execution of the group (Gather Logs and StateStore on Failure) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)]LOG]!><time="09:48:19.083+00" date="12-02-2013" component="TSManager" context="" type="3" thread="1048" file="instruction.cxx:2425">
    <![LOG[Failed to run the last action: Error in the task sequence. Execution of task sequence failed.
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="09:48:19.083+00" date="12-02-2013" component="TSManager" context="" type="3" thread="1048" file="engine.cxx:214">
    <![LOG[MP server http://UK5SYSDBPR01.s3ms.com. Ports 80,443. CRL=false.]LOG]!><time="09:48:19.099+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:5300">
    <![LOG[Setting authenticator]LOG]!><time="09:48:19.099+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:5322">
    <![LOG[Set authenticator in transport]LOG]!><time="09:48:19.099+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:7751">
    <![LOG[Sending StatusMessage]LOG]!><time="09:48:19.115+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="libsmsmessaging.cpp:4025">
    <![LOG[Setting message signatures.]LOG]!><time="09:48:19.115+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:1297">
    <![LOG[Setting the authenticator.]LOG]!><time="09:48:19.115+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:1327">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: UK5SYSDBPR01.s3ms.com:80  CCM_POST /ccm_system/request]LOG]!><time="09:48:19.115+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="libsmsmessaging.cpp:8621">
    <![LOG[Request was succesful.]LOG]!><time="09:48:19.146+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:8956">
    <![LOG[Executing command line: X:\windows\system32\cmd.exe /k]LOG]!><time="09:48:26.618+00" date="12-02-2013" component="TSBootShell" context="" type="1" thread="744" file="bootshell.cpp:857">
    <![LOG[The command completed successfully.]LOG]!><time="09:48:26.618+00" date="12-02-2013" component="TSBootShell" context="" type="1" thread="744" file="bootshell.cpp:939">
    <![LOG[Successfully launched command shell.]LOG]!><time="09:48:26.618+00" date="12-02-2013" component="TSBootShell" context="" type="1" thread="744" file="bootshell.cpp:430">
    <![LOG[Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,866)]LOG]!><time="10:03:31.818+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048"
    file="tsmanager.cpp:866">
    <![LOG[Task Sequence Engine failed! Code: enExecutionFail]LOG]!><time="10:03:31.818+00" date="12-02-2013" component="TSManager" context="" type="3" thread="1048" file="tsmanager.cpp:866">
    <![LOG[****************************************************************************]LOG]!><time="10:03:31.818+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="tsmanager.cpp:889">
    <![LOG[Task sequence execution failed with error code 80004005]LOG]!><time="10:03:31.818+00" date="12-02-2013" component="TSManager" context="" type="3" thread="1048" file="tsmanager.cpp:890">
    <![LOG[Cleaning Up.]LOG]!><time="10:03:31.818+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="tsmanager.cpp:637">
    <![LOG[Removing Authenticator]LOG]!><time="10:03:31.818+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="tsmanager.cpp:648">
    <![LOG[shKey.DeleteValue( c_szRegValue_SecurityToken ), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\ccmutillib\ccmutillib.cpp,1652)]LOG]!><time="10:03:31.818+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="ccmutillib.cpp:1652">
    <![LOG[Cleaning up task sequence folder]LOG]!><time="10:03:31.818+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:1746">
    <![LOG[Unable to delete file C:\_SMSTaskSequence\TSEnv.dat (0x80070005). Continuing.]LOG]!><time="10:03:32.692+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="ccmfile.cpp:1056">
    <![LOG[hr, HRESULT=80070091 (e:\nts_sccm_release\sms\framework\core\ccmcore\ccmfile.cpp,1218)]LOG]!><time="10:03:32.863+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="ccmfile.cpp:1218">
    <![LOG[Failed to delete directory 'C:\_SMSTaskSequence']LOG]!><time="10:03:32.863+00" date="12-02-2013" component="TSManager" context="" type="2" thread="1048" file="ccmfile.cpp:1218">
    <![LOG[(dwRet = ::SetNamedSecurityInfoW ((WCHAR*) pszObjectName, objectType, OWNER_SECURITY_INFORMATION, pOwnerSID, NULL, NULL, NULL)) == ERROR_SUCCESS, HRESULT=80070005 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,6090)]LOG]!><time="10:03:32.863+00"
    date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="utils.cpp:6090">
    <![LOG[SetNamedSecurityInfo() failed.]LOG]!><time="10:03:32.863+00" date="12-02-2013" component="TSManager" context="" type="3" thread="1048" file="utils.cpp:6090">
    <![LOG[SetObjectOwner() failed. 0x80070005.]LOG]!><time="10:03:32.863+00" date="12-02-2013" component="TSManager" context="" type="3" thread="1048" file="utils.cpp:6102">
    <![LOG[SetObjectOwner (szFName, SE_FILE_OBJECT, c_szAdministrators), HRESULT=80070005 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,6187)]LOG]!><time="10:03:32.863+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048"
    file="utils.cpp:6187">
    <![LOG[RemoveFile() failed for C:\_SMSTaskSequence\TSEnv.dat. 0x80070005.]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TSManager" context="" type="3" thread="1048" file="utils.cpp:6231">
    <![LOG[RemoveDirectoryW failed (0x80070091) for C:\_SMSTaskSequence]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TSManager" context="" type="2" thread="1048" file="utils.cpp:6315">
    <![LOG[Deleting volume ID file C:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca ...]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="resolvesource.cpp:519">
    <![LOG[DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,521)]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="resolvesource.cpp:521">
    <![LOG[Successfully unregistered Task Sequencing Environment COM Interface.]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="environmentlib.cpp:886">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="commandline.cpp:228">
    <![LOG[Set command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="commandline.cpp:731">
    <![LOG[Executing command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="commandline.cpp:827">
    <![LOG[==========[ TsProgressUI started in process 1728 ]==========]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TsProgressUI" context="" type="1" thread="948" file="winmain.cpp:330">
    <![LOG[Command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TsProgressUI" context="" type="0" thread="948" file="winmain.cpp:332">
    <![LOG[Unregistering COM classes]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TsProgressUI" context="" type="1" thread="948" file="winmain.cpp:204">
    <![LOG[Unregistering class objects]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TsProgressUI" context="" type="1" thread="948" file="winmain.cpp:495">
    <![LOG[Shutdown complete.]LOG]!><time="10:03:32.879+00" date="12-02-2013" component="TsProgressUI" context="" type="1" thread="948" file="winmain.cpp:512">
    <![LOG[Process completed with exit code 0]LOG]!><time="10:03:32.894+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="commandline.cpp:1123">
    <![LOG[Successfully unregistered TS Progress UI.]LOG]!><time="10:03:32.894+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:2320">
    <![LOG[g_TSManager.Run(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,725)]LOG]!><time="10:03:32.894+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="tsmanager.cpp:725">
    <![LOG[::RegQueryValueExW(hSubKey, szReg, NULL, NULL, NULL, &dwSize), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,261)]LOG]!><time="10:03:32.894+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048"
    file="utils.cpp:261">
    <![LOG[RegQueryValueExW failed for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram]LOG]!><time="10:03:32.894+00" date="12-02-2013" component="TSManager" context="" type="2" thread="1048" file="utils.cpp:261">
    <![LOG[GetTsRegValue() failed. 0x80070002.]LOG]!><time="10:03:32.894+00" date="12-02-2013" component="TSManager" context="" type="2" thread="1048" file="utils.cpp:279">
    <![LOG[End program: ]LOG]!><time="10:03:32.894+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="tsmanager.cpp:764">
    <![LOG[Error Task Sequence Manager failed to execute task sequence. Code 0x80004005]LOG]!><time="10:03:32.894+00" date="12-02-2013" component="TSManager" context="" type="3" thread="1048" file="tsmanager.cpp:768">
    <![LOG[Sending error status message]LOG]!><time="10:03:32.894+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="tsmanager.cpp:769">
    <![LOG[MP server http://UK5SYSDBPR01.s3ms.com. Ports 80,443. CRL=false.]LOG]!><time="10:03:32.894+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:5300">
    <![LOG[Setting authenticator]LOG]!><time="10:03:32.910+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:5322">
    <![LOG[Set authenticator in transport]LOG]!><time="10:03:32.910+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:7751">
    <![LOG[Sending StatusMessage]LOG]!><time="10:03:32.941+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="libsmsmessaging.cpp:4025">
    <![LOG[Setting message signatures.]LOG]!><time="10:03:32.941+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:1297">
    <![LOG[Setting the authenticator.]LOG]!><time="10:03:32.941+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:1327">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: UK5SYSDBPR01.s3ms.com:80  CCM_POST /ccm_system/request]LOG]!><time="10:03:32.941+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="libsmsmessaging.cpp:8621">
    <![LOG[Request was succesful.]LOG]!><time="10:03:32.988+00" date="12-02-2013" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:8956">
    <![LOG[Finalize logging request ignored from process 1044]LOG]!><time="10:03:32.988+00" date="12-02-2013" component="TSManager" context="" type="1" thread="1048" file="tslogging.cpp:1737">
    <![LOG[Process completed with exit code 2147500037]LOG]!><time="10:03:32.988+00" date="12-02-2013" component="TSMBootstrap" context="" type="1" thread="824" file="commandline.cpp:1123">
    <![LOG[Task Sequence Manager returned code 0x80004005]LOG]!><time="10:03:32.988+00" date="12-02-2013" component="TSMBootstrap" context="" type="1" thread="824" file="tsmediawizardcontrol.cpp:2136">
    <![LOG[ThreadToResolveAndExecuteTaskSequence returned code 0x00000000]LOG]!><time="10:03:33.004+00" date="12-02-2013" component="TSMBootstrap" context="" type="1" thread="988" file="tsmediaresolveprogresspage.cpp:221">
    <![LOG[ResolveProgressPage::OnWizardNext()]LOG]!><time="10:03:33.004+00" date="12-02-2013" component="TSMBootstrap" context="" type="0" thread="988" file="tsmediaresolveprogresspage.cpp:113">
    <![LOG[Activating Finish Page.]LOG]!><time="10:03:33.004+00" date="12-02-2013" component="TSMBootstrap" context="" type="0" thread="988" file="tsmediafinishpage.cpp:107">
    <![LOG[Exiting with return code 0x00000000]LOG]!><time="10:03:33.004+00" date="12-02-2013" component="TSMBootstrap" context="" type="1" thread="988" file="tsmbootstrap.cpp:1195">
    <![LOG[Execution complete.]LOG]!><time="10:03:33.019+00" date="12-02-2013" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:690">
    <![LOG[hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)]LOG]!><time="10:03:33.019+00" date="12-02-2013" component="TSBootShell" context="" type="0" thread="756" file="environmentscope.cpp:515">
    <![LOG[m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)]LOG]!><time="10:03:33.019+00" date="12-02-2013" component="TSBootShell" context="" type="0" thread="756" file="environmentlib.cpp:337">
    <![LOG[this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,549)]LOG]!><time="10:03:33.019+00" date="12-02-2013" component="TSBootShell" context="" type="0" thread="756" file="environmentlib.cpp:549">
    <![LOG[::RegQueryValueExW(hSubKey, szReg, NULL, NULL, NULL, &dwSize), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,261)]LOG]!><time="10:03:33.019+00" date="12-02-2013" component="TSBootShell" context="" type="0" thread="756"
    file="utils.cpp:261">
    <![LOG[RegQueryValueExW failed for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram]LOG]!><time="10:03:33.019+00" date="12-02-2013" component="TSBootShell" context="" type="2" thread="756" file="utils.cpp:261">
    <![LOG[GetTsRegValue() failed. 0x80070002.]LOG]!><time="10:03:33.019+00" date="12-02-2013" component="TSBootShell" context="" type="2" thread="756" file="utils.cpp:279">
    <![LOG[End program: ]LOG]!><time="10:03:33.019+00" date="12-02-2013" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:722">
    <![LOG[Finalizing logging from process 740]LOG]!><time="10:03:33.019+00" date="12-02-2013" component="TSBootShell" context="" type="1" thread="756" file="tslogging.cpp:1741">
    <![LOG[Finalizing logs to root of first available drive]LOG]!><time="10:03:33.019+00" date="12-02-2013" component="TSBootShell" context="" type="1" thread="756" file="tslogging.cpp:1583">
    <![LOG[Successfully finalized logs to C:\SMSTSLog]LOG]!><time="10:03:33.035+00" date="12-02-2013" component="TSBootShell" context="" type="1" thread="756" file="tslogging.cpp:1640">
    <![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="10:03:33.035+00" date="12-02-2013" component="TSBootShell" context="" type="0" thread="756" file="tslogging.cpp:584">

  • Setup Windows and ConfigMgr step doesnt run, shows 'in progress' indefinately

    Hi
    We have a new SCCM 2012R2 CU3 infrastructure in place and just trying to get OSD working with our existing images, on Dell OptiPlex 980/990 models. I have created a basic task sequence from the wizard and imported our images (windows 7 x64, created
    with imagex). The task sequence applies the image and drivers, but then doesn't finish the task sequence. Instead, it reboots,  runs the mini setup, reboots twice more and returns to the CTRL ALT DEL prompt. The smsts log shows no errors, and the console
    just sits there with the client stuck in 'in progress'. There are no ccmsetup logs in C:\Windows, so the setup didn't start. The files are downloaded successfully however. This is on an image that has never had the ConfigMgr client installed, but I have also
    tried capturing the image with a manual client install and deploying that. When that image starts, the task sequence also doesn't finish and the SMS Agent Host service is disabled.
    Below is a list of things I have tried:
    removing all unattend.xml files from the win7 image
    removing all 3rd party drivers from the win7 image
    adding all drivers to the boot image
    removing all drivers from the boot image
    adding all drivers to the 990 driver package
    removing all drivers from the 990 driver package
    adding just disk and network drivers to the 990 package
    adding chipset drivers to the 990 package
    deselecting migrate system time in the task sequence
    using the RTM client with the PATCH command switch for the CU3 update
    Forcing install onto C drive
    deleting boot partition from task sequence and creating single boot partition at 100% space
    entering the Win7 Pro KMS key into the task sequence
    Using the SMSMP= switch in the client installation properties with the %_SMSTSMDataPath% variable
    Using the SMSMP= switch in the client installation properties with the C:\_SMSTS folder
    removing the scripts directory from c:\windows\setup from the win7 image
    replacing apply driver package step in task sequence with auto apply, limited to 980 category, which only contains nic driver
    tried manually installing agent, capturing via task sequence and redeploying
    Nothing seems to work. Ive even tried deploying Windows 7 SP1 from the media ISO, this also has the same problem. I have used F8 and open a CMD prompt to verify the machine has an IP and can see its storage in WinPE, so I don't think it is a driver issue.
    Ive also tried multiple combinations of all drivers versus no drivers in both the boot image and driver package.
    I cant upload the log file as we restrict file sharing sites here, but I can paste in certain sections if it helps (the file is over 1MB)
    Thanks

    Im resurrecting this again, the issue seemed to be rectified on the VM capture, but has now resurfaced on a Hybrid image which is based on this image. We have 2 hybrids, the base image which is a vanilla install, customizations such as company background,
    .Net 4.5.1, Silverlight, VC++ runtimes, AV, IE10... Then the big hybrid which is based on this, which contains all LOB apps.
    So, the flow is like this, with each step being the basis for the next image/task sequence:
    Win7 x64 SP1 media install in Task Sequence - WORKS
    VM capture, with all outstanding Windows patches - WORKS
    Base Hybrid Image, .Net 4.5.1, Silverlight, VC++ runtimes, AV, IE10 - WORKS
    Fat Hybrid 1, LOB apps with Office 2003 - DOESNT WORK
    Fat Hybrid 2, LOB apps with Office 2013 - DOESNT WORK
    Ive gone through and verified all images have the latest binaries for CU3 2012 (version *.1401). Ive also tried to take off all AV (actually, I didn't even install it, is more accurate) before image capture, just in case this is stopping the TS from
    completing. This issue is happening on both virtual and physical, which leads me to suspect drivers are not the cause.
    So far, Ive come up with the possible causes:
    Driver (less likely, images seem to work/not work regardless of hardware)
    Software
    AV (did not make a difference)
    Number of activations (less likely, new fat image built from vmcapture2, rather than base image - still doesn't work)
    Customizations/background (less likely, base image has customizations/background and works)
    Im disabling the application install steps one by one in the capture TS to see if I can identify an application that is causing this. I have also looked through the list of hotfixes to see if this is a known issue or has a fix:
    http://social.technet.microsoft.com/wiki/contents/articles/9539.sccm-2012-list-of-public-microsoft-support-knowledge-base-articles.aspx
    I also have the dism and smsts logs from a broken 'fat' hybrid TS and a working base hybrid ts and will
    compare them.
    Really tricky issue.

  • OSD: setup windows and configuration manager

    Hi,
    Please advise on setup Windows and configuration manager in SCCM 2012 task sequence.
    I have SMSCachesize=8000 then space SMSMP=ourserver.domain.com then space FSP=ourserver.domain.com
    Just want to verify this is correct. Settings are not one beneith the other. I can do that but if you make the screen of task sequence bigger, settings shuffle
    Please advise.
    J.
    Jan Hoedt

    To add multiple parameters you add Space, that is how it works. For more info you can visit:
    http://technet.microsoft.com/en-us/library/hh846237.aspx#BKMK_SetupWindowsandConfigMgr
    http://technet.microsoft.com/en-us/library/048dbf2d-5132-4fc0-ad8a-d90322b6db96#BKMK_CCMSetupCommandLine
    Regards, Manohar Pusala

  • Setup Windows TS step changes boot partition from C to D

    Greetings,
      I have a build and capture task sequence. In the Winpe phase I create one single partition (no bde). During the WinPE phase, diskpart says this drive is C and I can copy stuff to the C drive no problem. Once the "Setup Windows and configmgr"
    step starts and reboots into the OS, the OS in "my computer" says its on the D drive. How can I make sure that the reboot into the OS keeps the C drive for the boot partition?
    Thanks
    David Z

    I generally set OSDPreserveDriveLetter also and it works fine however there is a lengthy support blog for times when even it doesn't work:
    http://blogs.technet.com/b/system_center_configuration_manager_operating_system_deployment_support_blog/archive/2014/04/28/how-to-ensure-that-windows-installs-on-c-during-a-system-center-2012-configuration-manager-osd-task-sequence.aspx
    Jason | http://blog.configmgrftw.com

  • Caption setup window expanded off screen-Now stuck!

    So I opened the Caption Setup Window and was playing around with the different options for including captions with my photos. I hit "OK" and later, when I went back into Caption setup, the window was huge and went way off the edge of my screen. The window is about 4 ft. long once I drag it all the way over so I can hit the "Ok" button.
    I tried a new doc, restarting indesign and restarting my computer. This seems like a cool feature, but this bug is annoying. Is there any way to reset the window, so it isn't massive?
    This is inDesign CS5.5 running Mountain Lion
    Thanks,
    Steve

    Next thing I'd try is deleting the prefs. See Replace Your Preferences
    Switching to one of the default workspaces might work, too, but I think it's unlikely. I might also try docking the panel with another, both by stacking it below another one as a "flotilla" and by adding it to a panel group. I'd do this after the prefs, though, as you risk making the other panels wider rather than reducing the width on this one.
    Time machine might also be an option.

  • I'm using Windows 7 64 bit. I downloaded iTunes for Windows and setup an account. How do I stream a TV show to my TV. I have a Belkin router. My TV has many site Icons, e.g. Netflix, hula etc. from which I can download and watch movies in my Den.

    I'm using Windows 7 64 bit. I downloaded iTunes for Windows and setup an account. How do I stream a TV show to the TV in my bedroom? I have a Belkin router. My TV has many site Icons, e.g. Netflix, hula etc. from which I can download and watch movies in my bedroom. But the iTunes icon doesn't appear?

    I'm using Windows 7 64 bit. I downloaded iTunes for Windows and setup an account. How do I stream a TV show to the TV in my bedroom? I have a Belkin router. My TV has many site Icons, e.g. Netflix, hula etc. from which I can download and watch movies in my bedroom. But the iTunes icon doesn't appear?

  • SCCM 2012 and Windows 8.1 OSD

    Dear all,
    I am planning to upgrade my current site (2012 SP1) to either SP1 CU4 or R2.  This is to support Windows 8.1 OSD
    My Question is :
    i) is it worth just upgrading to Cu4 to allow this? or would it be better to schedule the full upgrade to R2?
    from what I have read R2 is a more substantial upgrade
    thanks in advance

    I believe that it is best practice to deploy the latest version of software, unless there is a specific reason not to do so.
    You are right. The upgrade to R2 is more substantial than just applying the CU. You have to, for example, uninstall ADK 8.0 and install ADK 8.1. However you might as well do this upgrade now rather than later.
    I have described the R2 upgrade process in detail here
    http://www.gerryhampsoncm.blogspot.ie/2013/10/in-place-upgrade-sccm-2012-sp1-to-r2.html
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • While playing a video in one window, an ad starts playing in another window and steps all over my video.

    I usually have multiple windows open and if I am watching a video in one window and an advertisement starts in another window it steps on my video.

    Ignore the past comment abt the video pixelating. Sorry my mistake.

  • How do I Restore previous session when I have it setup correctly and it did not restore from last session? I have General is set to Show my windows .....

    How do I Restore previous session when I have it setup correctly and it did not restore from last session? I have General is set to Show my windows and tabs from last time and Privacy set to remember history.
    These to pages do NOT apply: https://support.mozilla.org/en-US/kb/restore-previous-session
    https://support.mozilla.org/en-US/kb/how-do-i-restore-my-tabs-last-time
    There is No option to restore previous session when I go into History. There is No Recent history in the History. It will show my history if I click on show History, but it won't restore it!

    Hi StuckAtHomeMom
    try in PRIVACY panel to set : Firefox will: Use custom settings for history and :
    Uncheck: [ ] "Always use private browsing mode"
    Uncheck: [ ] "Clear history when Firefox closes"
    check everything else and in Accept third-party cookies, set Keep until: they expire
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • I have windows and I have synced my ipad for the first time.  I am at step 6 of 6 where it downloading Safari safe browsing data.  It has been at this step for over an hour.  Is  that normal or should I stop it and start over?

    I have windows and I have synced my ipad for the first time.  I'm at step 6 of 6 Downloading Safari safe browsing data. I have been here at this step going on 2 hours.  Is this normal or is something wrong.

    Lyrics aren't supported in the Music app on iOS 5 on the iPad. These are user-to-user forums, they are not monitored by Apple (there are too many forums/threads/messages for that to happen). If you want to leave feedback for Apple then you can do so here : http://www.apple.com/feedback/ipad.html

Maybe you are looking for

  • Why did my phone freeze up during update

    why did my IPhone freeze up during current update?

  • List of pm orders getting generated on the same day.

    Dear all, my problem is large nos of pm orders are generated on the same day for a particular equipment. some information regarding this are as follows: 1) maintainance plant same for all the nos. 2) order type is ZM11----->Preventive maintainance or

  • Like is not working with substr...

    Hello, I am trying to do FOR i IN (SELECT grp.group_id                FROM ems.groups grp, ems.groups_loc gl, ems.location loc               WHERE grp.group_id = gl.group_id                 AND loc.loc_id = gl.loc_id                 AND gl.loc_id = i

  • Strang Error  plz help??

    when i started running my class as a java application it gave this error in the consult window what does this mean and how can i fix it??? Activation.main: warning: sun.rmi.activation.execPolicy system property unspecified and no ExecPermissions/Exec

  • Script not worked in Photoshop

    Hi ! My script is worked in  ExtendScript Toolkit, but doesn't worked in PS SC6 via export from Configurator 3. What is problem ? #target photoshop; var mainFolder = "~/testFolder"; var PrinterFolder = mainFolder  + '/printer'; var myFoldersArray  =[