>

can not install ccmsetup (80004005, 1603)

  Your installation of SCCM Agent is failed with the following command in a multisite hierarchy: "\\<SCCM-Server>\SMS_<Site-code>\Client\ccmsetup.exe" SMSSLP=<Central-Site FQDN> DNSSUFFIX=<DNSsuffuix> SMSMP=<Primary-Site FQDN> MSI: Action 13:16:12: CcmInitializePolicy. Initializing policy    ccmsetup    30.06.2011 13:16:12    1456 (0x05B0) MSI: Action 13:16:12: SmsSetClientConfigInit. Setting SMS configuration    ccmsetup    30.06.2011 13:16:12    1456 (0x05B0) MSI: Setup failed due to unexpected circumstances The error code [...]

Posted on June 30, 2011 at 12:41 by mirko colemberg · Permalink · Leave a comment
In: client, Errors, sccm · Tagged with: , ,

automated client cache expand with Powershell

Sometimes you have a problem to expand you’re Client Cache for the SCCM-Agent. In a older Blog i have written (Update) for do this with a VB-Script, but for Win7 we should tihnking for the future and do this with Powershell…. Aaron Czechowski give a tip for a script here: http://blogs.technet.com/b/aaronczechowski/archive/2009/02/12/powershell-to-change-configmgr-client-cache-size.aspx $Cache = Get-WmiObject -namespace [...]

Posted on December 7, 2010 at 16:22 by mirko colemberg · Permalink · Leave a comment
In: client, OSD, sccm, scripts, Win 7 Design · Tagged with: , , ,

Implement Fujitsu Clients and Servers Drivers in SCCM 2007

Here is a grate Article from Fujitsu how to implement Drivers in SCCM but it needs an Functionaly enviroment of SCCM with SCUP integrated. Soon i will post a documentation to implement a SCUP-Enviroment with self-signed Certificates, or a Document-Signed Certificate from the PKI. http://manuals.ts.fujitsu.com/file/8409/sv-dv-intpack-sccm-en.pdf

Posted on December 1, 2010 at 16:01 by mirko colemberg · Permalink · Leave a comment
In: client, OSD, Server, Win 7 Design · Tagged with: , , ,

You ned a CMD with System rights, as like SCCM runs?

You ned a Command-Prompt so you can test/run Command-Lines to test youre Packages with the same User Credentials as SCCM (System) Here you have a possible solution step by step:  Create a Pakage in Youre Enviroment, don’t need a Package source, fill out the General Informations You dint need a Distribution Point to replicate Create [...]

Posted on May 7, 2010 at 13:25 by mirko colemberg · Permalink · Leave a comment
In: sccm, scripts · Tagged with: , , , ,

automated client cache expand

You have a lot of Packages to distribut, and the Client-Agent Cache (5120MB) is to fast empty? Here a little script to expand the Cache. Well you can create an vbs and advertise as a package, it works fine be carefull to use scripts, no guarantie ;-) wrote youre own Cache dimension on script: nValueToSet = 35840 ========================= ‘ Bereich   : SCCM   [...]

Posted on April 30, 2010 at 14:09 by mirko colemberg · Permalink · Leave a comment
In: client, sccm, scripts · Tagged with: , ,