Deploying client language pack while client push

Hi All,
How do i deploy specific  language pack with client push installation? 
Note: I already enabled site for that language and i can see language files are exists in "Client\i386\Language Pack\".
Thanks.

During the client installation the client will install the languages that are available at that moment. When the languages is available later, the client has to be reinstalled. After the installation the client will automatically switch to the OS language.
To detect the installed language, see this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CCMSetup\InstalledLangs
My Blog: http://www.petervanderwoude.nl/
Follow me on twitter: pvanderwoude
Thanks Peter for information.
Do i need to use special parameter/switch in client install properties while client push installation to install language pack?
Thanks again
Sam

Similar Messages

  • Illustrator CS4 Deployment SV_SE Language Pack

    Hello,
    I have a problem. I am deploying Illustrator using Novell desktop managment. After installation i see that one msi is making uninstall action on the end of installation. As the result i get that language pack was uninstalled and some features of Adobe do not work correct ( For example i can't  create new project).
    Here is the part of log file:
    BEGIN Payload Properties
    ARK_UninstallAliasName=Avinstallera Adobe Illustrator CS4 LangPack (sv_SE)
    AddRemoveInfoEstimatedSize=1380018
    AdobeCode={463D127C-69F3-4C6C-8434-3CB76D787BDD}
    CLE=
    EULA_LANGUAGE=en_US
    INSTALLDIR=C:\Program\Adobe
    LanguageIndependent=1
    MEDIATAG=
    OS64Bit=0
    ProductCode={8CE08C3C-8FF4-45D9-925E-4F3CE2D7FA7D}
    UpgradeCode={5508F75D-133B-4DBF-B23F-C0FDD69D9FAF}
    defaultLanguage=en_US
    driverAdobeCode={7F60FD0C-F2FF-433A-A91C-EC76152DEF05}
    eula_EPIC_EULA_ACCEPTED=1
    eula_EPIC_EULA_SELECTED=0
    installLanguage=sv_SE
    installSourcePath=C:\NALCache\REGSKANE-TREE\.Adobe Illustrator CS4 - Install.Applications.ZEN.Resources.RegSkane\install
    mediaName=Adobe Illustrator CS4
    mediaPath=C:\NALCache\REGSKANE-TREE\.Adobe Illustrator CS4 - Install.Applications.ZEN.Resources.RegSkane\install\extensions\AdobeIllustrator14sv_SELan guagePack\AdobeIllustrator14sv_SELanguagePack.msi
    mediaType=0
    mediaVolumeIndex=1
    overrideFile=0
    parentAdobeCode={7F60FD0C-F2FF-433A-A91C-EC76152DEF05}
    platform=Win32
    productName=Adobe Illustrator CS4 LangPack (sv_SE)
    serialNumber=
    sessionID=2a31ae7a5c43ff52d8577782dd34e04
    setupVersion=2.0.133.0
    END Payload Properties

    Is there a native Swedish Illustrator? Mhh. If so, perhaps setting the default language and install language accordingly might do the trick. Otherwise of course setting those to en_US should at least give you a working English install...
    Mylenium

  • Deploy Windows Language packs post build

    Hi - I have about 600 Desktops all built via SCCM 2012.  However I am getting random requests for various Windows language packs to be installed, this will just be the odd 1 here and there than need Japan for instance, another few will need German etc
    etc
    Everything I can see online focuses around installing as part of the Task Sequence but all of my machines are built, can anyone point me in the right direction for deploying post build?
    I have downloaded the 2.5gb ISO containing all of the Windows Language packs just unsure what to do with the cab files within it now.
    Thanks in advance

    Use the lpksetup.exe command.
    http://technet.microsoft.com/en-us/library/cc748922(v=ws.10).aspx
    This example shows how to install multiple.
    http://technet.microsoft.com/en-us/library/cc766010(v=ws.10).aspx
    Cheers
    Paul | sccmentor.wordpress.com

  • Deployment of Turkish Language Pack using GPO shutdown script

    Running the following command through cmd installs the desired language pack successfully on a client machine with Office 2010:
    \\server\share\Office\setup.exe /config
    \\server\share\Office\OMUI.tr-tr\config.xml
    The question now is "How can I deploy the language pack via GPO?"
    I'm using the following batch to deploy office 2010 in my environment, so far my attempts to deploy the language pack using a modified version of this batch failed...
    What would I need in this batch file to achieve language pack deployment? 
    setlocal
    REM *********************************************************************
    REM Environment customization begins here. Modify variables below.
    REM *********************************************************************
    REM Get ProductName from the Office product's core Setup.xml file, and then add "office14." as a prefix.
    set ProductName=Office14.PROPLUS
    REM Set DeployServer to a network-accessible location containing the Office source files.
    set DeployServer=\\xx\Office2010SourceFiles32bit
    REM Set ConfigFile to the configuration file to be used for deployment (required)
    set ConfigFile=\\xx\Office2010SourceFiles32bit\ProPlus.WW\config.xml
    REM Set LogLocation to a central directory to collect log files. (the user doing the install needs write access)
    set LogLocation=\\xx\Office2010LogFiles32bit
    REM *********************************************************************
    REM Deployment code begins here. Do not modify anything below this line.
    REM *********************************************************************
    IF NOT "%ProgramFiles(x86)%"=="" (goto ARP64) else (goto ARP86)
    REM Operating system is X64. Check for 32 bit Office in emulated Wow6432 uninstall key
    :ARP64
    reg query HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName%
    if NOT %errorlevel%==1 (goto End)
    REM Check for 32 and 64 bit versions of Office 2010. (Office 64bit would also appear here on a 64bit OS)
    :ARP86
    reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName%
    if %errorlevel%==1 (goto DeployOffice) else (goto End)
    REM If 1 returned, the product was not found. Run setup here.
    :DeployOffice
    start /wait \\xx\Office2010SourceFiles32bit\setup.exe /adminfile \\xx\Office2010SourceFiles32bit\updates\office2010custom32bit.msp
    echo %date% %time% Setup ended with error code %errorlevel%. >> %LogLocation%\%computername%.txt
    REM If 0 or other was returned, the product was found or another error occurred. Do nothing.
    :End
    Endlocal
    Ideally what I want to achieve at start up is to check for Office 2010, deploy Office 2010 if it's not already deployed, check for language pack, deploy language pack if it's not already deployed.
    Thanks

    To deploy Office 2010 va GPO, refer to the following video, follow the detailed steps in it to see if it works well:
    http://www.youtube.com/watch?v=dYPbFyLH66k
    Here's also a link for your reference:
    http://blogs.technet.com/b/office_resource_kit/archive/2010/01/19/deploying-office-2010-with-multiple-languages.aspx
    http://technet.microsoft.com/en-us/library/ff602181.aspx
    Hope it helps

  • How to prevent LPRemove from deleting language packs?

    Hi,
    I have a problem with Windows 8.1 MUI deployment - unused language packs are disappearing after few days (weeks maybe).
    As far as i know there is a task "LPRemove" in "scheduled tasks" but i don't know how it works.
    I found this link:
    http://technet.microsoft.com/en-us/library/hh825699.aspx#LPRemovalTimer
    and there is a note about it:
    "In Windows 8, the language pack removal runs on all Windows editions. However, any languages that are selected by users in the language preferences section of the control panel are not removed. Users can choose to run multiple languages and any language
    packs that are not used by the user are removed from the computer"
    In my enviroment I'd like to install all language packs used in company but set only one by user GPO settings. When someone from other country will logon to computer his GPO will be set and he will get his own language. But this situation may occur only once
    a year (for example). As far as understand the note language pack will be deleted earlier.
    So... Can I safely disable / remove this task from scheduled tasks? Or this is a bug or I'm do it in wrong way?
    Regards
    Michal

    Hi Michal,
    What's your edition of Windows? Windows 8 Single Language editions can only run a single language.
    If you are using non-single language edition, according to the library article "Also, any language pack that is installed by a user is not removed.", after deployment, you also need to install it by yourself with the injected language pack.
    In addition, you could disable or delete that task.
    Karen Hu
    TechNet Community Support

  • Will installing language packs impact server performance

    Will Installing a language pack has HIT on Server Performance ? 
    I have servers in Japanese. But my support team is only English Capable. 
    Can I install English Language Pack on the server ? and Set Group policy for My support team or use Loopback processing specific to each server ?
    Please advice
    Thanks in advance

    Hi,
    >>Can I install English Language Pack on the server ?
    How many servers do we have?
    We can add other language packs on our servers. We can use the following command to add a language pack to the operating system.
    Dism /online /Add-Package /PackagePath:C:\test\LangPacks\lp.cab
    Regarding how to add a language pack, the following thread
     can be referred to for more information.
    How to install a Language Pack?
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/3159069c-bc31-4c87-a52e-4c4a797d2b7a/how-to-install-a-language-pack?forum=winserver8gen
    If we want to use Group Policy to deploy the language pack, we need to get the .msi file of the package.
    >>and Set Group policy for My support team or use Loopback processing specific to each server ?
    What do you mean by this?
    If it means that we want to make users use specific language when they log onto the servers, we can try doing this by editing the following policy:
    User Configuration\Administrative Templates\Control Panel\Regional and Language Options
    Enable
    Restricts the UI languages Windows should use for the selected user and choose the language we want
    Regarding this point, the following thread can be referred to as reference.
    How to use Group Policy to define terminal users Display Language in 2008r2 terminal servers?
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/7f019a90-8e48-4bc3-a9d2-e3c531354d04/how-to-use-group-policy-to-define-terminal-users-display-language-in-2008r2-terminal-servers?forum=winserverGP
    Hope it helps.
    Best regards,
    Frank Shen

  • Client Push install, deploying slower then expected.

    I am in the process of standing up my SCCM 2012 R2 enviroment, I have a CAS, and 1 primary site(adding more later), and from the Primary site, I have several Distribution sites.  Boundaries have been detected and I have configured them into appropriate
    Boundary Groups (Only using IP based Boundaries), and I have pointed the group to the Site server for the distribution point.  These sites are only running the Site System, and Distribution Point, the only Management point is on my Primary server.  In
    the beginning I was manually kicking of the Client install base on collections, but now that I have all my DP set up.  I enabled the Client Push Installation, selecting only Workstations, the account is the same account I was using to deploy the clients
    manually, and the only Installation Properties is the SMSSiteCode.  I enable the Client Push 24 hours ago, and it has only installed on an additional 300 computers, out of about 3000 that had not yet received the client.
    I have viewed the CCM.log and I see it rolling through at a slow rate, I expected to get a large influx of clients do to the number without it.  Is this a generally slow method?  I have clients reporting, in all boundaries, except for 1, and the
    DP points are showing they have the SCCM client.  I have spot checked the IP Boundaries from SCCM with what I have in our DHCP servers in those locations, and they are correct.  I have verified, the service account can ping and has access to the
    admin share.
    Is there something I missed? 

    I concur, if you are just now installing clients agents, stop, format your drives and start over, there is no reason for having a CAS and it *will* cause you issues having one.
    As for the CCM, process, there are a lot of caveats. First you mentioned having 6,000 clients? Where is this number from? Is this the number of clients discovered by ConfigMgr?
    Next, ConfigMgr will *not* generate a CCR for clients not assigned to the site (unless it is forced to during manual client install). No, if are viewing the All Systems collection, any resource without a site code will *not* have a CCR generated for it.
    CCM, as Torsten mention, throttles itself to 10 CCRs at a time. Any CCRs that get placed in the ccrrety box get retried every hour. So, if you have 3,000 assigned resources without client agents, it will take a while for it churn through those. The next
    time full discovery runs, CCRs will again be created for any assigned resources that do not have the client agent installed.
    Jason | http://blog.configmgrftw.com
    +1
    John Marcum | http://myitforum.com/myitforumwp/author/johnmarcum/

  • How deploying client settins and doing client push relate

    Hello all,
    This is going to be kind of a silly question. I am in the process of deploying the sccm client to a group of computers and servers using client push.
     I also know I would like to create a custom client settings. I am 
    trying to figure out the mechanics of how they work together / and related.
    I know you can deploy the client settings manually but what does the client settings have to do with the installed sccm client?
    Should I deploy the sccm client and then the custom client settings?
    Phil Balderos

    It doesn't matter which you do first, because the client settings can only be applied when there is a client installed.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude
    Thanks Peter this is what I was trying to wrap my big head around.
    Phil Balderos

  • Is it necessary to install FIM language packs for FIM Client Add ins ?

    Hi All ,
    Is it necessary to install FIM language packs for FIM Client Add ins, if I want it to use in different languages for different countries.
    And also , I would like to know the order in which the Client Add In and language packs should be installed , like what should be installed first ?
    Regards,
    Anil Kumar 

    Hello,
    Yes, it's necessary to install language packs if you want to use it.
    You need to install the client and then the language packs.
    Regards,
    Sylvain

  • Client push deployment and CU / hotfix install

    I'm trying to figure out a way to do a push install of the 2012 client, CU update, and hotfixes all in one go.  I know using the ClientPatch folder method is not supported, but I'm wondering if another way would work.
    1) When you do a client push install from the console, does it use BITS?
    2) Does it directly use the files in Program Files\Microsoft Configuration Manager\Client on the site server, or the SCCM client package?
    3) Could you create a Hotfixes folder under the Client folder, put the CU / hotfixes in there, then use the PATCHES property to point to C:\Windows\ccmsetup\hotfixes\%PROCESSOR_ARCHITECHTURE%\hotfixname.msp?
    I know you can use SCUP or packages to do the updates, but it would be much easier to do it all at once.  Hence the reason why so many people still use the ClientPatch folder, I guess.  I really wish they'd make that a supported option.

    1. No, the initial push portion is a straight SMB copy to the target client. However, that only copies a bootstrapper, ccmsetup, which in turn kicks off on the client to download the rest of the necessary files. The download by ccmsetup does use BITS though.
    2. ccmsetup downloads the necessary files from the package on the proper distribution point (although it will fallback to the MP where it would be ultimately pulling from the client folder location.
    3. Yes, you could create the folder but that would not cause it to be copied to target client. The files it downloads are a fixed list.
    The most you could do is add it to the client push properties but that is problematic because the patches are architecture specific. Thus, there really is no good way to do this using client push.
    A client startup script however offers many advantages including being able to do this.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Client Push Not Working SCCM 2012

    I am new to SCCM and have a test rig SCCM 2012 for testing, problem is the client push fails every time and I am at a loss to explain why. I have tried removing and reading the DP, FSP and MP roles (Both these are on the SCCM core server) I have run IIS
    reset, removed all AD configured Boundaries and Groups in favor of IP range but I keep getting the same errors. Any advice here would be greatly appreciated... Below is this mornings logs highlighting the failure.
    <![LOG[==========[ ccmsetup started in process 5764 ]==========]LOG]!><time="11:31:48.304-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="7628" file="ccmsetup.cpp:9437">
    <![LOG[Running on platform X64]LOG]!><time="11:31:48.305-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="7628" file="util.cpp:1837">
    <![LOG[Updated security on object C:\Windows\ccmsetup\cache\.]LOG]!><time="11:31:48.305-120" date="01-12-2014" component="ccmsetup" context="" type="0" thread="7628" file="ccmsetup.cpp:9281">
    <![LOG[Launch from folder C:\Windows\ccmsetup\]LOG]!><time="11:31:48.306-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="7628" file="ccmsetup.cpp:721">
    <![LOG[CcmSetup version: 5.0.7958.1000]LOG]!><time="11:31:48.306-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="7628" file="ccmsetup.cpp:727">
    <![LOG[In ServiceMain]LOG]!><time="11:31:48.308-120" date="01-12-2014" component="ccmsetup" context="" type="0" thread="6436" file="ccmsetup.cpp:3365">
    <![LOG[Running on 'Microsoft Windows Server 2012 Standard' (6.2.9200). Service Pack (0.0). SuiteMask = 272. Product Type = 18]LOG]!><time="11:31:48.366-120" date="01-12-2014" component="ccmsetup" context="" type="1"
    thread="6436" file="util.cpp:1919">
    <![LOG[Ccmsetup command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="11:31:48.366-120" date="01-12-2014" component="ccmsetup" context="" type="1"
    thread="6436" file="ccmsetup.cpp:3590">
    <![LOG[Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required.]LOG]!><time="11:31:48.366-120" date="01-12-2014" component="ccmsetup" context=""
    type="1" thread="6436" file="ccmsetup.cpp:3775">
    <![LOG[Command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="11:31:48.366-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436"
    file="ccmsetup.cpp:3776">
    <![LOG[SslState value: 224]LOG]!><time="11:31:48.368-120" date="01-12-2014" component="ccmsetup" context="" type="0" thread="6436" file="ccmsetup.cpp:4425">
    <![LOG[CCMHTTPPORT:    80]LOG]!><time="11:31:48.369-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:8617">
    <![LOG[CCMHTTPSPORT:    443]LOG]!><time="11:31:48.369-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:8632">
    <![LOG[CCMHTTPSSTATE:    224]LOG]!><time="11:31:48.369-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:8650">
    <![LOG[CCMHTTPSCERTNAME:    ]LOG]!><time="11:31:48.369-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:8668">
    <![LOG[FSP:    VKYV-HV01]LOG]!><time="11:31:48.369-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:8720">
    <![LOG[CCMFIRSTCERT:    1]LOG]!><time="11:31:48.370-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:8778">
    <![LOG[Config file:      C:\Windows\ccmsetup\MobileClientUnicode.tcf]LOG]!><time="11:31:48.371-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436"
    file="ccmsetup.cpp:4539">
    <![LOG[Retry time:       10 minute(s)]LOG]!><time="11:31:48.371-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:4540">
    <![LOG[MSI log file:     C:\Windows\ccmsetup\Logs\client.msi.log]LOG]!><time="11:31:48.371-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:4541">
    <![LOG[MSI properties:    INSTALL="ALL" SMSSITECODE="VSI" FSP="VKYV-HV01" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" CCMFIRSTCERT="1"]LOG]!><time="11:31:48.371-120"
    date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:4542">
    <![LOG[Source List:]LOG]!><time="11:31:48.371-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:4550">
    <![LOG[                  \\VKYV-HV01.VKYV.LAN\SMSClient]LOG]!><time="11:31:48.371-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436"
    file="ccmsetup.cpp:4557">
    <![LOG[                  \\VKYV-HV01.VKYV.LAN\SMSClient]LOG]!><time="11:31:48.371-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436"
    file="ccmsetup.cpp:4566">
    <![LOG[MPs:]LOG]!><time="11:31:48.371-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:4569">
    <![LOG[                  VKYV-HV01.VKYV.LAN]LOG]!><time="11:31:48.371-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436"
    file="ccmsetup.cpp:4584">
    <![LOG[No version of the client is currently detected.]LOG]!><time="11:31:48.374-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:2748">
    <![LOG[Updated security on object C:\Windows\ccmsetup\.]LOG]!><time="11:31:48.750-120" date="01-12-2014" component="ccmsetup" context="" type="0" thread="6436" file="ccmsetup.cpp:9281">
    <![LOG[Sending Fallback Status Point message to 'VKYV-HV01', STATEID='100'.]LOG]!><time="11:31:48.750-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:9756">
    <![LOG[Failed to get client version for sending messages to FSP. Error 0x8004100e]LOG]!><time="11:31:48.752-120" date="01-12-2014" component="ccmsetup" context="" type="2" thread="6436" file="ccmsetup.cpp:9838">
    <![LOG[Params to send FSP message '5.0.7958.1000 Deployment ']LOG]!><time="11:31:48.752-120" date="01-12-2014" component="ccmsetup" context="" type="0" thread="6436" file="ccmsetup.cpp:9887">
    <![LOG[State message with TopicType 800 and TopicId {037AE2A1-3C8B-482A-A180-04392D0312BA} has been sent to the FSP]LOG]!><time="11:31:49.020-120" date="01-12-2014" component="FSPStateMessage" context="" type="1"
    thread="6436" file="fsputillib.cpp:752">
    <![LOG[Running as user "SYSTEM"]LOG]!><time="11:31:49.058-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:1995">
    <![LOG[Detected 44815 MB free disk space on system drive.]LOG]!><time="11:31:49.059-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="util.cpp:628">
    <![LOG[Checking Write Filter Status.]LOG]!><time="11:31:49.059-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:2024">
    <![LOG[This is not a supported write filter device. We are not in a write filter maintenance mode.]LOG]!><time="11:31:49.059-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436"
    file="ccmsetup.cpp:2051">
    <![LOG[Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=VSI))']LOG]!><time="11:31:49.179-120" date="01-12-2014" component="ccmsetup" context="" type="0"
    thread="6436" file="lsad.cpp:656">
    <![LOG[OperationalXml '<ClientOperationalSettings><Version>5.00.7958.1000</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>224</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202EF308201D7A0030201020210518E5B64E54890884666F9411DA2CCB3300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3133313032393130343732365A180F32313133313030363130343732365A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A0282010100B999635F3FFE2F0E7DB66B36407C0ED4FB7DC23A8CD42078325E08E7E553EC2AD1D35A5758268CA497A8023B9F056089BA068ADD84ABDDF74E00B1C402308F287387A8FFA3DBCBFDAC81F8A7F32C959B7CCDCBF5FC0D87434A2907C074675CAA4EA6963D2956EAD43957A831B746E4E5D00C66AAC1F2FE5F71D26D54909EEA0883D780EF46111B124C9C77E3F9D767D36972B9420FEFE291A2A377D958A27C1B24F72E3A870498CF44D8C854214C38F1A50C5CBB3924215F037B0256ACD78B5E32FDFD9BF9760329F523777C16234B560C808F201605774B77B54833D0EA918C44106FF72409876A6D1D4FE75EC9F3A349578577B96BAC62E39D102ACBB401230203010001A3373035301D0603551D11041630148212564B59562D485630312E564B59562E4C414E30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B05000382010100B6B5CDA1A6AA6F712365113F0A81829B596081DB9AF07D5F10DEB0103F158460E9C17B3E1A201A81B9890741F7E2BF5B564058FED25FC724DD4AC948BC9462B1B6A7991AFD159C673B01CE019ABE0A0E0DDD9881AAC751427751C22A43754295DF3F4514EE1BDAD5EF06EE1010E294113B4BB00EB2DF555EE790224E40905E5183E77FF0D87D5EBD98A819DAAE265BA4CD81BA444C226B8B04EF4E80E62ECBF5F3DEDFD2F91822919DBDE529DB043FFAF424A84A0F85A8D0A45F4451F9F5DA48DCADE6603BF106128A36C20F2C52AD69A562BA7834497792D819EAD45DF18BFC6AF1AC60111AC34CF0BF48D9B037064BF41E90E910F36AEAB50C1697C18E800D</SiteSigningCert></SecurityConfiguration><RootSiteCode>VSI</RootSiteCode><CCM>
    <CommandLine>SMSSITECODE=VSI FSP=VKYV-HV01</CommandLine> </CCM><FSP> <FSPServer>VKYV-HV01.VKYV.LAN</FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState" Value="0"
    /></Capabilities><Domain Value="VKYV.LAN" /><Forest Value="VKYV.LAN" /></ClientOperationalSettings>']LOG]!><time="11:31:49.228-120" date="01-12-2014" component="ccmsetup" context=""
    type="0" thread="6436" file="lsadcache.cpp:236">
    <![LOG[Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown.]LOG]!><time="11:31:49.229-120" date="01-12-2014" component="ccmsetup" context="" type="1"
    thread="6436" file="ccmutillib.cpp:373">
    <![LOG[The MP name retrieved is 'VKYV-HV01.VKYV.LAN' with version '7958' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>']LOG]!><time="11:31:49.229-120"
    date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="lsadcache.cpp:334">
    <![LOG[MP 'VKYV-HV01.VKYV.LAN' is compatible]LOG]!><time="11:31:49.229-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="lsadcache.cpp:339">
    <![LOG[Retrieved 1 MP records from AD for site 'VSI']LOG]!><time="11:31:49.229-120" date="01-12-2014" component="ccmsetup" context="" type="0" thread="6436" file="lsadcache.cpp:287">
    <![LOG[Retrived site version '5.00.7958.1000' from AD for site 'VSI']LOG]!><time="11:31:49.231-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="siteinfo.cpp:575">
    <![LOG[SiteCode:         VSI]LOG]!><time="11:31:49.231-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:2076">
    <![LOG[SiteVersion:      5.00.7958.1000]LOG]!><time="11:31:49.231-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:2077">
    <![LOG[Ccmsetup is being restarted due to an administrative action. Installation files will be reset and downloaded again.]LOG]!><time="11:31:49.231-120" date="01-12-2014" component="ccmsetup" context="" type="1"
    thread="6436" file="ccmsetup.cpp:2111">
    <![LOG[Only one MP VKYV-HV01.VKYV.LAN is specified. Use it.]LOG]!><time="11:31:49.232-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:10080">
    <![LOG[Searching for DP locations from MP(s)...]LOG]!><time="11:31:49.232-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:11018">
    <![LOG[Current AD site of machine is Default-First-Site-Name]LOG]!><time="11:31:49.232-120" date="01-12-2014" component="LocationServices" context="" type="1" thread="6436" file="lsad.cpp:770">
    <![LOG[Local Machine is joined to an AD domain]LOG]!><time="11:31:49.232-120" date="01-12-2014" component="LocationServices" context="" type="0" thread="6436" file="lsad.cpp:714">
    <![LOG[Current AD forest name is VKYV.LAN, domain name is VKYV.LAN]LOG]!><time="11:31:49.235-120" date="01-12-2014" component="LocationServices" context="" type="1" thread="6436" file="lsad.cpp:842">
    <![LOG[DhcpGetOriginalSubnetMask entry point is supported.]LOG]!><time="11:31:49.237-120" date="01-12-2014" component="LocationServices" context="" type="0" thread="6436" file="ccmiputil.cpp:117">
    <![LOG[Begin checking Alternate Network Configuration]LOG]!><time="11:31:49.237-120" date="01-12-2014" component="LocationServices" context="" type="0" thread="6436" file="ccmiputil.cpp:1095">
    <![LOG[Finished checking Alternate Network Configuration]LOG]!><time="11:31:49.239-120" date="01-12-2014" component="LocationServices" context="" type="0" thread="6436" file="ccmiputil.cpp:1172">
    <![LOG[Sending message body '<ContentLocationRequest SchemaVersion="1.00">
      <AssignedSite SiteCode="VSI"/>
      <ClientPackage/>
      <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0"
    UseInternetDP="0">
        <ADSite Name="Default-First-Site-Name"/>
        <Forest Name="VKYV.LAN"/>
        <Domain Name="VKYV.LAN"/>
        <IPAddresses>
    <IPAddress SubnetAddress="10.6.2.0" Address="10.6.2.2"/>
        </IPAddresses>
      </ClientLocationInfo>
    </ContentLocationRequest>
    ']LOG]!><time="11:31:49.256-120" date="01-12-2014" component="ccmsetup" context="" type="0" thread="6436" file="siteinfo.cpp:96">
    <![LOG[Sending message header '<Msg SchemaVersion="1.1"><ID>{CC48E819-7755-4650-83AC-8BC823C06C8C}</ID><SourceHost>VKYV-HV01</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:VKYV-HV01:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>VKYV-HV01.VKYV.LAN</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-01-12T09:31:49Z</SentTime><Body
    Type="ByteRange" Offset="0" Length="1096"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="11:31:49.256-120" date="01-12-2014"
    component="ccmsetup" context="" type="0" thread="6436" file="siteinfo.cpp:177">
    <![LOG[CCM_POST 'HTTP://VKYV-HV01.VKYV.LAN/ccm_system/request']LOG]!><time="11:31:49.257-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="httphelper.cpp:807">
    <![LOG[Failed to receive ccm message response. Status code = 403]LOG]!><time="11:31:49.434-120" date="01-12-2014" component="ccmsetup" context="" type="2" thread="6436" file="httphelper.cpp:1694">
    <![LOG[GetDPLocations failed with error 0x80004005]LOG]!><time="11:31:49.435-120" date="01-12-2014" component="ccmsetup" context="" type="3" thread="6436" file="siteinfo.cpp:532">
    <![LOG[Failed to get DP locations as the expected version from MP 'VKYV-HV01.VKYV.LAN'. Error 0x80004005]LOG]!><time="11:31:49.435-120" date="01-12-2014" component="ccmsetup" context="" type="2" thread="6436"
    file="ccmsetup.cpp:11261">
    <![LOG[Sending Fallback Status Point message to 'VKYV-HV01', STATEID='101'.]LOG]!><time="11:31:49.435-120" date="01-12-2014" component="ccmsetup" context="" type="1" thread="6436" file="ccmsetup.cpp:9756">
    <![LOG[Failed to get client version for sending messages to FSP. Error 0x8004100e]LOG]!><time="11:31:49.437-120" date="01-12-2014" component="ccmsetup" context="" type="2" thread="6436" file="ccmsetup.cpp:9838">
    <![LOG[Params to send FSP message '5.0.7958.1000 Deployment ']LOG]!><time="11:31:49.437-120" date="01-12-2014" component="ccmsetup" context="" type="0" thread="6436" file="ccmsetup.cpp:9887">
    <![LOG[State message with TopicType 800 and TopicId {1D445639-95B1-4EC5-A65F-FC7A721F8061} has been sent to the FSP]LOG]!><time="11:31:49.455-120" date="01-12-2014" component="FSPStateMessage" context="" type="1"
    thread="6436" file="fsputillib.cpp:752">
    <![LOG[Next retry in 10 minute(s)...]LOG]!><time="11:31:49.455-120" date="01-12-2014" component="ccmsetup" context="" type="0" thread="6436" file="ccmsetup.cpp:8835">

    Does you MP/DP use HTTP or HTTPS? I recommend to start with HTTP and when you have successfully installed a few clients, you can switch to HTTPS if desired. HTTPS based communication requires more steps e.g. client certificates.
    Have you extended AD schema and do you see objects in \System\System Management container in AD?
    Also, you might have DNS name resolution problem or the firewall is blocking the traffic from the client to MP.
    The client is having troubles to successfully talk with MP:
    Failed to get DP locations as the expected version from MP 'VKYV-HV01.VKYV.LAN'. Error 0x80004005
    Panu

  • MDT 2012U1 / Windows 8 deployment - impossible to add a role when deploying windows with language pack

    Hello,
    I am having a problem deploying Windows 8 with language packs and adding at the same time a role/feature (netfx3).
    What I have done is creating a Standard Client Task Sequence. In the task sequence I have added, in the State Restore phase, the step Install Roles and Features (where only .Net Framework 3.5 is selected). I have configured nothing else !
    If I use this task sequence, everything is ok; Windows 8 is well deployed and NetFx3 feature is installed.
    Now, if I add one or more language packs in the MDT console and select them when using the previously created task sequence, the deployment fails with one error : ERROR - NetFx3 role processing with DISM.exe failed, rc = -2146498529.
    The language packs are well installed but as the error message says, NetFx3 is not installed.
    In the ZTIOSRole.log I can find this :
    <![LOG[Microsoft Deployment Toolkit version: 6.1.2373.0]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[The task sequencer log is located at C:\Users\ADMINI~1\AppData\Local\Temp\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1"
    thread="" file="ZTIOSRole">
    <![LOG[Roles will be installed.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OSRoles.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OSRoleServices.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Features specified in Feature:]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  NetFx3]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSRoles.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSRoleServices.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSFeatures.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[ZTI Heartbeat: Processing roles (0% complete]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Event 41003 sent: ZTI Heartbeat: Processing roles (0% complete]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Validating connection to \\HPZ820\ZENPROD01$\Operating Systems\W8ENTSP0x64]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread=""
    file="ZTIOSRole">
    <![LOG[Already connected to server HPZ820 as that is where this script is running from.]LOG]!><time="12:55:05.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Copying source files locally from \\HPZ820\ZENPROD01$\Operating Systems\W8ENTSP0x64\sources\sxs]LOG]!><time="12:55:05.000+000" date="10-24-2012" component="ZTIOSRole" context=""
    type="1" thread="" file="ZTIOSRole">
    <![LOG[About to execute command: cmd.exe /c C:\windows\system32\DISM.exe /Online /Enable-Feature /FeatureName:"NetFx3" /Source:"C:\MININT\sources\X64" /LimitAccess /All /NoRestart /logpath:C:\MININT\SMSOSD\OSDLOGS\ZTIOSRole_Dism.log >> C:\MININT\SMSOSD\OSDLOGS\ZTIOSRole_DismConsole.log]LOG]!><time="12:55:24.000+000"
    date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[ERROR - NetFx3 role processing with DISM.exe failed, rc = -2146498529]LOG]!><time="12:55:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="3" thread="" file="ZTIOSRole">
    <![LOG[Property InstalledRoles001 is now = NETFX3]LOG]!><time="12:55:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Role processing complete.]LOG]!><time="12:55:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[ZTIOSRole processing completed successfully.]LOG]!><time="12:55:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Event 41001 sent: ZTIOSRole processing completed successfully.]LOG]!><time="12:55:58.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    If I take the same log file from a machine where I have used the same task sequence but without deploying language packs, I can find that :
    <![LOG[Microsoft Deployment Toolkit version: 6.1.2373.0]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[The task sequencer log is located at C:\Users\ADMINI~1\AppData\Local\Temp\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1"
    thread="" file="ZTIOSRole">
    <![LOG[Roles will be installed.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OSRoles.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OSRoleServices.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Features specified in Feature:]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  NetFx3]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSRoles.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSRoleServices.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSFeatures.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[ZTI Heartbeat: Processing roles (0% complete]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Event 41003 sent: ZTI Heartbeat: Processing roles (0% complete]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Validating connection to \\HPZ820\ZENPROD01$\Operating Systems\W8ENTSP0x64]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread=""
    file="ZTIOSRole">
    <![LOG[Already connected to server HPZ820 as that is where this script is running from.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Copying source files locally from \\HPZ820\ZENPROD01$\Operating Systems\W8ENTSP0x64\sources\sxs]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context=""
    type="1" thread="" file="ZTIOSRole">
    <![LOG[About to execute command: cmd.exe /c C:\windows\system32\DISM.exe /Online /Enable-Feature /FeatureName:"NetFx3" /Source:"C:\MININT\sources\X64" /LimitAccess /All /NoRestart /logpath:C:\MININT\SMSOSD\OSDLOGS\ZTIOSRole_Dism.log >> C:\MININT\SMSOSD\OSDLOGS\ZTIOSRole_DismConsole.log]LOG]!><time="14:00:20.000+000"
    date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[NetFx3 role processing succeeded, rc = 0]LOG]!><time="14:03:50.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Property InstalledRoles001 is now = NETFX3]LOG]!><time="14:03:50.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Role processing complete.]LOG]!><time="14:03:50.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[ZTIOSRole processing completed successfully.]LOG]!><time="14:03:50.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Event 41001 sent: ZTIOSRole processing completed successfully.]LOG]!><time="14:03:51.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    As you can see, in both logfile, the source are copied from the same folder.
    Does anyone have an idea ? what am I missing ?
    I have easily reproduced the problem on another computer (installing ADK/MDT, installing OS and creating task sequence).
    Thanks in advance for your help.
    Marc.

    Hello,
    Workaround:
    1. copy stock sxs folder to local disk (e.g c:\sxs)
    2. make a direct internet connection (don't use proxy!)
    3. open admin command prompt and type: DISM.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:\sxs
    4. after the successful install find the c:\windows\winsxs folder and sort by date
    5. copy new folders (that are equal to current date) to deployment share's sxs folder (overwrite)
    And now, try standard MDT install (create "Install Role And Feature" step in the Task Sequence, enable .NET install).

  • SCCM Client push or manual installation does not complete

    Hi All,
    I have deployed SCCM 2012 R2 in my lab environment. It has been deployed successfully. I have a issue in which the clients are not getting installed both manually and by pushing the agents via the console. 
    My servers are as follows:
    SCCMSVR.labtest.com  - Is the SCCM server and Fail back status point.
    Server.labtest.com - Is the Domain controller, SQL server
    SCCMTEST.labtest.com - A testing machine to push the client and to deploy patches in it.
    Site code is LAB
    I ran the setup using the following command.
    I have shared the ccmsetup in a share so the command is as follows:
    \\sccmsvr\Client\ccmsetup.exe /MP:SCCMSVR /Logon SMSSITECODE=LAB FSP=SCCMSVR
    But when i check the task manager the process of ccmsetup.exe but it does not change to CCMEXEC.exe
    I waited for an hour but still the same issue. (This was done in the DC Server.labtest.com)
    Screen shot of the DC  Machine:
    When i do a client push installation in a testing machine (SCCMTEST.labtest.com)  i still the same issue. I pushed the client still the same issue
    In the task manager the process of ccmsetup.exe but it does not change to CCMEXEC.exe.
    Screen shot of the second machine:
    Also checked the control panel. Dint find the config manager options there on both machines.
    Also turned off firewall on all 3 machines  but still the same issue.
    Analysed the event logs on all the servers. The client machines did not have any relevant events.
    The SCCM server had this event. Not sure if this is causing the issue.
    Event id 2344
    On 9/28/2014 3:26:48 PM, component SMS_DISTRIBUTION_MANAGER on computer SCCMSVR.LABTEST.COM reported:  Failed to create virtual directory on the defined share or volume on distribution point "["Display=\\SCCMSVR.LABTEST.COM\"]MSWNET:["SMS_SITE=LAB"]\\SCCMSVR.LABTEST.COM\".
    Possible cause: Distribution Manager requires that IIS base components be installed on the local Configuration Manager Site Server in order to create the virtual directory.  Distribution Manager also requires that IIS Web Services be installed on the Distribution
    Point Server that needs to support Background Intelligent Transfer Service (BITS).
    Solution: Verify that IIS base components are installed on the local Configuration Manager Site Server, and IIS Web Services are installed on the Distribution Point Server.
    Can any one please help.
    Gautam.75801

    Hi Kashif,
    Thank you for your valuable help. As you mentioned the IIS 6 WMI compatibility Feature was not installed. Once i installed and rebooted the SCCM server and pushed
     both the agents manually and by Pushing it via console and it succeed. How ever i got some errors on both the systems The trace log tool during the installation but it succeed.
    What i would like to know is that is it common to get errors like the below while pushing a agent automatically or manually ?
    1. MSI: Action 1:25:44: CcmRegisterComponentsRollback. In the event of a failed installation, this action rolls back the changes from CcmRegisterComponents.
    (Got this multiple times)
    2. MSI: Warning 25702. Failed to uninstall PrepDrvr.Sys for Software Metering Agent.
    3. Failed to load mdmregistration.dll. Continue deployment.
    4. Failed to load mdmregistration.dll with error 0x8007007e
    5. File 'C:\Windows\ccmsetup\WindowsFirewallConfigurationProvider.msi' does not exist. Discovery failed.
    6. File 'C:\Windows\system32\msrdc.dll' does not exist. Discovery failed.
    7. Enumerated all 1 local DP locations but none of them is good. Fallback to MP.
    8. Failed to check url http://SCCMSVR.LABTEST.COM/SMS_DP_SMSPKG$/LAB00002. Error 0x80004005
    9. Failed to correctly receive a WEBDAV HTTP request.. (StatusCode at WinHttpQueryHeaders: 401)
    10. As per the screen shot.
    Gautam.75801

  • WebDAV error when doing a client push ConfigMgr 2012 R2

    Hi everyone, I am getting an error message when doing a client push, only on some DPs.
    Here is the setup:
    ConfigMgr 2012 R2 on Server 2012 R2.
    DP are on Server 2008 R2 (for the most part).
    DP are installed using the exact same way, adding the Primary Site Server to the local Admins group, then using the console to install the role, selecting BranchCache and Configure IIS.
    No PXE.
    Boundary groups are configured as appropriate.
    When initiating a client push the following errors are displayed in the CCMSetup.log:
    Failed to correctly receive a WEBDAV HTTP request.. (StatusCode at WinHttpQueryHeaders: 401)
    Failed to check url http://DPServerName.com/SMS_DP_SMSPKG$/S0100003. Error 0x80004005
    Enumerated all 1 local DP locations but none of them is good. Fallback to MP.
    GET 'HTTP://MPServerName.com/CCM_Client/ccmsetup.cab'
    The installation is done but yet again, no local DP are used.
    The same scenario is actually working on other DP that was configured using the same exact way.
    Servers where not new installation and where used for other things:
    MDT Deployment Share with PXE.
    Other share.
    As far as I can tell, IIS is well configured as I am able to deploy any other software on clients and they are using the local DP. Only the client installation is causing problem.
    Anyone have any idea?
    There is a lot of post about a similar problem on ConfigMgr 2007 but all solution are to configure WebDAV, which is not configured in ConfigMgr 2012.
    Thank you guys for any tip and/or help!
    Mathieu

    You are right about the log, here is a longer snippet of it:
    ==========[ ccmsetup started in process 5980 ]========== ccmsetup 2015-03-25 23:12:12 1020 (0x03FC)
    Running on platform X86 ccmsetup 2015-03-25 23:12:12 1020 (0x03FC)
    Launch from folder C:\Windows\ccmsetup\ ccmsetup 2015-03-25 23:12:12 1020 (0x03FC)
    CcmSetup version: 5.0.7958.1501 ccmsetup 2015-03-25 23:12:12 1020 (0x03FC)
    In ServiceMain ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Running on 'Microsoft Windows 7 Professionnel ' (6.1.7601). Service Pack (1.0). SuiteMask = 272. Product Type = 18 ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Ccmsetup command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Command line parameters for ccmsetup have been specified. No registry lookup for command line parameters is required. ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    SslState value: 224 ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    CCMHTTPPORT: 80 ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    CCMHTTPSPORT: 443 ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    CCMHTTPSSTATE: 224 ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    CCMHTTPSCERTNAME: ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    FSP: ServerSCCMPSS.Test.com ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    CCMFIRSTCERT: 1 ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Config file: C:\Windows\ccmsetup\MobileClientUnicode.tcf ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Retry time: 10 minute(s) ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    MSI log file: C:\Windows\ccmsetup\Logs\client.msi.log ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    MSI properties: INSTALL="ALL" SMSSITECODE="S01" FSP="ServerSCCMPSS.Test.com" SMSCACHEFLAGS="PERCENTFREEDISKSPACE" SMSCACHESIZE="20" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" CCMFIRSTCERT="1" ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Source List: ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    \\Serversccmmp.Test.com\SMSClient ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    \\Serversccmpss.Test.com\SMSClient ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    \\dcsspsccmmpdff.test.com\SMSClient ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    \\ServerSCCMMP.Test.com\SMSClient ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    \\ServerSCCMPSS.Test.com\SMSClient ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    \\DCSSPSCCMMPDFF.test.com\SMSClient ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    MPs: ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Serversccmmp.Test.com ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Serversccmpss.Test.com ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    dcsspsccmmpdff.test.com ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    No version of the client is currently detected. ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Folder 'Microsoft\Configuration Manager' not found. Task does not exist. ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Updated security on object C:\Windows\ccmsetup\. ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Sending Fallback Status Point message to 'ServerSCCMPSS.Test.com', STATEID='100'. ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Failed to get client version for sending messages to FSP. Error 0x8004100e ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Params to send FSP message '5.0.7958.1501 Deployment ' ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    State message with TopicType 800 and TopicId {40FD8A62-3E9A-41FB-8698-E9A6658A4A91} has been sent to the FSP FSPStateMessage 2015-03-25 23:12:12 4536 (0x11B8)
    Running as user "Système" ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Detected 206206 MB free disk space on system drive. ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Checking Write Filter Status. ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    This is not a supported write filter device. We are not in a write filter maintenance mode. ccmsetup 2015-03-25 23:12:12 4536 (0x11B8)
    Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=S01))' ccmsetup 2015-03-25 23:12:13 4536 (0x11B8)
    OperationalXml '<ClientOperationalSettings><Version>5.00.7958.1000</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>224</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F5308201DDA00302010202103FC715B41292C689495889DC28401ED8300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3134313231383136353532335A180F32313134313132353136353532335A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A0282010100A78659B1C2B8160DD0CF4E10AE142E067F8D9ABD23F931443DD15ED20479E0BF70A8C2322DE863FD41B5429DB5D3CB0AA71D189C8C61E4155A59CD16DC961B75302AF7B75DF31A19E8AB6E163B622A80A5B24FD6B37B54379B74911D6B9771B3120CF72ECFAA36747861896FA99FAF79AF528E8BC2860D3F022C761363C69BBD0969E75AD83ECB60BB06F503195AC2DAAF90FA874A1F45C32111A4B55F638573942C4EAE597A8E02024E8AFFFFDEE746160D45A41615EF97A15500AE99305CE6E980CB0E0F139EAC6D368D72AEE1104C9BAB2CEA4CCAB4490F44B33047A512C4F1EB0DBF38BE66ED0DC875D09DB4C06DA44ED011556D4DEA070D45E0C80502C10203010001A33D303B30230603551D11041C301A821864637073707363636D7073732E6167726F7075722E636F6D30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B050003820101002A2B4C225ACB02DB1389B315F12FAE33B6B0B3FD232243FAC81DDD624722908BDBF7B6CAE87351320DE47BF13A01F93A4C8C62CABB273ED5C696F42926A323E61C9477E7FD71DB693AAB3BC80CBBC0FED501292F702B7223D9AAC334631EE5AA6048028D7C26BAC2A9DB997C73E9B473CDAFDF55834C6DD5C88D5FBED4096EE739EE8C5B9238B8A4C9352C7DF9A98D0011BD8D5FE4B881F5B6B68004355147A2C264C62F1BC99B3B0D26787185863EAC426860411FF329129D270A7D38B1733A12F1EEDE246F5F24D3492A7A53B380576CE20B5F77952EC2F93240784C6ECE8D25B80494129EF3EDC7150EA9BDFA0F80E7E5E7F53673FAD6A922EA7ADE2092D3</SiteSigningCert></SecurityConfiguration><RootSiteCode>S01</RootSiteCode><CCM> <CommandLine>SMSSITECODE=S01 FSP=Serversccmpss.Test.com SMSCACHEFLAGS=PERCENTFREEDISKSPACE SMSCACHESIZE=20</CommandLine> </CCM><FSP> <FSPServer>Serversccmpss.Test.com</FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState" Value="0" /></Capabilities><Domain Value="Test.com" /><Forest Value="Test.com" /></ClientOperationalSettings>' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown. ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    The MP name retrieved is 'Serversccmpss.Test.com' with version '7958' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    MP 'Serversccmpss.Test.com' is compatible ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    The MP name retrieved is 'Serversccmmp.Test.com' with version '7958' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    MP 'Serversccmmp.Test.com' is compatible ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    The MP name retrieved is 'dcsspsccmmpdff.test.com' with version '7958' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    MP 'dcsspsccmmpdff.test.com' is compatible ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Retrieved 3 MP records from AD for site 'S01' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Retrived site version '5.00.7958.1000' from AD for site 'S01' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    SiteCode: S01 ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    SiteVersion: 5.00.7958.1000 ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Searching for a valid online MP... ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Checking the URL 'HTTP://Serversccmpss.Test.com:80/CCM_Client/ccmsetup.cab' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    PROPFIND 'HTTP://Serversccmpss.Test.com:80/CCM_Client' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Found a valid online MP 'Serversccmpss.Test.com'. ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Searching for DP locations from MP(s)... ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Current AD site of machine is CDL LocationServices 2015-03-25 23:12:14 4536 (0x11B8)
    Local Machine is joined to an AD domain LocationServices 2015-03-25 23:12:14 4536 (0x11B8)
    Current AD forest name is Test.com, domain name is Test.com LocationServices 2015-03-25 23:12:14 4536 (0x11B8)
    DhcpGetOriginalSubnetMask entry point is supported. LocationServices 2015-03-25 23:12:14 4536 (0x11B8)
    Begin checking Alternate Network Configuration LocationServices 2015-03-25 23:12:14 4536 (0x11B8)
    Finished checking Alternate Network Configuration LocationServices 2015-03-25 23:12:14 4536 (0x11B8)
    Adapter {72FC011A-9993-4CBD-B7B2-D1D56FD38711} is DHCP enabled. Checking quarantine status. LocationServices 2015-03-25 23:12:14 4536 (0x11B8)
    Sending message body '<ContentLocationRequest SchemaVersion="1.00">
    <AssignedSite SiteCode="S01"/>
    <ClientPackage/>
    <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0" UseInternetDP="0">
    <ADSite Name="CDL"/>
    <Forest Name="Test.com"/>
    <Domain Name="Test.com"/>
    <IPAddresses>
    <IPAddress SubnetAddress="172.16.64.0" Address="172.16.65.9"/>
    </IPAddresses>
    </ClientLocationInfo>
    </ContentLocationRequest>
    ' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Sending message header '<Msg SchemaVersion="1.1"><ID>{B9F091E1-649D-47C4-A0AD-19508435F962}</ID><SourceHost>C006235</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:C006235:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>Serversccmpss.Test.com</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2015-03-26T03:12:14Z</SentTime><Body Type="ByteRange" Offset="0" Length="1080"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    CCM_POST 'HTTP://Serversccmpss.Test.com/ccm_system/request' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Content boundary is '--aAbBcCdDv1234567890VxXyYzZ' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Received header '<Msg SchemaVersion="1.1">
    <ID>{336667CB-2AF5-4B7D-9B1B-3B9A39777034}</ID>
    <SourceID>GUID:8BB44537-8D62-4751-9114-1F5527EE800F</SourceID>
    <SourceHost>ServerSCCMPSS</SourceHost>
    <TargetAddress>direct:C006235:LS_ReplyLocations</TargetAddress>
    <ReplyTo>MP_LocationManager</ReplyTo>
    <CorrelationID>{00000000-0000-0000-0000-000000000000}</CorrelationID>
    <Priority>3</Priority>
    <Timeout>600</Timeout>
    <ReplyCapabilities><AllowRegistrationReset>direct:ServerSCCMPSS:ClientRegistration</AllowRegistrationReset></ReplyCapabilities><TargetHost>C006235</TargetHost><TargetEndpoint>LS_ReplyLocations</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2015-03-26T03:12:14Z</SentTime><Body Type="ByteRange" Offset="0" Length="2574"/><Hooks><Hook3 Name="zlib-compress"/><Hook Name="authenticate"><Property Name="Signature">3082019406092A864886F70D010702A082018530820181020101310B300906052B0E03021A0500300B06092A864886F70D010701318201603082015C02010130393025311530130603550403130C44435053505343434D505353310C300A06035504031303534D5302104369DD60F91848B94FFD72538BAD96B8300906052B0E03021A0500300D06092A864886F70D010101050004820100B563F71CC4F86BEA28550E4EC51727E4F45F9681BABD9A085EAF4B3CC667B7BF7D212329195A13DF562A46205E22EDA829D0B06EA3C9C0C96248AD58DEECA457241EB4F4CBE581D49C0D657B3485444E06A9ED67D9854B551AADED7E1E3E519CC7D25B473A98BAC3826BE8BDB68BC4799C652168351C6796AE84505B5B703B3AABA3AD71113B133C1410EEB4CA167010AAA4AF2D3BE209E037641CA0293271242FF254C16F8A0997B5A335FB00EDCE445B2CFB21AF5923B14D9BEE3FA940B4B513D230607678ABD6A6211E36418EC2D8CFCEF5370999E6678CD79099B2D9FE29E8F3E1C5FFEA31E2D17C977288E03027D887B1D09E9049EE2FA5B76C32214BD9</Property><Property Name="AuthSenderMachine">ServerSCCMPSS;Serversccmpss.Test.com;</Property><Property Name="MPSiteCode">S01</Property></Hook></Hooks><Payload Type="inline"/></Msg>' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Received reply body '<ContentLocationReply SchemaVersion="1.00"><ContentInfo PackageFlags="16777216"><ContentHashValues/></ContentInfo><Sites><Site><MPSite SiteCode="S01" MasterSiteCode="S01" SiteLocality="LOCAL" IISPreferedPort="80" IISSSLPreferedPort="443"/><LocationRecords><LocationRecord><URL Name="http://CDLGHOST.Test.com/SMS_DP_SMSPKG$/S0100003" Signature="http://CDLGHOST.Test.com/SMS_DP_SMSSIG$/S0100003"/><ADSite Name="CDL"/><IPSubnets><IPSubnet Address="172.16.64.0"/><IPSubnet Address=""/></IPSubnets><Metric Value=""/><Version>7958</Version><Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>CDLGHOST.Test.com</ServerRemoteName><DPType>SERVER</DPType><Windows Trust="1"/><Locality>LOCAL</Locality></LocationRecord></LocationRecords></Site><Site><MPSite SiteCode="S01" MasterSiteCode="S01" SiteLocality="LOCAL"/><LocationRecords/></Site></Sites><ClientPackage FullPackageID="S0100003" FullPackageVersion="7" FullPackageHash="CE8C259380667F5687A01FA5365B2D2D1236BA9FC1AD4696A54D914B919D294D" MinimumClientVersion="5.00.7958.1000" RandomizeMaxDays="7" ProgramEnabled="false" LastModifiedTime="30416572;2153570688" SiteVersionMatch="true" SiteVersion="5.00.7958.1000" EnablePeerCache="true"/><RelatedContentIDs/></ContentLocationReply>' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Found local location 'http://CDLGHOST.Test.com/SMS_DP_SMSPKG$/S0100003' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Discovered 1 local DP locations. ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    PROPFIND 'http://CDLGHOST.Test.com/SMS_DP_SMSPKG$/S0100003' ccmsetup 2015-03-25 23:12:14 4536 (0x11B8)
    Got 401 challenge Retrying with Windows Auth... ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    PROPFIND 'http://CDLGHOST.Test.com/SMS_DP_SMSPKG$/S0100003' ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Failed to correctly receive a WEBDAV HTTP request.. (StatusCode at WinHttpQueryHeaders: 401) ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Failed to check url http://CDLGHOST.Test.com/SMS_DP_SMSPKG$/S0100003. Error 0x80004005 ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Enumerated all 1 local DP locations but none of them is good. Fallback to MP. ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    GET 'HTTP://Serversccmpss.Test.com/CCM_Client/ccmsetup.cab' ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    C:\Windows\ccmsetup\ccmsetup.cab is Microsoft trusted. ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Successfully extracted manifest file C:\Windows\ccmsetup\ccmsetup.xml from file C:\Windows\ccmsetup\ccmsetup.cab. ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Loading manifest file: C:\Windows\ccmsetup\ccmsetup.xml ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Successfully loaded ccmsetup manifest file. ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Checking if manifest version '5.00.7958.1000' is newer than the ccmsetup version '5.0.7958.1501' ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Running from temp downloaded folder or manifest is not newer than ccmsetup. ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Item 'i386/vcredist_x86.exe' is applicable. Add to the list. ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Item 'x64/vcredist_x64.exe' is not applicable. ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Item 'i386/vc50727_x86.exe' is applicable. Add to the list. ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Item 'x64/vc50727_x64.exe' is not applicable. ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Item 'i386/WindowsUpdateAgent30-x86.exe' is applicable. Add to the list. ccmsetup 2015-03-25 23:12:15 4536 (0x11B8)
    Item
    I did double checked with a friend about my configuration and everything, just to make sure, and everything seems to be right.
    As for the use of account used to get the client, a domain join computer will not need to us the network access account if the DP is in the same domain and the same exact config on other servers is working like a charm deploying the client, same
    security and configuration.
    All default IIS security and share permission.
    Thank you guys for your suggestion and help. 
    Mat

  • Deploying client through gpo

    We have a small site and the client msi is deployed through group policy assigned applications. Looking at the logs while trouble shooting another issue I noticed what appeared like the client re-installing itself to the original deployed version as it
    later got updated by sccm during an update?
    Does the client not have facilities internally to mitigate this, or is it expected and therefore not recommended to deploy the msi client given this caveat?
    Thanks!

    I have always used the MSI when adding it into a GPO. Haven't done it for a while though.
    http://prajwaldesai.com/deploying-configuration-manager-2012-r2-clients-using-group-policy/
    CU updates are small and not classed as upgrades, these usually have to be carried out by deploying the client upgrade package that is automatically created when you install any CU.
    http://www.ronnipedersen.com/2014/08/sccm-2012-how-does-automatic-client-upgrade-work/
    If you push out the client via GPO or via client push you will find that version 5.00.7958.1000 is installed to the device.
    If you are using MDT/OSD you can include the latest version of the client with the CU included.
    I think Jason's startup script also searches for any MSP's in a folder specified so also distributes the latest client with the latest CU.
    http://blog.configmgrftw.com/configmgr-client-startup-script/

Maybe you are looking for

  • All future MacBook with 10.7 Lion will be set to 64bit kernel by default always ?

    Dear Apple and Mac Expert, Actually I hope Apple can answer this if possible or someone can redirect me to any Apple post ? I learned that right from 10.7 Lion available, the default kernel mode is always set to 64bit no matter installed in MacBook W

  • Capturing EPC error List into a local file using BDC

    Can anyone let me know the Code for downloading the EPC check Results into a local File using BDC...[<b></b>

  • Drives by Intel?

    System Profiler seems to be telling me that the drives (350 and 7500) in my new 3. quad core MacPro were made by Intel. I didn't know Intel did that and don't recall seeing them mentioned here. Am I reading this right? Do these drives have a rep?

  • RF Screen Field-Data Type

    Hi,    Please let me know if the Data Type- STRG (Char string,variable length) is allowed for RF Screen. I want to use a field with Defined Len = 1000 CHAR & visible Len = 1. Pls let me know if you hv some other solution also... Regards, Rushikesh

  • Problem with UDM_AUTOWIRTEOFF

    When I run write-off transaction with specific user ID,  Job for report RFDM2000 started in background and Write-off accounting entry posted successfully but dispute case status didnu2019t close automatically. I get subsequent update failure message,