Wsus the operation timed out error

Seyyed Soroosh Hosseinalipour 21 Reputation points
2020-11-29T20:58:02.78+00:00

ITNOA

I have clean windows server 2019 core that server WSUS.

After I synchronized wsus from internet. I want to see critical update with below command

Get-WsusUpdate -Classification Critical -Approval Unapproved -Status Any

But after I write this command on powershell I see below error

The operation has timed out

The note is I change connection timeout in IIS to 600 seconds but the error does not resolved

My question is why this error occurred and how to resolve this?

I have the same question in serverfault

thanks a lot

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,505 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,279 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,406 questions
{count} votes

13 answers

Sort by: Newest
  1. Juan Rodriguez 1 Reputation point
    2022-06-10T19:12:27.133+00:00

    In seeing this output I realize I may want to remove drivers from classifications, I will give that a try as well


  2. Juan Rodriguez 1 Reputation point
    2022-06-10T19:11:44.817+00:00

    Windows PowerShell
    Copyright (C) Microsoft Corporation. All rights reserved.

    PS C:\Users\Administrator> $(Get-WsusServer).GetSubscription().GetUpdateCategories() | Select-Object Title

    Title
    -----
    Active Directory Rights Management Services Client 2.0
    Active Directory
    ASP.NET Web and Data Frameworks
    ASP.NET Web Frameworks
    Device Health
    Device Health
    Dictionary Updates for Microsoft IMEs
    Microsoft 365 Apps/Office 2019/Office LTSC
    Microsoft BitLocker Administration and Monitoring v1
    Microsoft BitLocker Administration and Monitoring
    Microsoft Defender Antivirus
    Microsoft Defender for Endpoint
    Microsoft Edge
    Microsoft Security Essentials
    Microsoft SQL Server 2017
    Microsoft SQL Server 2019
    MS Security Essentials
    New Dictionaries for Microsoft IMEs
    Office 2016
    OOBE ZDP
    Security Essentials
    Virtual PC
    Virtual Server
    Virtual Server
    Visual Studio 2015
    Visual Studio 2017
    Visual Studio 2019
    Visual Studio 2022
    Windows - Client, version 21H2 and later, Servicing Drivers
    Windows - Client, version 21H2 and later, Upgrade & Servicing Drivers
    Windows 10 and later drivers
    Windows 10 and later upgrade & servicing drivers
    Windows 10 Anniversary Update and Later Servicing Drivers
    Windows 10 Anniversary Update and Later Upgrade & Servicing Drivers
    Windows 10 Creators Update and Later Servicing Drivers
    Windows 10 Creators Update and Later Servicing Drivers
    Windows 10 Creators Update and Later Upgrade & Servicing Drivers
    Windows 10 Fall Creators Update and Later Servicing Drivers
    Windows 10 Fall Creators Update and Later Upgrade & Servicing Drivers
    Windows 10 Feature On Demand
    Windows 10 Language Interface Packs
    Windows 10 Language Packs
    Windows 10, version 1903 and later, Servicing Drivers
    Windows 10, version 1903 and later, Upgrade & Servicing Drivers
    Windows 10, version 1903 and later
    Windows 10, version 1903 and later
    Windows 10
    Windows 11
    Windows Admin Center
    Windows Admin Center

    PS C:\Users\Administrator> $(Get-WsusServer).GetSubscription().GetUpdateClassifications() | Select-Object Title

    Title
    -----
    Critical Updates
    Definition Updates
    Driver Sets
    Drivers
    Feature Packs
    Security Updates
    Service Packs
    Tools
    Update Rollups
    Updates
    Upgrades

    0 comments No comments

  3. Adam J. Marshall 8,886 Reputation points MVP
    2022-06-10T18:52:04.033+00:00

    FYI, I'm making a WSUS server with LESS resources than what you have (2019, core edition, 4GB RAM, 4 Core, SATA SSD backend, WID). I'd like to try to replicate your scenario. I'm surprised WAM didn't resolve the issues.

    Please give me the output of:

    $(Get-WsusServer).GetSubscription().GetUpdateCategories() | Select-Object Title  
    $(Get-WsusServer).GetSubscription().GetUpdateClassifications() | Select-Object Title  
    

    These 2 will give me the exact list of products and classifications you have so that I can replicate as best as possible.


  4. Juan Rodriguez 1 Reputation point
    2022-06-10T18:03:52+00:00

    I think its a limitation of MMC and the app pools

    0 comments No comments

  5. Juan Rodriguez 1 Reputation point
    2022-06-10T17:56:28.387+00:00

    I have to say I also have this issue. I have 2 servers running 2016 & 2019 Standard. One is a physical server with 2016(this is the original WSUS server for the org) and was working very well on 2012 R2 and once upgraded to 2016 WSUS kept on with these Time out errors in the MMC. I built a VM with 4 Cores and 32GB AM and clean build and also get the same errors, in fact much more frequently that it is not even usable. I would gladly pay for a remote support session at this point because I have followed all recommendations and even used WAM and it still didnt fix the issue at all.

    0 comments No comments