Create a prompt using MDT 2012 in SCCM 2012 OSD task sequence

Hi Experts,
I need some help with SCCM 2012 Task sequence using MDT 2012.
Here is the scenario:I want to build a task sequence  where it will propmt whether the technican want to build a new build or refresh. Based on the technicians choice the task sequence will perform specific actions.
We can create the prompt using HTA or VBScript or some otherways.
But the requiremnt for us is to Use ONLY MDT 2012, not any other ways.
Is it possible to do like the above with UDI?
Please can someone shed some light how to do will be great.
Thanks in advance,

Hi,
UDI may achieve what you want. Take a look at the blogs below.
http://blogs.technet.com/b/anilm/archive/2012/06/01/integrating-mdt-2012-rtm-with-configuration-manager-2012-rtm-part-3-creating-and-deploying-a-udi-task-sequence.aspx
http://heinrichandsccm.blogspot.com/2013/04/how-to-setup-and-configure-sccm-2012.html
Important Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
Juke Chou
TechNet Community Support

Similar Messages

  • UDI OSD Task Sequences started failing with 0x80070002 error in SCCM 2012

    This is kind of long, but here goes...
    We built a UDI task sequence in SCCM 2012 (with MDT integration) that we were testing for deployment of a couple of different Win7 images.  We customized the UDI experience thru the UDI wizard and XML file and OS deployment worked as expected
    thru the task sequence (testing on Hyper-V VMs). Recently, this UDI TS started failing with error 0x80070002  during what appears to be the "Use Toolkit Package" step.  This is after the OS image has already been laid down and after the ConfigMgr
    client has been installed/configured.  The SMSTS.log reports "Failed to open the task sequence key HKLM\Software\Microsoft\SMS\Task Sequence.  Error code 0x8007002"  Among other errors...I will post the entire log below...
    After the error during deployment, Win7 will boot normally, however, you have no network connectivity and it appears the proper network driver didn't get loaded in the OS. Combine this with the fact that the TS should have joined the machine to our domain,
    but you can't login because no network.. Im not sure if the network issue is a product of the TS failing early or the actual cause of the TS failure. 
    Anyway, I attempted to build another UDI task sequence using the same boot image and toolkit/settings packages, but am experiencing the same error during deployment.  We have a few OSD task sequences built without UDI and those all still work just fine. 
    So, I am at a loss for where the root problem lies.  Any suggestions or assistance would be greatly appreciated.
    Here is the entire SMSTS.log and BDD.log...
    https://skydrive.live.com/redir?resid=D65B1C4362892A26!110&authkey=!AKu5mOvDsXaEgvc
    Thanks
    Richie Tenhet

    your failure does appear to be network (driver or otherwise) or dns related and it cannot contact the management point FQDN just around the time where it should download and execute the
    Use Toolkit Package step...
    "Starting Task Sequence Engine . . . "
    "Non fatal error 0x80072ee7 in sending task sequence execution status message to MP"
    "Start executing an instruciton. Instruction name: Use Toolkit Package. Instruction pointer: 83"
    "unknown host (gethostbyname failed)"
    "sending with winhttp failed; 80072ee7"
    "Tried all the available http based locations. SMB based locations will be attempted now."
    "Failed to resolve the source for SMS PKGID=P0100015, hr=0x80070002"
    "Failed to run the action: Use Toolkit Package.
    The system cannot find the file specified. (Error: 80070002; Source: Windows)"
    that said, check that the package referenced above actually exists and is the correct source version on your distribution points, also verify (press F8 and check can you ping the FQDN of your management point) that you have network connectivity
    around the time of the failure.
    Step by Step Configuration Manager Guides >
    2012 Guides |
    2007 Guides | I'm on Twitter > ncbrady

  • Uninstalling SQL server 2012 in SCCM 2012

    I am facing issues while uninstalling MS SQL server 2012 throw SCCM 2012.Since it is a exe installation settings msi has been targeted to create package. There is no error in SCCM log since Uninstall.cmd completely removes the settings msi. But SQL server remains
    in the system.
    Contents of Uninstall.cmd is
    "%Programfiles%\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\setup.exe" /QUIET /ACTION=Uninstall /IACCEPTSQLSERVERLICENSETERMS /FEATURES="SQLENGINE,REPLICATION,FULLTEXT,DQ,AS,RS,DQC,BIDS,CONN,IS,BC,SDK,BOL,SSMS,ADV_SSMS,DREPLAY_CTLR,DREPLAY_CLT,SNAC_SDK"
    MsiExec /X {DA388E40-A359-4345-9184-01ED96928FB6} /qn
    MSIEXEC /x {D411E9C9-CE62-4DBF-9D92-4CB22B750ED5} /qn
    MSIEXEC /x {83F2B8F4-5CF3-4BE9-9772-9543EAE4AC5F} /qn
    MSIEXEC /x {C3F6F200-6D7B-4879-B9EE-700C0CE1FCDA} /qn
    MsiExec /X {8F3AB164-B4F3-45B1-A85A-F5E5815A44E1} /qn
    MsiExec /X {FA0A244E-F3C2-4589-B42A-3D522DE79A42} /qn
    MsiExec /X {DA1C1761-5F4F-4332-AB9D-29EDF3F8EA0A} /qn
    MSIEXEC /x {CC8B009A-98C9-497F-99AF-CEBE35D8C0CF} /qn
    MsiExec /X {9169C939-ED01-446A-BD0C-29873BAF4E48} /qn
    Msiexec /X {DA388E40-A359-4345-9184-01ED96928FB6} /qn (Settings MSI)
    its working fine with pstools. but not thro SCCM 2012.
    Any suggestions ?

    The only unique thing about running things in ConfigMgr is that it uses the local System account. Other than that, ConfigMgr simply runs what you tell it to run so if it's not meeting your expectations, then what you are telling it to run is what needs to
    be troubleshot.
    You should add logging to the msiexec commands and should review the event logs. Beyond that though, this is specific to SQL Server uninstallation and thus for support on troubleshooting SQL Server uninstallation, you should post in a SQL Server forum.
    I know that doesn't explicitly help, but the problem doesn't lie with ConfigMgr so there's not much more to say. You could try running this using a task sequence though with a single run command-line task that specifies alternate credentials to avoid running
    it as local System.
    Jason | http://blog.configmgrftw.com

  • SCCM 2012 OSD Task Sequence Fails "An error occurred while retrieving policy for this computer"

    We have SCCM 2012 R2. I amm trying to start OSD task sequence from bootable media.
    Hyper-v client gets DHCP ip and starts MDT bootable media, but could not find policy.
    From F8 I can ping SCCM/DP/MP server.
    What could be the cause?

    Yes, this DHCP client is in the same subnet as other working clients.
    smsts.log from client
    Request was successful. TSPxe
    21.03.2014 14:14:14 324 (0x0144)
    pNext != NULL, HRESULT=80004005 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,1970)
    TSPxe 21.03.2014 14:14:14
    324 (0x0144)
    reply has no message header marker TSPxe
    21.03.2014 14:14:14 324 (0x0144)
    DoRequest (sReply, true), HRESULT=80004005 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,5868)
    TSPxe 21.03.2014 14:14:14
    324 (0x0144)
    Failed to get client identity (80004005)
    TSPxe 21.03.2014 14:14:14
    324 (0x0144)
    ClientIdentity.RequestClientIdentity (), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1113)
    TSPxe 21.03.2014 14:14:14
    324 (0x0144)
    failed to request for client
    TSPxe 21.03.2014 14:14:14
    324 (0x0144)
    Exiting TSMediaWizardControl::GetPolicy. TSPxe
    21.03.2014 14:14:14 324 (0x0144)

  • Top 4 basic issues that are encountered in SCOM 2012 and SCCM 2012

    HI,
    I need to give a presentation on the basic issues that are encountered in SCOM 2012 and SCCm 2012.
    Can anyone help me out with this?
    Thanks in advance
    Rohith Kumar

    Hi,
    I am not familiar with SCCM, so I will give some issue I encounterred in SCOM:
    1. Not monitored and grey agent, here is an article for your reference:
    http://technet.microsoft.com/en-us/library/hh212723.aspx
    2. Failed to discover and install agents, this may caused by the action account or install account does not have proper permissions to install the agents. Some time maybe the discovery rule is not enabled.
    3. Failed to import Management Pack, this may caused by references MPs are not imported to the management group, or sometime the proper referenced MPs are imported, but there may be incorrect typing in the XML file which defines the management pack.
    4. Runas account and Action account fail. If you change password for action account, you may also need to change the password everywhere the account is used in SCOM. For run as account, if the account does not have enough right to run some tasks, we may
    encounter errors. You may refer to the below link which take SQL mp for example:
    http://blogs.technet.com/b/kevinholman/archive/2010/09/08/configuring-run-as-accounts-and-profiles-in-r2-a-sql-management-pack-example.aspx
    Regards,
    Yan Li
    Regards, Yan Li

  • SCCM 2012 OSD Task Sequence - force Policy and SCEP update?

    Hi,
    How can I force a policy update to update machine policy and scep definitions at the end of
    SCCM 2012 OSD Task Sequence,
    Thanks,
    Ward.

    Hi,
    I normally use this solution from Chris Nackers to deploy the latest EP definitions during OSD and deploy a custom EP policy, it works great. The policy will be downloaded when the client is registered.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • How to deploy Visual Studio 2012 with SCCM 2012

    Hi All,
    Does anyone know how can I deploy Visual Studio 2012 withc SCCM 2012(step by step).
    Best regards
    Nick

    Hi,
    It worked for me,
    http://fearthemonkey.co.uk/how-to-deploy-visual-studio-2012-using-configuration-manager-2012-and-the-application-method/
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

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

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

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

  • OSD Task Sequence fails to install SCCM client

    Hello,
    Our OSD task sequence fails to install the SCCM client with certain images.
    The TS gets to the "Setup Windows and Configuration" step, during which it downloads all the necessary SCCM client files (silverlight, C++ redistributable, client.msi....etc.). At this point computer restarts and in never loads back into the
    task sequence, instead it enters the minisetup (setup is starting services, setup is installing devices, setup is applying system settings...preparing computer for first use), after which the computer restarts and you are back at the CTR+ALT+Del screen.
    The computer has joined the domain and has run all other steps but it has failed to install SCCM client. I can also see the leftovers of an incomplete TS under c:\_SMSTaskSequence
    If we change the image specified under "Apply Operating System" step, everything works ok.
    It appears there is something wrong with this particular image. Any ideas?
    Logs show no errors. Let me know which logs you'd like me to post (and from which location)
    There is no ccm folder under c:\windows

    Hoping you are using ConfigMgr 2012 R2. If a client machine Join to Domain and doesn't proceed with other steps and not installing the CCM client, then problem seems to be with the Image.Do you have any RunOnce registry setting specified in the Image? You
    can mount the Image and check those settings.
    RunOnce Key Reference :
    https://msdn.microsoft.com/en-us/library/windows/desktop/aa376977(v=vs.85).aspx
    If the above key is present in the Image, TS Engine won't resume after the reboot.
    You need to use a new variable "SMSTSPostAction" at the end of the Task Sequence, to add your custom actions.
    The above variable is applicable in CM 2012 SP1 and R2.
    Thanks, Senthil. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. Click on "vote as Helpful" if you feel this post helpful to you. This
    can be beneficial to other community members reading the thread.

  • SCCM OSD Task sequence variables via Powershell.

    Hi,
    I am trying to come up with a genernic function to read
    SCCM 2012 OSD task sequence variables where
    I can pass a varibale name:
    Is this the correct way of doing it below?
    Thanks,
    Ward
    # fnRead_SCCM_Variable
    function fnRead_SCCM_Variable($sccm_variable)
                $tsenv = New-Object -COMObject Microsoft.SMS.TSEnvironment
                $data =  $tsenv.Value($sccm_variable)
                return $data
    $log_path = fnRead_SCCM_Variable "_SMSTSLogPath"

    That should do the trick. For a nice blog post about the usage of task sequence variables in PowerShell, see:
    http://blogs.technet.com/b/mniehaus/archive/2009/09/22/running-powershell-scripts-as-part-of-a-task-sequence.aspx
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Prompt for AD Description OSD Task Sequence

    Hello,
    I want to be prompted for AD Description while OSD Task Sequence, tried couple of scripts from different blogs but couldn't got any result. Need help from your side.
    Thanks
    REGARDS DANISH DANIE

    The setting which are described in this blog i have deployed on Test Task Sequence but that didnt work for me in that sense that its doesnt Prompt for Description while installation.
    "http://ccmexec.com/2012/01/set-computer-description-during-osd/"
    While in the second blog writer already said that "description does not filter back to AD it only remains local to the machine" So i want that description in AD.
    What i want... a script that prompt for description are changes made on AD in computer account description.
    Hope you have got my point? 
    REGARDS DANISH DANIE

  • Error while Creating Prestage Content File for Application in SCCM 2012

    Hi All,
    I am using SCCM 2012 SP1 on Win 2K8 SP R2 box. Database is SQL 2008 R2 SP1 CU6. I have trying to create Prestaged content for Applications for extracting pkgx files on DP's. I am getting the below error message for random applications(not for all applications
    but for random applications).
    Content that will be included into the prestaged content file (1):
    Citrix Receiver 13.3.0.55
    Export all dependencies: 'Yes'
    Selected distribution points: 'MPSERVER.GS.WORLD.PRESS.COM'
    Prestaged content file: 'G:\pkgxfiles\Application\Citrix Receiver 13.3.0.55.pkgx'
     Error: Distribution is currently in progress for selected packages: HM0000D9. Please wait and try again
    But if I see this application is successfully distributed to 2 of the distributions points long ago. If I reupdate the Distribution point and then again try to create prestaged content for this application then pkgx file for that application is getting
    created.
    Why this is happening and how can I resolve this?
    Thanks & Regards Uttam

    Since no one has answer this post, I recommend opening  a support case with CSS as they can work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Integrating MDT 2013 with SCCM 2012 R2

    Hello,
    I want to integrate MDT into our SCCM. Our current environment is set up separate MDT server with all the apps need to do lite touch deployment. Separate
    SCCM server that manages our computers. Here are my Questions
    I know I will be installing a fresh MDT install. Do I install MDT on the SCCM server or can I do MDT install it on its owner server and do the integration from there.
    Once I do the integration. My Application installs will need to be configured in SCCM from now on?
    Will I still be able to use the MDT database
    Thanks

    You perform the MDT integration on the primary site server(s) and/or your CAS, depending on what you have in your environment. If you are going to use ConfigMgr to install programs, you will need to create either applications or packages within ConfigMgr
    so they can be deployed during your task sequence.
    See
    https://social.technet.microsoft.com/Forums/en-US/5da16d5f-f7b9-4107-9877-6593d3bbc393/many-sccm-mdt-integration-questions?forum=configmanagerosd
    and
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/e9212499-c1d4-416f-8e6c-ef06e4cefbf2/difference-between-mdt-and-sccm-osd?forum=configmgrosd
    -Nick O.

  • Search or Report on the CVE ID using SCUP 2011 and SCCM 2012.

    I am in the process of deploying SCCM 2012 on a single server since we have a small environment, as a Primary Site Server.  The SQL databases are located on a separate SQL 2008 cluster.  I also have SCUP 2011 installed on the SCCM 2012 server.
    I am starting to use SCUP as the facilitator to publish 3rd party patches into SCCM and I would like to be able to report on the CVE number that an update has.  I know that not all updates have a CVE and that microsoft updates usually publish this in
    the MSID article.
    My question is if there is anyway to report on this CVE code from within System Center Configuration Manager?  If the data is in the xml file in SCUP and I can read it there, does that information get discarded when published to SCCM or does it remain
    with the update but hidden in the SQL DB?  If it is hidden, I'm sure we can report on it but I would like to know if anyone else is pursuing this or had any other ideas for reporting on the CVE or searching for the CVE in SCCM 2012?
    Thanks in advance.
    Jason Apt, Microsoft Certified Master | Exchange 2010
    My Blog

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    To my knowledge nothing was added to R2 that would give you the CVE. I think this can be done as a custom solution but it would take a while to do the R&D and write the solution.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • MDT 2012 U1 Blue Screen on task sequence ??

    My Customer have MDT 2012 U1, so when he start a task sequence when the task start apply operating system, after the system restart and when the computer install the system the blue screen appear. It is very strange beacause the same task sequence work on
    some other model but in this Lenove M82 (3306-G1F) and M82 (M3395-AB4) we have the same error. But on other Lenovo model the same task work very fine. Why?
    SMSTS.log
    We do not find an available volume to store the local data path TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Set a global environment variable _SMSTSNextInstructionPointer=24 TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Set a TS execution environment variable _SMSTSNextInstructionPointer=24 TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Set a global environment variable _SMSTSInstructionStackString=22 TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Set a TS execution environment variable _SMSTSInstructionStackString=22 TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Save the current environment block TSManager 2014-09-11 08:54:07 1892 (0x0764)
    pszPath[0] != L'\0', HRESULT=80070057 (c:\qfe\nts_sms_fre\sms\framework\core\ccmcore\path.cpp,58) TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Filesystem::Path::Add(sEnvPath, EnvDataFileName, sEnvPath), HRESULT=80070057 (e:\nts_sms_fre\sms\framework\tscore\environmentlib.cpp,639) TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Failed to save environment to  (80070057) TSManager 2014-09-11 08:54:07 1892 (0x0764)
    TS::Environment::SharedEnvironment.saveEnvironment(szPath), HRESULT=80070057 (e:\nts_sms_fre\sms\client\tasksequence\executionengine\executionenv.cxx,842) TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Failed to save the current environment block. This is usually caused by a problem with the program. Please check the Microsoft Knowledge Base to determine if this is a known issue or contact Microsoft Support Services for further assistance.
    Unknown error (Error: 80070057; Source: Unknown) TSManager 2014-09-11 08:54:07 1892 (0x0764)
    SaveEnvironment(), HRESULT=80070057 (e:\nts_sms_fre\sms\client\tasksequence\executionengine\executionenv.cxx,420) TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Failed to persist execution state. Error 0x(80070057) TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Failed to save execution state and environment to local hard disk TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Start executing an instruciton. Instruction name: New Computer only. Instruction pointer: 24 TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Set a global environment variable _SMSTSCurrentActionName=New Computer only TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Set a global environment variable _SMSTSNextInstructionPointer=24 TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Evaluating an AND expression TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Evaluating a variable condition expression TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Variable = DeploymentType TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Value = NEWCOMPUTER TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Operator = equals TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Expand a string: equals TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Expand a string: DeploymentType TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Expand a string: NEWCOMPUTER TSManager 2014-09-11 08:54:07 1892 (0x0764)
    The variable condition expression is evaluated to be TRUE TSManager 2014-09-11 08:54:07 1892 (0x0764)
    The AND expression is evaluated to be TRUE TSManager 2014-09-11 08:54:07 1892 (0x0764)
    The condition for the group (New Computer only) is evaluated to be true TSManager 2014-09-11 08:54:07 1892 (0x0764)
    The group (New Computer only) has been successfully started TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Sending status message . . . TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Executing in non SMS standalone mode. Ignoring send a task execution status message request TSManager 2014-09-11 08:54:07 1892 (0x0764)
    User did not specify local data drive TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Volume D:\ is not a fixed hard drive TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Volume X:\ is not a fixed hard drive TSManager 2014-09-11 08:54:07 1892 (0x0764)
    Volume Z:\ is not a fixed hard drive TSManager 2014-09-11 08:54:07 1892 (0x0764)
    BDD.log
    Property LogPath is now = X:\MININT\SMSOSD\OSDLOGS LiteTouch 2014-09-11 08:53:34 0 (0x0000)
    Microsoft Deployment Toolkit version: 6.1.2373.0 LiteTouch 2014-09-11 08:53:34 0 (0x0000)
    Property Debug is now = FALSE LiteTouch 2014-09-11 08:53:34 0 (0x0000)
    ZTIUtility!GetAllFixedDrives (Faux) LiteTouch 2014-09-11 08:53:34 0 (0x0000)
    ZTIUtility!GetAllFixedDrives =  LiteTouch 2014-09-11 08:53:34 0 (0x0000)
    No task sequence is in progress. LiteTouch 2014-09-11 08:53:34 0 (0x0000)
    New ZTIDisk :
    \\MININT-KGJQ3PL\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0" LiteTouch 2014-09-11 08:53:34 0 (0x0000)
    Found Possible OS TargetDisk:
    \\MININT-KGJQ3PL\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0" LiteTouch 2014-09-11 08:53:34 0 (0x0000)
    GetPartitions: 0 LiteTouch 2014-09-11 08:53:34 0 (0x0000)
    Did not find disk. LiteTouch 2014-09-11 08:53:34 0 (0x0000)
    Property SMSTSLocalDataDrive is now =  LiteTouch 2014-09-11 08:53:34 0 (0x0000)
    Unable to connect to BCDStore. LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    Not running within WinPE or WinRE. LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    Property DeploymentMethod is now = UNC LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    DeploymentMethod = UNC LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    Property DeployRoot is now = X:\Deploy LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    Using a local or mapped drive, no connection is required. LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    DeployRoot = X:\Deploy LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    Property DeployDrive is now = X: LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    DeployDrive = X: LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    Property PHASE is now = PREINSTALL LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    Property DeploymentType is now = NEWCOMPUTER LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    Phase = PREINSTALL LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    About to run command: wscript.exe "X:\Deploy\Scripts\ZTIGather.wsf" /inifile:Bootstrap.ini LiteTouch 2014-09-11 08:53:40 0 (0x0000)
    Property inifile is now = Bootstrap.ini ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Microsoft Deployment Toolkit version: 6.1.2373.0 ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    ------------------------- Object Initialization ------------------------- ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    ------------------------- Initialization ------------------------- ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Synchronizing the environments. ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Property DeployRoot is now = X:\Deploy ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Property DeployDrive is now = X: ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Finished synchronizing the environments. ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Property definition is now = BDD_Welcome_ENU.xml Wizard 2014-09-11 08:53:40 0 (0x0000)
    Microsoft Deployment Toolkit version: 6.1.2373.0 Wizard 2014-09-11 08:53:40 0 (0x0000)
    Getting OS info ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Property OSCurrentVersion is now = 6.1.7601 ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Property OSCurrentBuild is now = 7601 ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Property OSVersion is now = WinPE ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Property IsServerOS is now = False ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Property IsServerCoreOS is now = False ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Finished getting OS info ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Getting HAL information ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Not Wizard = Faux Wizard 2014-09-11 08:53:40 0 (0x0000)
    Property WizardComplete is now = N Wizard 2014-09-11 08:53:40 0 (0x0000)
    Property HALName is now = acpiapic ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Finished getting HAL information ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Getting network info ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Checking network adapter: [00000000] Intel(R) 82579LM Gigabit Network Connection ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    MAC address = 44:37:E6:D0:8F:EF ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    IP Address = 10.26.33.23 ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    IP Address = fe80::8d70:f039:f93f:e5e9 ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Default Gateway = 10.26.32.1 ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Property IPAddress001 is now = 10.26.33.23 ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Property IPAddress002 is now = fe80::8d70:f039:f93f:e5e9 ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Property MacAddress001 is now = 44:37:E6:D0:8F:EF ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Property DefaultGateway001 is now = 10.26.32.1 ZTIGather 2014-09-11 08:53:40 0 (0x0000)
    Finished getting network info ZTIGather 2014-09-11 08:53:41 0 (0x0000)
    Getting DP info ZTIGather 2014-09-11 08:53:41 0 (0x0000)
    Unable to determine ConfigMgr distribution point ZTIGather 2014-09-11 08:53:41 0 (0x0000)
    Finished getting DP info ZTIGather 2014-09-11 08:53:41 0 (0x0000)
    Getting WDS server info ZTIGather 2014-09-11 08:53:41 0 (0x0000)
    Unable to determine WDS server name, probably not booted from WDS. ZTIGather 2014-09-11 08:53:41 0 (0x0000)
    Finished getting WDS server info ZTIGather 2014-09-11 08:53:41 0 (0x0000)
    Property HostName is now = MININT-KGJQ3PL ZTIGather 2014-09-11 08:53:41 0 (0x0000)
    Getting asset info ZTIGather 2014-09-11 08:53:41 0 (0x0000)
    Unable to determine asset tag via WMI. ZTIGather 2014-09-11 08:53:41 0 (0x0000)
    FindFile(...\Microsoft.BDD.Utility.dll)  Result : 0 ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    RUN: regsvr32.exe /s "X:\Deploy\Tools\x86\Microsoft.BDD.Utility.dll" ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    FindFile: The file x64\Microsoft.BDD.Utility.dll could not be found in any standard locations. ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    FindFile(...\Microsoft.BDD.Utility.dll)  Result : 1 ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    RUN: regsvr32.exe /s "" ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property AssetTag is now =  ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property SerialNumber is now = MJ24PLX ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property Make is now = LENOVO ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property Model is now = 3306G1F ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property Product is now = MAHOBAY ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property UUID is now = 4C5C19C8-5CD9-11E3-8E8B-153233E31400 ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property Memory is now = 3891 ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property Architecture is now = X86 ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property ProcessorSpeed is now = 3300 ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property CapableArchitecture is now = AMD64 X64 X86 ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property IsLaptop is now = False ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property IsDesktop is now = True ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property IsServer is now = False ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property IsUEFI is now = False ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property IsOnBattery is now = False ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property SupportsX86 is now = True ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property SupportsX64 is now = True ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property SupportsSLAT is now = False ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Finished getting asset info ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Getting OS SKU info ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Unable to determine Windows SKU while in Windows PE. ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Determining the Disk and Partition Number from the Logical Drive X:\WINDOWS ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property OriginalArchitecture is now =  ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Getting virtualization info ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property IsHypervisorRunning is now = False ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property SupportsVT is now = True ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property SupportsNX is now = True ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property Supports64Bit is now = True ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property SupportsHyperVRole is now = True ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    This computer does not appear to be a virtual machine (BIOS is 'LENOVO - 14c0'). ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property IsVM is now = False ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Finished getting virtualization info ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Connection succeeded to MicrosoftVolumeEncryption ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    There are no encrypted drives ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property IsBDE is now = False ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Processing the PREINSTALL phase. ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Determining the INI file to use. ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Finished determining the INI file to use. ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Using from [Settings]: Rule Priority = DEFAULT ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    ------ Processing the [DEFAULT] section ------ ZTIGather 2014-09-11 08:53:42 0 (0x0000)
    Property DEPLOYROOT is now = \\10.26.32.40\DeploymentShare$ ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Using from [DEFAULT]: DEPLOYROOT =
    \\10.26.32.40\DeploymentShare$ ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Property USERID is now = Administrateur ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Using from [DEFAULT]: USERID = Administrateur ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Property USERDOMAIN is now = crdiq03 ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Using from [DEFAULT]: USERDOMAIN = crdiq03 ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    <Message containing password has been suppressed> ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    <Message containing password has been suppressed> ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Property KEYBOARDLOCALEPE is now = 0c0c:00001009 ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Using from [DEFAULT]: KEYBOARDLOCALEPE = 0c0c:00001009 ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Property SKIPBDDWELCOME is now = YES ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Using from [DEFAULT]: SKIPBDDWELCOME = YES ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    ------ Done processing X:\Deploy\Scripts\Bootstrap.ini ------ ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Remapping variables. ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Property TaskSequenceID is now =  ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Property DeploymentType is now = NEWCOMPUTER ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Finished remapping variables. ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    ZTIGather processing completed successfully. ZTIGather 2014-09-11 08:53:43 0 (0x0000)
    Command completed, return code = 0 LiteTouch 2014-09-11 08:53:43 0 (0x0000)
    Property WizardComplete is now = Y Wizard 2014-09-11 08:53:44 0 (0x0000)
    About to run command: wpeutil.exe SetKeyboardLayout 0c0c:00001009 LiteTouch 2014-09-11 08:53:44 0 (0x0000)
    Command completed, return code = 0 LiteTouch 2014-09-11 08:53:44 0 (0x0000)
    Validating connection to \\10.26.32.40\DeploymentShare$ LiteTouch 2014-09-11 08:53:44 0 (0x0000)
    Mapped Network UNC Path Z:  =
    \\10.26.32.40\DeploymentShare$ LiteTouch 2014-09-11 08:53:44 0 (0x0000)
    Found Existing UNC Path Z:  =
    \\10.26.32.40\DeploymentShare$ LiteTouch 2014-09-11 08:53:44 0 (0x0000)
    Successfully established connection using supplied credentials. LiteTouch 2014-09-11 08:53:44 0 (0x0000)
    About to run command: wscript.exe "X:\Deploy\Scripts\ZTIGather.wsf" /nolocalonly LiteTouch 2014-09-11 08:53:44 0 (0x0000)
    Property definition is now = WelcomeWiz_Initialize.xml Wizard 2014-09-11 08:53:44 0 (0x0000)
    Microsoft Deployment Toolkit version: 6.1.2373.0 Wizard 2014-09-11 08:53:44 0 (0x0000)
    Property nolocalonly is now =  ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    Microsoft Deployment Toolkit version: 6.1.2373.0 ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    ------------------------- Object Initialization ------------------------- ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    ------------------------- Initialization ------------------------- ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    Synchronizing the environments. ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    Property DeployRoot is now = \\10.26.32.40\DeploymentShare$ ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    Property DeployDrive is now = X: ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    Finished synchronizing the environments. ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    Skipping local settings gathering because it has already been done. ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    Processing the PREINSTALL phase. ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    Determining the INI file to use. ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    Not Wizard = Faux Wizard 2014-09-11 08:53:44 0 (0x0000)
    Property WizardComplete is now = N Wizard 2014-09-11 08:53:44 0 (0x0000)
    Using DEFAULT VALUE: Ini file =
    \\10.26.32.40\DeploymentShare$\Control\CustomSettings.ini ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    Finished determining the INI file to use. ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    Added new custom property MYCUSTOMPROPERTY ZTIGather 2014-09-11 08:53:44 0 (0x0000)
    Using from [Settings]: Rule Priority = DEFAULT ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    ------ Processing the [DEFAULT] section ------ ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property EVENTSERVICE is now = http://10.26.32.40:9800 ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: EVENTSERVICE = http://10.26.32.40:9800 ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property OSINSTALL is now = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: OSINSTALL = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property JOINWORKGROUP is now = GROUPE ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: JOINWORKGROUP = GROUPE ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property TIMEZONE is now = 035 ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: TIMEZONE = 035 ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property TIMEZONENAME is now = Eastern Standard Time ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: TIMEZONENAME = Eastern Standard Time ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property KEYBOARDLOCALE is now = 0c0c:00001009 ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: KEYBOARDLOCALE = 0c0c:00001009 ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property USERLOCALE is now = fr-CA ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: USERLOCALE = fr-CA ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property UILANGUAGE is now = fr-CA ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: UILANGUAGE = fr-CA ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property SKIPCAPTURE is now = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: SKIPCAPTURE = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    <Message containing password has been suppressed> ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    <Message containing password has been suppressed> ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property SKIPAPPLICATIONS is now = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: SKIPAPPLICATIONS = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property SKIPCOMPUTERBACKUP is now = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: SKIPCOMPUTERBACKUP = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property SKIPDOMAINMEMBERSHIP is now = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: SKIPDOMAINMEMBERSHIP = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property SKIPCOMPUTERNAME is now = NO ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: SKIPCOMPUTERNAME = NO ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property SKIPDEPLOYMENTTYPE is now = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: SKIPDEPLOYMENTTYPE = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property SKIPUSERDATA is now = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: SKIPUSERDATA = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property SKIPPACKAGEDISPLAY is now = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: SKIPPACKAGEDISPLAY = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Property SKIPLOCALESELECTION is now = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000)
    Using from [DEFAULT]: SKIPLOCALESELECTION = YES ZTIGather 2014-09-11 08:53:45 0 (0x0000

    Hi,
    I agree with Damon.
    Might be the ConfigMgr Driver Injector will help you.
    This tool will allow you to capture installed drivers on your workstations and then will automatically import them in ConfigMgr 2012.
    http://gallery.technet.microsoft.com/ConfigMgr-Driver-Injector-aae7d17d
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • 2nd gen shuffle no lights when charging

    2nd gen shuffle (windows 8) - lights won't come one when charging so don't know when it's one - factory cable - YES and plugged in all of the way

  • Get file name of one folder

    Hi I want to know all file names of one folder which is on the presentation server. I dont want to use FM: TMP_GUI_DIRECTORY_LIST_FILES. because it wont work in background. Regards, Vishwa.

  • SAP REX 3.2 - Delta for Alert messages are not sent to REX

    Hi Experts, I am facing issue in Alert notification for REX 3.2 application. Basically I run report /MAC/RSFM_ALERT_GEN and i populate the mandatory fileds, the alerts are sent to SMP, but the REX application does not receive automatically the alerts

  • Insertion of Urdu Data in Oracle 8i

    Hello friends, I am working on an web-db application. I have to insert the records into Oracle 8i database in Urdu language. I am doing this using the J2EE architecture. Can someone please help me in this regard or send me a java piece of code in whi

  • Acrobat  9 standard no copy without encryption

    I just upgraded from 6 to 9. I want to prohibit copying in security but the dialog box wants to encrypt and I don't want to encrypt. I just want to disallow copying.