Easy2Patch v4.0
Easy2Patch v4.0
  • Infrastructure Documents
  • Overview
    • What is Easy2Patch?
    • Request a new 3rd Party Applications
    • FAQs
    • Road Map
    • Release Notes
    • Version Compare
    • Licensing
  • Planning
    • POC Requirements for Easy2Patch 3.1
    • POC Requirements for Easy2Patch 4.0 Web Edition
    • Supported Configurations
    • Windows Operating System Requirements
    • SQL Server Requirements
    • Other Requirements
    • Network Considerations
    • Antivirus Exclusion List for Easy2PatchV3
    • Design
      • Update & Application & Intune (Server Deployment)
      • Standalone WSUS Deployment
      • Standalone Intune Deployment
  • Deployment
    • Installing WSUS Console
    • Installing SCCM Admin Console
    • Installing IIS Component for Easy2Patch 4.0
    • Configuring Intune Application Registration
    • Getting Code-Signing Certificate
    • Installing Easy2Patch 3.1
      • Upgrading to Easy2Patch 3.1.10
      • Licensing Easy2Patch 3.1
    • Installing Easy2Patch 4.0
      • Upgrading Easy2Patch 4.0
      • Easy2Patch Backup & Restore
      • Licensing Easy2Patch 4.0
  • Configuring
    • SSL Configuration in WSUS for 3rd Party Update
    • Configuring ConfigMgr for 3rd Party Updates
    • Easy2Patch 3.1 Settings
      • General
        • Certificate Management
        • Backup Settings
          • Restore Easy2Patch 3.x
        • General Settings
        • Application Deployment
        • Intune Deployment
        • Maintenance
      • Notification
        • E-Mail
        • Telegram
          • Creating a Telegram Bot
          • Telegram Chat ID
      • SCCM / WSUS / INTUNE
        • WSUS Settings
        • SCCM Settings
        • Database Settings
        • Intune Settings
      • Proxy
    • Easy2Patch 4.0 Settings
      • Migrate from Easy2Patch 3.x
      • General Settings
        • General
        • Identity
          • Active Directory
          • EntraID
            • Required Permissions for EntraID
        • Proxy
        • Log
        • Maintenance
        • Login
      • Deployment Settings
        • Process Conflict
        • Update
        • Application Deployment
        • Intune Deployment
        • Defender
      • Connection Settings
        • Database
        • SCCM
        • WSUS
        • Intune
      • Managements
        • Role
        • License
        • Certificate Management
      • Alert Settings
        • Notification
          • E-Mail
          • Telegram
            • Creating a Telegram Bot
            • Telegram Chat ID
            • Telegram Setting
        • Alerts
        • Recipients
  • Managing Easy2Patch
    • Easy2Patch 3.1
      • Update
      • Application Deployment
      • Intune Update
      • Intune Application
      • License Management
    • Easy2Patch 4.0
      • Dashboard
        • WSUS
        • SCCM
        • Intune
      • Update
        • Application Custom Settings
        • WSUS Maintenance
        • Side Menu
      • Application
        • Application Deployment Right Click Menu
        • Application Custom Settings
        • SCCM Maintenance
        • Side Menu
      • Intune Update
        • Intune Update Right Click Menu
        • Application Custom Settings
        • Intune Maintenance
        • Side Menu
      • Intune Application
        • Intune Application Right Click Menu
        • Application Custom Settings
        • Intune Maintenance
        • Side Menu
      • CVE List
      • Schedule
      • Reporting
        • Update Status
  • Troubleshooting
    • Schema files not found!
    • Failed to sign package
    • Fixing 500.19 web.config error
    • Securing Windows Server
Powered by GitBook
On this page
  • Software Update Point (SUP) Role
  • Member Windows Server
  • Windows 10/11 Client Operating System
  • Windows 10
  • Windows 11

Was this helpful?

  1. Deployment

Installing WSUS Console

Scope: Easy2Patch (All Versions)

PreviousDeploymentNextInstalling SCCM Admin Console

Last updated 10 months ago

Was this helpful?

The WSUS console is a prerequisite for Easy2Patch installation. The console needs to be installed independently of any features. Installation methods differ according to the system where the console is installed.

Attention

Only Easy2Patch 3.x and previous versions can be install on Windows Clients. Easy2Patch 4.x versions can be install only Windows Server systems.

Software Update Point (SUP) Role

It is recommended to install on the Software Update Point role so that Easy2Patch can run in environments with WSUS and SCCM without needing additional system resources. The recommended scenario is to install Easy2Patch on the server where this role is running. The WSUS console must be installed on this server role as required by the SUP role. However, if the console is not installed, the WSUS console can be installed with the command below.

Install-WindowsFeature -Name UpdateServices-RSAT -IncludeAllSubFeature

Member Windows Server

Apart from the recommended configuration, Easy2Patch can be installed on a member server. In this case, the WSUS console must be installed on the server. The following powershell command is used for console installation.

Install-WindowsFeature -Name UpdateServices-RSAT -IncludeAllSubFeature

Windows 10/11 Client Operating System

Especially in scenarios such as Intune, in the recommended installation model, Easy2Patch can run on client operating systems other than the server. In this case, will be required to be installed on the client system. Doing the installation will be enough for Easy2Patch to work.

Windows 10

Remote Server Administration Tool must be installed on Windows 10 systems. The file can be downloaded from the Microsoft Download Center.

RSAT on Windows Download Center:

Windows 11

On Windows 11 systems, the Remote Server Administration Tool is located under Windows Features. It can be installed from the Add or Remove Windows Features screen or with the command below.

Get-WindowsCapability -Name Rsat.WSUS.Tools~~~~0.0.1.0 -Online | Add-WindowsCapability -Online
Remote Server Administration Tool
https://www.microsoft.com/download/details.aspx?id=45520