Did GPO settings propagate to client?
REG QUERY "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate"
Quick checking:
make a bat file with:
wuauclt /detectnow
wuauclt /reportnow
To test conectivety go to:
https://<server url>:8531/selfupdate/wuident.cab
should download a file
Check reg for settings:
REG QUERY "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate"
Comments
Post a Comment