How to deploy KIR through script

Kishor Kumar 30 Reputation points
2024-07-15T14:11:14.04+00:00

Team,

We have over 1000 assets managed by a third party RMM tool. The document here describes how to configure local groups manually through the GUI. Since we don't have GPO or Intune, we need a way to do this through CLI or a script. Please help us configure it through a script and proceed with the upgrade.

issue: https://learn.microsoft.com/en-us/windows/release-health/status-windows-11-23h2#3351msgdesc

Thank you,
Kishor Kumar

Windows for business Windows Server User experience PowerShell
Microsoft Security Intune Grouping
Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

Accepted answer
  1. MotoX80 36,291 Reputation points
    2024-07-16T12:35:05.93+00:00

    Are you referring to the Windows Update API issue?

    https://learn.microsoft.com/en-us/windows/release-health/status-windows-11-23h2#3351msgdesc

    If so, you can follow along with this question.

    https://learn.microsoft.com/en-us/answers/questions/1791668/powershell-command-outputting-system-comobject-on

    Pablo Navarro figured out the registry update by downloading/installing the Group Policy definition for the KIR and analyzing the .admx file contents in C:\Windows\PolicyDefinitions.

    reg add HKLM\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 1931709068 /t REG_DWORD /d 0
    

    You will need to reboot the pc's in order for that registry update to take effect.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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