SCCM – Error (0x800703ee) No Updates

Error
<![LOG[Job error (0x800703ee) received for assignment
<![LOG[Updates will not be made available]LOG]!>
Cleanup Machine Policy
# run cmd with elevated rights (right click --> run as administrator)
# delete c:\windows\system32\GroupPolicy\Machine\Registry.pol

del c:\windows\system32\GroupPolicy\Machine\Registry.pol

# update group policies
gpupdate /force
Trigger Software Update Scan Cycle
[win] + [r]
control
[Enter]
# Search for Configuration Manager and open it
# Select Actions
# Select "Software Updates Scan Cycle" and press "Run Now"
# wait a view minutes
# Updats should show up in Software Center
(optional) Check your windows update settings manually
[win] + [r]
powershell
[Enter]
Get-ItemProperty HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate\
# WUServer and WUStatuServer should be set to the Software Update Point of SCCM
Get-ItemProperty HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate\AU | select UseWUServer
# UseWUServer should be set to 1