Author Archives: Frank Maxwitat

Using the Powershell AppDeploymentKit to deploy the Configuration Manager console

Tests were done with CM 2103 and PS App Deployment Toolkit 3.8.4 I’m not a frequent packager and I recently had to provide an Application to install the Configuration Manager console. It should be mainly required for users who don’t have admin rights on the machine that they use for administrating the CM environment (think… Read More: Using the Powershell AppDeploymentKit to deploy the Configuration Manager console »

Transaction log of the CM database rapidly grows until the database stops working

Problem The transaction log of ConfigMgr database grows to the limit within a short period of time until the database becomes unresponsive. When rebooting the server, the database remains in recovery mode for some time. You may find entries like the one below in the log of the SQL server: Change Tracking autocleanup is blocked… Read More: Transaction log of the CM database rapidly grows until the… »

Client registration is pending

When reinstalling the ConfigMgr agent, the installation succeeds but the initialization does not. The machine is getting the same SMS GUID it had before although the SMSCFG.ini in c:\Windows was deleted and doesn’t show up in the ConfigMgr console. In MP_Registration.log you find these entries: [RegTask] – Client is not registered. Sending registration request for… Read More: Client registration is pending »

Get details about the updates in a Configuration Manager Update Group

The script gives you details about the updates in an update group including the size of each update. Mind that a download for a certain kb article may consist of different installation files for different releases (like x86, x64, amd etc.) or different languages. The report should help you to figure out how much content… Read More: Get details about the updates in a Configuration Manager Update… »

ConfigMgr Update issues

ConfigMgr stuck in installing state Problem: A ConfigMgr update is stuck in installing state, Status doesn’t show any entries. CMUpgrade.log contains the following entries: ERROR: Failed to start Site Component Manager GetLastError=1115 CONFIGURATION_MANAGER_UPDATE 7/1/2020 2:10:36 AM 5008 (0x1390)INFO: SQL Connection succeeded. Connection: SMS ACCESS, Type: Secure CONFIGURATION_MANAGER_UPDATE 7/1/2020 2:10:36 AM 5008 (0x1390)Turned on activation for… Read More: ConfigMgr Update issues »