How to deploy KIR through script

Kishor Kumar 10 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 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,927 questions
Microsoft Intune Grouping
Microsoft Intune Grouping
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Grouping: The arrangement or formation of people or things in a group or groups.
48 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,308 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MotoX80 32,736 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.