@B.S.4,
There is no need for anything special to take ownership.
Just go to recovery mode command prompt, select the correct disk letter for the disk containing windows then
"cd Widows\System32\SecurityHealth" and use the command "rmdir /s 1.0.2109.27002-0" to remove that directory with all the files and subfolders in it.
Reboot and you are done.
Keep in mind that depending on when the systems were upgraded MS may have downloaded other versions by mistake.
You could find multiple versions in SecurityHealth, see the case below.
The correct version for 22621 Builds is in folder 1.0.2207.20002-0 everything else in SecurityHealth folder should be removed including SecurityHealthSetup.exe that could otherwise reinstall the wrong update.
This is the correct version to install for Builds 22621 in case there is the wrong one installed you can use the .appx that is in the folder 1.0.2207.20002-0 to reinstall the correct one.
To determine which one is currently running you can use the PowerShell command run as administrator.
Get-AppxPackage Microsoft.SecHealthUI -allusers | Select Name, PackageFullName
In this case you can see below that it is running the correct Version 1000.22621.1.0_x64
Microsoft.SecHealthUI Microsoft.SecHealthUI_1000.22621.1.0_x64__8wekyb3d8bbwe
If it shows any different version, it is not the correct one and it needs to be reinstalled with the correct .appx from the folder 1.0.2207.20002-0