Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Please provide the logs from the following location: C:\Windows\CCM\Logs- Absolutely - let me know which ones you need.
rename %SystemRoot%\System32\GroupPolicy\Machine\Registry.pol Registry.pol.bak
gpupdate /force
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000113}" /NOINTERACTIVE
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000114}" /NOINTERACTIVE
Hi Sunfish.@steyrs
Just some information I am sure you are aware of, but I want to provide it just in case. Typically when SCCM is the primary driver for updates in a domain we do not want to set the WSUS location with GPO. If you have only one WSUS, then it can work out if your GPO points to your SUP / WSUS. However, if you have more than one SUP, you can encounter issues where GPO overrides the SCCM wanted location (especially in fallback scenarios). It can work but can also cause headaches. I understand that some organizations require the GPO be set, so if you can't for your environment I completely understand!
For more information please review: Manage settings for software updates - Configuration Manager
Performed the 3 steps - no updates showing up.Step 1
Rename Registry.pol File
Rich (BB code):rename %SystemRoot%\System32\GroupPolicy\Machine\Registry.pol Registry.pol.bak
Step 2
Run gpupdate
Rich (BB code):gpupdate /force
Step 3
Run ConfigMgr Actions
Rich (BB code):WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000113}" /NOINTERACTIVE WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000114}" /NOINTERACTIVE