Skip to content

Windows Update step seems not to work with internal WSUS #263

@stefanweilguni-oss

Description

@stefanweilguni-oss

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions