-
Notifications
You must be signed in to change notification settings - Fork 96
Description
I cant get Updates from the internal WSUS as I could with MDT.
WSUS ist configured in CustomSettings.ini:
WSUSServer=http://vwx0XXXXX.domain.com:8530
VERBOSE: PSDWindowsUpdate.ps1: The task sequencer log is located at C:\MININT\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log.
VERBOSE: GET with 0-byte payload
VERBOSE: received 113-byte response of content type application/xml; charset=utf-8
VERBOSE: PSDWindowsUpdate.ps1: Creating COM object for WU
Exception from HRESULT: 0x80244011
At C:\MININT\Cache\Scripts\PSDWindowsUpdate.ps1:54 char:1
- $objResults = $objSearcher.Search($search);
-
+ CategoryInfo : OperationStopped: (:) [], COMException + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException
Exception from HRESULT: 0x80244011
At C:\MININT\Cache\Scripts\PSDWindowsUpdate.ps1:54 char:1
- $objResults = $objSearcher.Search($search);
-
+ CategoryInfo : OperationStopped: (:) [], COMException + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException
VERBOSE: PSDWindowsUpdate.ps1: Searching for updates
VERBOSE: "Downloaded [0] Updates to Install"
PS>$global:?
True
Registry Keys for WSUS seems to be missing
