SCCM 2012 package installation with reboot supress

Hi,
In our customer environment we manage workstations with SCCM 2012 for patching and software deployments.  However, I want to do SCCM pacakge deployment with reboot suppress and notification option as like how we do it for Patch deployment. Can some
one help me how to achieve this.
Regards,
Madhan

Hi,
Just saw that the question is for SCCM 2012, it is not the correct forum, however.
Reboot supression after applications installations i controled by the exit code the installation command returns. If it returns for instance exit code 3010 = soft reboot then the sccm client will initiate a reboot accourding to the reboot
client settings. If you cannot control the exit code, running the script through a wrapper, like a vbscript, powersehll or commandline that returns error code 0 instead is a workaround often used as well.
If you want to initiate a reboot you can do that under "after running" there you can configure that sccm should restart the client.
Regards,
Jörgen 
-- My System Center blog ccmexec.com -- Twitter
@ccmexec

Similar Messages

  • SCCM 2012 R2 Installation with Remote SQL Instance

    I am trying to install SCCM 2012 R2 and during the install it asks for your SQL Server Name.  I have a remote SQL Server which I can ping all day but the installation is telling me "The network path was not found".  I turned the firewall
    off on the SQL Server and the install proceeded to the next step so that told me it was a firewall issue.
    On my SQL Server I opened the following ports but still the install doesn't get through until I completely disable the firewall.  
    TCP and UDP 1434
    TCP and UDP 1433
    80
    443
    TCP and UDP 135
    TCP and UDP 2383
    TCP and UDP 2382
    TCP and UDP 4022
    I know this is a little excessive but its ports I've seen suggestions for to open but I'm out of ideas.  I even tried suggestions from earlier posts by Jason Sandy's to setspn and I've verified it is correct with setspn -L but still nothing.  Any
    suggestions on what ports are needed during install?  As mentioned, firewall off it works great but as soon as firewall is turned on (even with ports open above) I get no where.
    Be kind and Mark as Answer if I helped.

    Thanks for everyone' reply's.  It is using the default instance (i'm leaving the field blank as it specifies).  I have checked SQL Server Manager and ensured that under TCP/IP and the IP Address's tab that all the IP1, IP2, IP3, IPALL has nothing
    (not even a 0) in TCP Dynamic Ports and the TCP port is specified as 1433 for all those.  I even made ODBC connections that "tested successfully" to the remote sql server.  I'm just confused.
    I tried netstat and didn't get any viable results but maybe i'm missing a switch.  With firewall on or off during installation it was making established connections to ports  49320, 49321, 49322, 49323, 49254, 49278, 49302, 49220, 49223, 49224,
    49259, 49262, 49263, 49295, 49304, 49332, 49154 and so on.  Obviously I don't think these are relevant and just normal chatter between the two servers.  Its on a VM so i snapshotted the SQL and CM box before the install so I'm able to revert back
    (or even reload both boxes if necessary).  I'm going to try a few more things but any more suggestions are more than welcome.  
    Be kind and Mark as Answer if I helped.

  • SCCM 2012 Packages - Software and apply license

    HI All,
    I think I already know the answer, but I just want to check that the package options are selected correctly as I'm a newbie when it comes to packaging;
    We are trying to install Trapeze viewer (from Onstream, part of our Idox solution). The software calls for the License to be applied manually after the install (just double click the file and it applies itself, the users are able to do this). We are migrating
    our estate onto Win 7 x64 and this will have to be done on 400+ machines.
    I've created a SCCM 2012 Package with two Programs; 1 to install the software from MSI file and the 2 to run the license file in hoping that when a new user of a machine logs in the Trapeze license is applied for the first time;
    1- Software -
    General
    Name: Install Trapeze
    Command line: "TrapezeDesktop_9_05.msi"
    Run: Hidden
    After Running: No Action Required
    Environment
    Program can Run: Whether or not user is logged on
    Run Mode: Run with Admin rights
    Allow user interaction: Unchecked
    Advanced
    When program is assed to Computer: Run once for computer
    Supress Program notification: Checked
    2-License -
    General
    Name: Trapeze License
    Command line: license.tpz
    Run: Hidden
    After Running: No Action Required
    Environment
    Program can Run: Only when a user is logged on
    Run Mode: Run withUser rights
    Allow user interaction: Unchecked
    Advanced
    Run another Program First: Checked
    Package: Onstream Trapeze
    Program: Install Trapeze
    Always run this program first: Checked
    When program is assed to Computer: Run once for every user who logs on
    Supress Program notification: Checked
    Many Thanks
    Becki

    Hi Torsten,
    license.tpz applies a license to the trapeze software, manually it is just double clicked, and then the trapeze software opens stating that the license will take affect next time the software is ran.
    Is it worth me pointing it to the trapeze.exe file in the command line, such as:
    "C:\Program Files (x86)\Onstream Trapeze\trapeze.exe" REGLICENSE=\\server\share\Onstream Trapeze\license.tpz
    on my initial testing it did work to one of my test machines, but didn't re-run the license when another user logged in and came up with a license not found message.

  • SCCM 2012 Client Installation Errors & Solutions

    Hello, 
    Can we figure out all SCCM 2012 Client installation errors and solutions ? 
    Cheer's Up
    Best Regard's Krishna

    Hi,
    Error codes are easiest looked up in CMtrace, making one general list of errors and solutions is hard, in many scenarios there are different solutions to an error based on the infrastructure and differences between environments
    Error lookup in cmtrace.
    http://blogs.technet.com/b/configmgrdogs/archive/2012/06/07/trace32-exe-cmtrace-exe-hidden-features.aspx
    Here is a blog on troubleshooting client installations issues, it is for sccm 2007 but a lot of the content is still valid.
    http://blogs.technet.com/b/sudheesn/archive/2010/05/31/troubleshooting-sccm-part-i-client-push-installation.aspx
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Sccm 2012 dp installation

     in sccm 2012 dp installation , where to define drives 

    Hi Torsen 
    i am facing one issue while removing DP role from site server as it was taking default drives i wanted
    to customised them so i tried reinstalling but it is still taking same drive not the drives i have given at the time of installation. I have given now E and D drive but still its taking c drive which was previous installtion drive.

  • SCCM 2012 package deployment reboot behaviour

    Hi,
    When i deploy package from SCCM 2012 with default reboot behavior it forces reboot. I want to suppress the reboot and let user to postpone the reboot whenever they want with popup window as like available for SCCM patch deployment. Is there way to achieve
    this. Can someone please provide suggestion if already done it.
    Regards,
    Madhan

    Actually, default behavior does *not* force a reboot. To have ConfigMgr force a reboot, you must choose the option that says ConfigMgr forces a reboot. Thus, the command-line you've configured is forcing the reboot which means you need to adjust the command-line
    to suppress the reboot as that's outside of ConfigMgr's control.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • I need to upgrade the silverlight version that is deployed with the SCCM 2012 client installation

    We have SCCM 2012 SP1 installed and I need to upgrade the version of silverlight that get installed on the client deployement.
    The version that is automaticly deployed is 5.1.10411.0 and this one is not compatible with Firefox.  When you click on Application Catalog it start the browser but it fails to load because of the silverlight plug-in that is not up to date.  The
    version that is working fine is the 5.1.20913.0 and it's already installed on my SCCM site server.
    So that is why I'm looking to upgrade the silverlight that is installed with the SCCM client.
    I know that a simple workarround would be to create a package that would be deployed after the client gets installed, but why not changing the original package at the source instead of installing twice the same software the get the right version!
    Is there someone that could point me where I could upgrade this Silverlight prerequirement software version ?

    Note that I have not tested either of these and they will not be supported by Microsoft. 
    1. Copy your new version of Silverlight.exe to C:\Program Files\Microsoft Configuration Manager\Client\i386
    (you'll have to re-distribute the client package after this).
    OR
    2. You could edit the ccmsetup.xml file with an alternative location for silverlight.exe
    </Item>
     <Item FileName="i386/Silverlight.exe" FileHash="417B442E128D821119008ACEEEE6CDC2A41224377A829B6EC52BABA2724F0151">
      <Applicability Platform="ALL" OS="ALL">
       <Skip>Embedded</Skip>
      </Applicability>
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • SCCM 2012 WinPE boot with fixed IP address

    Is there an easy way of bootin a boot.wim image in SCCM 2012 and start it with a fixed IP address.
    In our server enviuronment we do not have DHCP and when I create a virtual reference image within the server environment i now need to manually enter a ip address, subnet, gateway and dns server.
    I want to automate that....but how.
    I know the prestart script is not working since that script is started AFTER the task sequence is obtained from the server.
    Ans I need to set an IP address first !! als i could now obtain the task sequence...
    any help is appreciated.

    <![LOG[LOGGING: Finalize process ID set to 720]LOG]!><time="23:23:31.580+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="tslogging.cpp:1495">
    <![LOG[==============================[ TSBootShell.exe ]==============================]LOG]!><time="23:23:31.580+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="bootshell.cpp:956">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="23:23:31.580+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="util.cpp:910">
    <![LOG[Debug shell is enabled]LOG]!><time="23:23:31.580+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="bootshell.cpp:967">
    <![LOG[Waiting for PNP initialization...]LOG]!><time="23:23:31.658+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:60">
    <![LOG[Booted from removable media]LOG]!><time="23:23:31.658+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="configpath.cpp:188">
    <![LOG[Checking for "D:\SOURCES\BOOT.WIM"]LOG]!><time="23:23:31.658+480" date="01-08-2013" component="TSBootShell" context="" type="0" thread="732" file="configpath.cpp:107">
    <![LOG[Found D:\SOURCES\BOOT.WIM]LOG]!><time="23:23:31.736+480" date="01-08-2013" component="TSBootShell" context="" type="0" thread="732" file="configpath.cpp:116">
    <![LOG[Found config path D:\]LOG]!><time="23:23:31.736+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:545">
    <![LOG[Booting from removable media, not restoring bootloaders on hard drive]LOG]!><time="23:23:31.736+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:556">
    <![LOG[Executing command line: wpeinit.exe -winpe]LOG]!><time="23:23:31.736+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:761">
    <![LOG[The command completed successfully.]LOG]!><time="23:24:47.084+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:843">
    <![LOG[Starting DNS client service.]LOG]!><time="23:24:47.084+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:589">
    <![LOG[Executing command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:D:\]LOG]!><time="23:24:47.599+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:761">
    <![LOG[The command completed successfully.]LOG]!><time="23:24:47.599+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="732" file="bootshell.cpp:843">
    <![LOG[==============================[ TSMBootStrap.exe ]==============================]LOG]!><time="23:24:47.677+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmbootstrap.cpp:966">
    <![LOG[Command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:D:\]LOG]!><time="23:24:47.677+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmbootstrap.cpp:967">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="23:24:47.677+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="util.cpp:910">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\TSRESNLC.DLL']LOG]!><time="23:24:47.677+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="resourceutils.cpp:152">
    <![LOG[Failed to open PXE registry key. Not a PXE boot.]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmbootstrap.cpp:735">
    <![LOG[Media Root = D:\]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmbootstrap.cpp:876">
    <![LOG[Executing from Media in WinPE]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmbootstrap.cpp:879">
    <![LOG[Verifying Media Layout.]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmediawizardcontrol.cpp:1538">
    <![LOG[MediaType = BootMedia]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmediawizardcontrol.cpp:2487">
    <![LOG[PasswordRequired = false]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmediawizardcontrol.cpp:2513">
    <![LOG[Found network adapter "vmxnet3 Ethernet Adapter" with IP Address 169.254.218.179.]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmbootstraputil.cpp:426">
    <![LOG[Running Wizard in Interactive mode]LOG]!><time="23:24:47.692+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmediawizardcontrol.cpp:2685">
    <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="23:24:47.708+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsremovablemedia.cpp:322">
    <![LOG[no password for vars file]LOG]!><time="23:24:47.739+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediawizardcontrol.cpp:246">
    <![LOG[Activating Welcome Page.]LOG]!><time="23:24:47.739+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediawelcomepage.cpp:131">
    <![LOG[Loading bitmap]LOG]!><time="23:24:47.739+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmbootstrap.cpp:1065">
    <![LOG[Executing command line: X:\windows\system32\cmd.exe /k]LOG]!><time="23:26:30.450+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="bootshell.cpp:761">
    <![LOG[The command completed successfully.]LOG]!><time="23:26:30.450+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="bootshell.cpp:843">
    <![LOG[Successfully launched command shell.]LOG]!><time="23:26:30.450+480" date="01-08-2013" component="TSBootShell" context="" type="1" thread="724" file="bootshell.cpp:430">
    <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="23:26:37.376+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediawelcomepage.cpp:340">
    <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="23:26:37.376+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsremovablemedia.cpp:322">
    <![LOG[no password for vars file]LOG]!><time="23:26:37.376+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediawizardcontrol.cpp:246">
    <![LOG[Spawned thread 432 to download policy.]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmediawelcomepage.cpp:405">
    <![LOG[Entering TSMediaWizardControl::GetPolicy.]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="tsmediawizardcontrol.cpp:511">
    <![LOG[Environment scope "Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}" successfully created]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="environmentscope.cpp:305">
    <![LOG[Environment scope "Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}" successfully created]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="environmentscope.cpp:305">
    <![LOG[Setting LogMaxSize to 1000000]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:539">
    <![LOG[Setting LogMaxHistory to 1]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:540">
    <![LOG[Setting LogLevel to 0]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:541">
    <![LOG[Setting LogEnabled to 1]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:542">
    <![LOG[Setting LogDebug to 1]LOG]!><time="23:26:37.392+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:543">
    <![LOG[Loading variables from the Task Sequencing Removable Media.]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:563">
    <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsremovablemedia.cpp:322">
    <![LOG[Setting SMSTSMP TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSMediaGuid TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSBootMediaPackageID TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSBootMediaSourceVersion TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSBrandingTitle TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSCertSelection TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSCertStoreName TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSDiskLabel1 TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSHTTPPort TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSHTTPSPort TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSIISSSLState TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSLaunchMode TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSMediaPFX TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSMediaSetID TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSMediaType TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSPublicRootKey TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSRootCACerts TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSSiteCode TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSSiteSigningCertificate TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSSupportUnknownMachines TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSTimezone TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSUseFirstCert TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSx64UnknownMachineGUID TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Setting _SMSTSx86UnknownMachineGUID TS environment variable]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:580">
    <![LOG[Root CA Public Certs=]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:591">
    <![LOG[Missing root CA environment variable from variables file]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:597">
    <![LOG[Custom hook from X:\\TSConfig.INI is cmd /c set_fixed_ip.cmd]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:646">
    <![LOG[Custom hook source is SMS10000]LOG]!><time="23:26:37.595+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:663">
    <![LOG[Finding package: C:\SMS\PKG\SMS10000]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="resolvesource.cpp:3067">
    <![LOG[Finding package: D:\SMS\PKG\SMS10000]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="resolvesource.cpp:3067">
    <![LOG[Finding package: X:\SMS\PKG\SMS10000]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="resolvesource.cpp:3067">
    <![LOG[FindPackageFolder found: X:\SMS\PKG\SMS10000]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="resolvesource.cpp:3100">
    <![LOG[Using path: X:\SMS\PKG\SMS10000]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:464">
    <![LOG[Successfully registered Task Sequencing COM Interface.]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="environmentlib.cpp:798">
    <![LOG[Set command line: cmd /c set_fixed_ip.cmd]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="commandline.cpp:705">
    <![LOG[Executing command line: cmd /c set_fixed_ip.cmd]LOG]!><time="23:26:38.031+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="commandline.cpp:801">
    <![LOG[Process completed with exit code 0]LOG]!><time="23:26:38.390+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="commandline.cpp:1098">
    <![LOG[Successfully unregistered Task Sequencing Environment COM Interface.]LOG]!><time="23:26:38.390+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="environmentlib.cpp:885">
    <![LOG[Authenticator from the environment is empty.]LOG]!><time="23:26:38.390+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:809">
    <![LOG[Need to create Authenticator Info using PFX]LOG]!><time="23:26:38.390+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="tsmediawizardcontrol.cpp:821">
    <![LOG[Set media certificate in transport]LOG]!><time="23:26:38.437+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="libsmsmessaging.cpp:9220">
    <![LOG[Set authenticator in transport]LOG]!><time="23:26:38.437+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="libsmsmessaging.cpp:7592">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: server.domain.net:80 GET /SMS_MP/.sms_aut?MPKEYINFORMATION]LOG]!><time="23:26:38.437+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="libsmsmessaging.cpp:8422">
    <![LOG[Error. Received 0x80072ee7 from WinHttpSendRequest.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="432" file="libsmsmessaging.cpp:8689">
    <![LOG[unknown host (gethostbyname failed)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="3" thread="432" file="libsmsmessaging.cpp:692">
    <![LOG[hr, HRESULT=80072ee7 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,8738)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="libsmsmessaging.cpp:8738">
    <![LOG[sending with winhttp failed; 80072ee7]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="3" thread="432" file="libsmsmessaging.cpp:8738">
    <![LOG[m_pHttpTransport->Send (0, 0, pServerReply, nReplySize), HRESULT=80072ee7 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,5151)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="libsmsmessaging.cpp:5151">
    <![LOG[MPKeyInformation.RequestMPKeyInformation(szTrustedRootKey), HRESULT=80072ee7 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,9229)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="libsmsmessaging.cpp:9229">
    <![LOG[Failed to get information for MP: http://server.domain.net. 80072ee7.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="3" thread="432" file="tsmbootstraputil.cpp:1429">
    <![LOG[sMP.length() > 0, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstraputil.cpp,1437)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="tsmbootstraputil.cpp:1437">
    <![LOG[TSMBootstrapUtil::SelectMP ( sSMSTSMP.c_str(), sMediaPfx.c_str(), sMediaGuid.c_str(), sAuthenticator.c_str(), sEnterpriseCert.c_str(), sServerCerts.c_str(), nHttpPort, nHttpsPort, bUseCRL, sSiteCode, sAssignedSiteCode, sMP, sCertificates, sX86UnknownMachineGUID, sX64UnknownMachineGUID), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,871)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="tsmediawizardcontrol.cpp:871">
    <![LOG[Exiting TSMediaWizardControl::GetPolicy.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="tsmediawizardcontrol.cpp:1335">
    <![LOG[pWelcomePage->m_pTSMediaWizardControl->GetPolicy(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawelcomepage.cpp,303)]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="432" file="tsmediawelcomepage.cpp:303">
    <![LOG[Setting wizard error: An error occurred while retrieving policy for this computer (0x80004005). For more information, contact your system administrator or helpdesk operator.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediawizardcontrol.cpp:1504">
    <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediawelcomepage.cpp:340">
    <![LOG[Skipping Confirmation Page.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediaconfirmationpage.cpp:170">
    <![LOG[Skipping Task Sequence Selection Page.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediataskselectionpage.cpp:118">
    <![LOG[Skipping Variables Selection Page.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediavariablesselectionpage.cpp:155">
    <![LOG[Skipping Resolve Progress Page.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediaresolveprogresspage.cpp:96">
    <![LOG[Activating Finish Page.]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="0" thread="788" file="tsmediafinishpage.cpp:107">
    <![LOG[Loading bitmap]LOG]!><time="23:26:38.453+480" date="01-08-2013" component="TSMBootstrap" context="" type="1" thread="788" file="tsmbootstrap.cpp:1065">
    It seems to be not...when I create a bootimage and boot from it and manually configure a fixed ip address then the task sequence is found.
    When I create a bootimage with the prestart command, then the ip address is being set by the prestart command, but the task sequence is not being found :-(
    Below my smsts.log file.
    The file set_fixed_ip.cmd contains the following:
    netsh int ip set address name="Local Area Connection" static 10.163.8.96 255.255.252.0 10.163.11.254 1
    netsh int ip set dns name="Local Area Connection" static 10.104.0.1 primary
    netsh int ip add dns name="Local Area Connection" 10.104.0.3 index=2
    PS: i swapped my servername in the log with server.domain.net

  • SCCM 2012 client installation - Deploy to an AD Group

    Hi, I have been deploying Configuration Manager Client Package as an application.I would like to re-target the client to an AD Group of machines. There is a group of machines which are in the correct Boundaries, correct local settings etc but the client
    did not install through the automatic install process (When i right click and Deploy, the client installs ok - I am looking to why)
    How do i copy/edit the Configuration Manager Client Package as an application to an AD Group which i have created? I am unable to do this. Any assistance would be great.
    SCCM 2012 R2
    Windows 7
    Thanks

    To deploy a package or application in ConfigMgr to a target system, it must first have the client agent installed and running. Thus, your premise makes no sense. Until a system has a client agent on it, you can't do anything to it via ConfigMgr.
    You can however install the client agent to a system or set of systems using a variety of methods. Client push is built in and is generally the defacto choice. If you wish to push to a subset of the systems in your environment, simply create a collection
    containing those systems (using either direct membership or query based membership rules) and then right-click that collection and choose Install Client.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • SCCM 2012 client installation not happening

    Hi,
    I'm having issues while installing SCCM 2012 client on "Microsoftr Windows Serverr 2008 Standard SP-1"
    I have tried manual install and uninstall also several time. And all the revelent services are also working fine
    and I'm having below issue:
    Some tabs are missing:
    CCM Notification Agent is disabled.

    Here are the attached log files.
    This is CCMSetup.log
    <![LOG[MSI: Action 10:22:51: SmsSetLUAAccessPermissions. >Gets permission for evelation on Vista and grants each COM object permission.]LOG]!><time="10:22:51.744-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:22:51: Ngen. Calling NGEN.exe]LOG]!><time="10:22:51.760-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:12: InstallServices. Installing new services]LOG]!><time="10:23:12.445-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:13: WriteEnvironmentStrings. Updating environment strings]LOG]!><time="10:23:13.116-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:13: CcmSetServiceConfig. Sets WMI ServiceRootDir and configures CCMEXEC service.]LOG]!><time="10:23:13.116-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:13: CcmRegisterWinTaskRollback. Rolls back the changes made by CcmRegisterWinTask.]LOG]!><time="10:23:13.381-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:13: CcmRegisterWinTask. Registers tasks with Windows Task Scheduler.]LOG]!><time="10:23:13.397-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:13: CcmRollbackEvalTask. Rollback the creattion of Configuration Manager Client evaluation tasks.]LOG]!><time="10:23:13.412-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:13: CcmCreateEvalTask. Create Configuration Manager Client evaluation tasks.]LOG]!><time="10:23:13.428-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:13: SmsMigrateInventory. Migrating SMS Legacy Client inventory settings]LOG]!><time="10:23:13.631-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:13: CcmEnableAppVIntegration. Enable Configuration Manager Client integration with App-V.]LOG]!><time="10:23:13.631-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:13: CcmConfigDCOM. Configures registry key permissions for the DCOM Components passed from CcmConfigDCOMInit.]LOG]!><time="10:23:13.662-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:13: SmsShellNotify. Notifies the shell for the file-association icon changes.]LOG]!><time="10:23:13.693-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:13: SmsSetClientConfig. Applies the configuration placed by SmsSetClientConfigInit and configures client framework.]LOG]!><time="10:23:13.709-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:13: CcmInitializePolicy. Sets and initializes default policy.]LOG]!><time="10:23:13.724-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:16: CcmRegisterWFGina. Registers Write Filter Gina.]LOG]!><time="10:23:16.283-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:16: CcmRegisterWFGinaRollback. Rolls back the changes made by CcmRegisterWFGina.]LOG]!><time="10:23:16.298-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:16: CcmClearServiceSetupStamp. Clear the time stamp for blocking the ccmexec service from starting up during upgrade.]LOG]!><time="10:23:16.314-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:16: CcmRegisterProduct. If product is registered in MSI database, then product is registered with WMI.]LOG]!><time="10:23:16.329-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:16: CcmRegisterProductRollback. Calls CcmUnregisterProduct. Deletes the instance from the WMI in the Configuration Manager namespace using the ProductCode instance in the session.]LOG]!><time="10:23:16.345-120" date="07-01-2014"
    component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:16: SmsInstallPrepDrvr. Installing Software Metering PREP Driver]LOG]!><time="10:23:16.345-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:16: StartServices. Starting services]LOG]!><time="10:23:16.439-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:17: CcmStartService. Starts the ccmexec service.]LOG]!><time="10:23:17.484-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:17: SmsCleanupDesktopMigrationInfo. Deletes backed up information on the disk.]LOG]!><time="10:23:17.499-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:17: SmsClientInstallSucceeded. Sends a wmi event to indicate client installation succeeded.]LOG]!><time="10:23:17.499-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:17: InstallFinalize. ]LOG]!><time="10:23:17.515-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:17: RollbackCleanup. Removing backup files]LOG]!><time="10:23:17.655-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[MSI: Action 10:23:17: RemoveExistingProducts. Removing applications]LOG]!><time="10:23:17.687-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="msiutil.cpp:314">
    <![LOG[File C:\Windows\ccmsetup\{59A0EA77-D28C-4286-83A6-04BB57B9CDD6}\client.msi installation succeeded.]LOG]!><time="10:23:17.827-120" date="07-01-2014" component="ccmsetup" context="" type="1" thread="3556" file="msiutil.cpp:831">
    <![LOG[A Fallback Status Point has not been specified.  Message with STATEID='400' will not be sent.]LOG]!><time="10:23:17.827-120" date="07-01-2014" component="ccmsetup" context="" type="1" thread="3556" file="ccmsetup.cpp:9428">
    <![LOG[Deleted file C:\Windows\ccmsetup\ccmsetup.xml]LOG]!><time="10:23:17.827-120" date="07-01-2014" component="ccmsetup" context="" type="1" thread="3556" file="ccmsetup.cpp:9156">
    <![LOG[Task 'Configuration Manager Client Upgrade Task' does not exist]LOG]!><time="10:23:17.843-120" date="07-01-2014" component="ccmsetup" context="" type="0" thread="3556" file="wintask.cpp:571">
    <![LOG[CcmSetup is exiting with return code 0]LOG]!><time="10:23:17.843-120" date="07-01-2014" component="ccmsetup" context="" type="1" thread="3556" file="ccmsetup.cpp:10540">
    Here is Clientidmanagerstartup.log:
    <![LOG['RDV' Identity store does not support backup.]LOG]!><time="10:26:18.985-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="3336" file="ccmidstore.cpp:372">
    <![LOG[Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SMS_RemoteClient_Reassigned
     ClientID = "GUID:523B833D-AB79-4DBC-B026-F01F1549ED3F";
     DateTime = "20140701082618.985000+000";
     LastAssignedSite = "";
     MachineName = "KIEVM-XENE01";
     NewAssignedSite = "EME";
     ProcessID = 3652;
     SiteCode = "EME";
     ThreadID = 3336;
    ]LOG]!><time="10:26:19.001-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="3336" file="event.cpp:706">
    <![LOG[Read SMBIOS (encoded): 56004D0077006100720065002D00340032002000320062002000300065002000610035002000300031002000310033002000360030002000300034002D0061003000200031006400200062003900200032003800200061003500200063006200200066003100200034006300]LOG]!><time="10:26:19.266-120"
    date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="2104" file="smbiosident.cpp:118">
    <![LOG[Evaluated SMBIOS (encoded): 56004D0077006100720065002D00340032002000320062002000300065002000610035002000300031002000310033002000360030002000300034002D0061003000200031006400200062003900200032003800200061003500200063006200200066003100200034006300]LOG]!><time="10:26:19.266-120"
    date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="2104" file="smbiosident.cpp:184">
    <![LOG[No SMBIOS Changed]LOG]!><time="10:26:19.266-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="2104" file="smbiosident.cpp:65">
    <![LOG[SMBIOS unchanged]LOG]!><time="10:26:19.266-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="2104" file="ccmid.cpp:671">
    <![LOG[SID unchanged]LOG]!><time="10:26:19.266-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="2104" file="ccmid.cpp:688">
    <![LOG[HWID unchanged]LOG]!><time="10:26:19.266-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="2104" file="ccmid.cpp:705">
    <![LOG[GetSystemEnclosureChassisInfo: IsFixed=FALSE, IsLaptop=FALSE]LOG]!><time="10:26:19.281-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="2104" file="ccmid.cpp:215">
    <![LOG[Windows To Go requires a minimum operating system of Windows 8]LOG]!><time="10:26:19.297-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="2104" file="util.cpp:2902">
    <![LOG[Computed HardwareID=2:235672F0CA7CA27255D20470050155D4B91872C8
     Win32_SystemEnclosure.SerialNumber=<empty>
     Win32_SystemEnclosure.SMBIOSAssetTag=<empty>
     Win32_BaseBoard.SerialNumber=None
     Win32_BIOS.SerialNumber=VMware-42 2b 0e a5 01 13 60 04-a0 1d b9 28 a5 cb f1 4c
     Win32_NetworkAdapterConfiguration.MACAddress=00:50:56:AB:6A:BB]LOG]!><time="10:26:19.297-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="2104" file="ccmid.cpp:476">
    <![LOG[Persisted hardware IDs in CCM_ClientIdentificationInformation=@:
     HardwareID1=2:235672F0CA7CA27255D20470050155D4B91872C8
     HardwareID2=B332A505010000FA]LOG]!><time="10:26:19.297-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="2104" file="ccmid.cpp:575">
    <![LOG[RenewalTask: Executing renewal task.]LOG]!><time="10:26:40.481-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="768" file="regtask.cpp:2335">
    <![LOG[Begin searching client certificates based on Certificate Issuers]LOG]!><time="10:26:40.481-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="768" file="ccmcert.cpp:3833">
    <![LOG[Completed searching client certificates based on Certificate Issuers]LOG]!><time="10:26:40.481-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="768" file="ccmcert.cpp:3992">
    <![LOG[Begin to select client certificate]LOG]!><time="10:26:40.481-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="768" file="ccmcert.cpp:4073">
    <![LOG[There are no certificates in the 'MY' store.]LOG]!><time="10:26:40.481-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="768" file="ccmcert.cpp:4131">
    <![LOG[Raising event:
    instance of CCM_ServiceHost_CertRetrieval_Status
     ClientID = "GUID:523B833D-AB79-4DBC-B026-F01F1549ED3F";
     DateTime = "20140701082640.481000+000";
     HRESULT = "0x87d00280";
     ProcessID = 3652;
     ThreadID = 768;
    ]LOG]!><time="10:26:40.481-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="768" file="event.cpp:706">
    <![LOG[Unable to find PKI Certificate matching SCCM certificate selection criteria. 0x87d00280]LOG]!><time="10:26:40.481-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="2" thread="768" file="ccmgencert.cpp:3590">
    <![LOG[RenewalTask: Certificate store/settings have changed, but target certificate has not.]LOG]!><time="10:26:40.481-120" date="07-01-2014" component="ClientIDManagerStartup" context="" type="1" thread="768" file="regtask.cpp:2365">
    And other logs are looking fine....

  • SCCM 2012 Console (SP1 with CU4)

    I am trying to package the SCCM 2012 console (with SP1) and with and without CU4.  Both packages give me the following error in the event log. 'the virtual application.....could not be started because the App-V subsystem 'Virtual FileSystem' could not
    be initialized....'
    I've re-sequenced the app, had another package create a different package too and both get the same error.

    Hello,
    See this article on howto enable more extensive debug-logs;
    http://www.tmurgent.com/TMBlog/?p=1247
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • SCCM 2012 Multiple Domains with a single SCCM instance

    Hello:
    Can SCCM 2012 be deployed to multiple untrusted domains within a single install?
    I work for a company that maintains multiple client networks all Windows Domain and non are trusted / or are even aware of the other sites.
    I would like to setup a SCCM 2012 (and also a Virtual Machine Manager for HyperV) at my office and manage all my different client sites from the single SCCM server.
    The connection would be from my office over the Internet in through their on prem firewall
    Currently we use Centra Stage and have used Kaseya in the past. I am looking to move from them and focus on SCCM to do this for me.
    Is this even possible to do with the product?
    Thanks in Advance!
    -David

    Yes, ConfigMgr can manage (un)trusted forests, but what exactly do you mean with "not aware of the other sites"? A requirement is that name resolution and a connection is possible.
    For some good scenario's see also this series:
    http://blogs.technet.com/b/neilp/archive/2012/08/20/cross-forest-support-in-system-center-2012-configuration-manager-part-1.aspx
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • SSIS 2012 package scheduling with SQL Server 2008 R2

    Hi, We have a ssis 2012 package with parameters & would like to schedule this package in SQL Server 2008 R2 agent. Is there a way to pass parameters to the ssis package from SQL Server 2008 R2 agent?
    Thanks in advance..........
    Ione

    You cant use SQL 2008 R2 to schedule it as dtexec 2008 cant execute package created using SSIS 2012. The inverse can be done though
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • SCCM 2012 Site Design with multiple agency seperation

    I have read through some of the other posts, and none quite seem to match my scenario.
    I have a new task to design a new SCCM 2012 Site. At first I thought this was going to be easy, but it seems to have become a bit of a challenge. I have been tasked with designing and implementing a site for about 45k clients that span about 25 agencies.
    all of these machines are part of a top level AD forest, but are broken into domains under that. The forest admins have to be able to mandate software/updates from the top level for all machines, but each agency will have to manage their own machines/content.
    If it wasn't for the political aspect of this project, everything would be easier.
    I originally thought about a CAS/PS scenario, but when I tested this, I found that every PS connected to the CAS shares everything between each other, and that will not work.
    So I need to be able to design a site where each agency will be able to create/manage their own content/machines that is not shared with everything else. They need to have a feeling like they are managing their own PS. And need to have a top level that can
    mandate software/updates to everything and also get a complete inventory of all machines in all agencies. Can this be done with RBA and a single site, or is there a better option for this?
    At this point there is no need to consider bandwidth because most of the systems are on the same campus network, and remote DPs and other site systems can be added and adjusted as needed. I just need to know if and how this can be done best.
    Please let me know if you need anymore information.
    Thanks in advance for any advice.

    Hi,
    Here is a good guide explaining RBA,
    http://blogs.technet.com/b/hhoy/archive/2012/03/07/role-based-administration-in-system-center-2012-configuration-manager.aspx
    and here is a good one deploying RBA:
    http://blogs.technet.com/b/jchalfant/archive/2014/02/27/using-rba-to-separate-servers-and-workstations-in-configuration-manager-2012.aspx
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • SCCM 2012 R2 coexist with SCCM 2007 - DPs issue

    Hi all,
    I have a SCCM 2012 R2 which coexists with SCCM 2007 and I'm not interested in a migration, but my question concerning the use of DPs. Is it possible for 2012 R2 clients to use a 2007 DPs, i.e. are there settings for a sort of compatibility? I've looked among
    links, but most of them are related to migration.
    Please advise,
    Domenico

    No, you can only share a distribution point during a migration between a source and destination hierarchy (see also:
    http://technet.microsoft.com/en-us/library/gg712275.aspx). Without a migration that's not possible. 
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

Maybe you are looking for