A colleague of mine ran into this interesting little problem the other day and I thought I would share the solution here. The setup used is SCCM 2007 Sp2/R2 installed on a Windows 2008 R2 server with package source-files located on a Windows 2003 server share. When distributing packages the following errors where recorded in the distmgr.log…
Month: December 2010
Installing the SCCM hotfixes on the clients
When doing a new installation of System Center Configuration Manager there are a number of hotfixes I always install as I mentioned earlier on my blog. A couple of them includes a client hotfix which needs to be installed on all the client either during OS deployment or another way of deploying the client for…
Move Computer to the Correct OU during deployment
When deploying Windows 7 a common scenario is that you want to move all reinstalled computer to a “Windows 7 Client” OU. When reinstalling a Computer that already has an existing computer account in Active Directory neither MDT or SCCM will move that account. This is no new pchallange but I get the question many…
SCCM post installation checklist
When I perform a new Configuration Manager installation after all the standard configuration (enable all agents necessary, configuring the different roles, boundaries, network access accounts and configure all the other standard components) I also end up doing a lot of other configuration as well. I tried to collect all the information needed about the different tasks and thought I would…