Forum Discussion
Alex_Rusller
Jun 16, 2021Copper Contributor
Windows 10 quality updates - Update Healt Tool missing
Hello all, I have the following problem and ask for your advice. We have several AAD joined and registered Windows 10 devices, with different Windows 10 versions. This devices are full managed via ...
Jul 08, 2021
Hi,
You could create a Powershell script and deploy it to your devices. As the update must be installed with windowsupdate when you have the latest build installed
Try {
Install-PackageProvider NuGet -Force
install-module pswindowsupdate -force
install-windowsupdate -kbarticleid KB4023057 -acceptall
}
Catch {
$_ | Out-File C:\temp\errors.txt -Append
}
Jul 12, 2021
I described to whole flow and troubleshooting part in my latest blog:
https://call4cloud.nl/2021/07/quality-updates-international-preview-of-mystery/
https://call4cloud.nl/2021/07/quality-updates-international-preview-of-mystery/