Share via

MECM invoke-MbamClientDeployment.ps1 script using after 2103 SCCM version

EduardsGrebezs 1,191 Reputation points
2021-07-19T06:16:45.8+00:00

Hello,

Earlier there was information about that after installing 2103 and if there is "invoke-MbamClientDeployment.ps1" used in SCCM Task Sequence than it could cause policy storms in SQL database.

115706-image.png

The official solution as i now i delete this step and leave just steps of turning on Bitlocker and after that PC starts up for the first time it will receive SCCM Bitlocker Policy that will send the key to SCCM SQL database.

Ok but is there some solution of leaving this script in SCCM TS, because now it's very good, because it's send bitlocker key during TS.

115738-image.png

Using this script on SCCM database i receive 47 policies and after new PC installs with TS it's increase.

Could i delete this policies from SCCM SQL database?

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Jason Sandys 31,421 Reputation points Microsoft Employee Moderator
    2021-07-19T17:51:44.257+00:00

    Ok but is there some solution of leaving this script in SCCM TS

    No, not today. The best you can do today is save the key to your on-prem AD or hard-code a recovery key (that will get rotated later).

    With this in mind, does this cause you pain or become a blocker? If so, why (trying to phrase this is business impact terms and not technical ones)?

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.