Skip to content
Avoid Invoke-MbamClientDeployment PS Script to Eliminate Serious Problems with the SCCM Site

Avoid Invoke-MbamClientDeployment PS Script to Eliminate Serious Problems with the SCCM Site

Written By Anoop C Nair
Last Updated September 4, 2024
Posted In SCCM
SHARE

Let’s see how to avoid Invoke-MbamClientDeployment PS Script to eliminate serious problems with the SCCM site. Microsoft released a hotfix KB10372804 to prevent this serious problem with 2103 or a later version of ConfigMgr.

It’s documented that the Invoke-MbamClientDeployment.ps1 PowerShell script is not supported for use with BitLocker Management in SCCM.

Even using MBAM Agent API to escrow recovery keys to a Management Point could create serious issues with the ConfigMgr site.

I have covered SCCM 2103 known issues and fixes, which were documented in the previous post. The prerequisite to policy storm issue fix KB10372804 is the update rollup for the 2103 version of SCCM (KB10036164).

Patch My PC

Known Issue with MBAM – Avoid Invoke-MbamClientDeployment

There are reports of performance issues with the SCCM site when you use Invoke-MbamClientDeployment.ps1 and MBAM Agent API to escrow the recovery key to an SCCM MP. These known problems include:

Avoid Invoke-MbamClientDeployment PS Script to Eliminate Serious Problems with the SCCM Site - Fig.1
Avoid Invoke-MbamClientDeployment PS Script to Eliminate Serious Problems with the SCCM Site – Fig.1
  • Creating a large policy targeted at all devices can cause policy storms.
  • Degradation of performance with SQL server and with Management Points.

You can try to trace the problem from SQL Management Studio by running the following SQL query.

SELECT PA.PolicyID, RPM.* FROM PolicyAssignment PA JOIN ResPolicyMap RPM ON PA.PADBID = RPM.PADBID
WHERE PA.PolicyID like 'TPM%' AND RPM.MachineID = 0 AND RPM.IsTombstoned = 0

NOTE: The Invoke-MbamClientDeployment.ps1 PowerShell script is unsupported for BitLocker Management in ConfigMgr. This includes the escrowing of BitLocker recovery keys during a ConfigMgr task sequence.

FIX Policy Strom Issue with MBAM

You must install the hotfix KB10372804 to fix the issue with MBAM policies. The SCCM 2103 hotfix helps to avoid large policies being targeted to all devices. Even after applying the hotfix, you cannot use Invoke-MbamClientDeployment.ps1 and MBAM Agent API to the escrow recovery key to MP.

  • Launch ConfigMgr Console.
  • Navigate to \Administration\Overview\Updates and Servicing.
  • Right-click on Configuration Manager 2103 Hotfix (KB10216365) and select Install update pack.
Avoid Invoke-MbamClientDeployment PS Script to Eliminate Serious Problems with the SCCM Site - Fig.2
Avoid Invoke-MbamClientDeployment PS Script to Eliminate Serious Problems with the SCCM Site – Fig.2
  • Click Next.
  • Click on Next.
  • Accept the license and click on Next to continue.
  • Check the Summary of the updated package installation
  • Click on Close to complete Configuration Manager Updates Wizard.
  • To get the status, navigate to \Monitoring\Overview\Updates and Servicing Status\Configuration Manager 2103 Hotfix (KB10372804).
Avoid Invoke-MbamClientDeployment PS Script to Eliminate Serious Problems with the SCCM Site - Fig.3
Avoid Invoke-MbamClientDeployment PS Script to Eliminate Serious Problems with the SCCM Site – Fig.3

Client Update and Version Details

Hotfix KB10372804 does not require a client update because it is server-side. It is mainly a fix for the SQL server and Management Point performance issues. The full version of Configuration Manager 2103 is 5.00.9049.1039.

Resources

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Anoop C Nair has been Microsoft MVP for 10 consecutive years from 2015 onwards. He is a Workplace Solution Architect with more than 22+ years of experience in Workplace technologies. He is a Blogger, Speaker, and Local User Group Community leader. His primary focus is on Device Management technologies like SCCM and Intune. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security, Career, etc.

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read