Skip to main content

how to access WSUS console from another pc step by step

 To access the WSUS (Windows Server Update Services) console from another PC, you need to perform the following steps:

  1. Install Remote Server Administration Tools (RSAT):

    • On the PC from which you want to access the WSUS console, you need to install the Remote Server Administration Tools (RSAT) specific to your operating system version. RSAT allows you to manage Windows servers and features remotely from a Windows client computer.
    • Download and install the appropriate RSAT package from the Microsoft Download Center for your Windows version. Ensure that you select the RSAT tools relevant to your operating system and architecture (x86 or x64).
  2. Enable WSUS Management Tools:

    • After installing RSAT, you need to enable the WSUS Management Tools feature to access the WSUS console. To do this:
      • Open the "Control Panel" on the remote PC.
      • Click on "Programs" or "Programs and Features."
      • Click on "Turn Windows features on or off."
      • Scroll down and expand "Remote Server Administration Tools."
      • Locate "Role Administration Tools."
      • Find and enable "Update Services Tools."
  3. Launch WSUS Console:

    • Once you have enabled the WSUS Management Tools feature, you can access the WSUS console from the remote PC:
      • Click on the "Start" menu and search for "WSUS."
      • Open "WSUS Administration Console."
  4. Connect to WSUS Server:

    • When you open the WSUS console on the remote PC, it will prompt you to connect to a WSUS server.
    • Enter the server name or IP address of the WSUS server you want to manage, and click "Connect."
  5. Authentication:

    • You may be prompted to enter credentials to authenticate yourself on the WSUS server. Use an account with appropriate administrative privileges on the WSUS server.
  6. Manage WSUS Remotely:

    • Once connected, you can manage the WSUS server and its client computers from the WSUS console on the remote PC.

Please ensure that you have the necessary permissions and network access to connect to the WSUS server from the remote PC. Additionally, consider using a secure network connection, such as a VPN, when managing servers remotely for enhanced security.


STEP By STEP Guide:

Step 1: Install Remote Server Administration Tools (RSAT):

  • Go to the Microsoft Download Center and search for "Remote Server Administration Tools" for your specific Windows version.
  • Download the RSAT package that matches your operating system architecture (x86 or x64).
  • Install the RSAT package on your PC by double-clicking the downloaded installer and following the on-screen instructions.

Step 2(A): Enable WSUS Management Tools:

  • Open the "Control Panel" on your PC.
  • Click on "Programs" or "Programs and Features."
  • Click on "Turn Windows features on or off."
  • Scroll down and expand "Remote Server Administration Tools."
  • Locate "Role Administration Tools."
  • Find and enable "Update Services Tools."
Step 2(B) Enable WSUS Management Tools in windows 11:
Refer to this article : How to install Wsus Console in win 11 .

Step 3: Launch WSUS Console:

  • Click on the "Start" menu on your PC.
  • Search for "WSUS" in the search bar.
  • Open "WSUS Administration Console" from the search results.

Step 4: Connect to WSUS Server:

  • Once the WSUS console opens, it will prompt you to connect to a WSUS server.
  • Enter the server name or IP address of the WSUS server you want to manage.
  • Click "Connect."

Step 5: Authentication:

  • You may be prompted to enter credentials to authenticate yourself on the WSUS server.
  • Use an account with appropriate administrative privileges on the WSUS server.

Step 6: Manage WSUS Remotely:

  • After connecting to the WSUS server, you can manage it and its client computers from the WSUS console on your PC.

Please note that this guide assumes you have administrative access to both your PC and the WSUS server. Additionally, ensure that you have the necessary network access and permissions to connect to the WSUS server from your PC.

If you encounter any specific issues or require further assistance, I recommend referring to the official Microsoft documentation or support resources for WSUS.

Comments

Popular posts from this blog

How to Reset Forgotten Password on Kali Linux

          Kali Linux is a Linux distribution used in the Cybersecurity domain. It is maintained and funded by Offensive Security. Kali Linux is Debian based and it uses the Debian repository for most of its packages. This Linux distribution is designed for digital forensics and penetration testing. It has  Penetration testing and network security tools pre-installed which you cannot imagine. It is completely free and open source. So you can use it for free and even contribute to its development.         Now forgetting login credentials is an annoying thing in the case of any operating system. Resetting forgotten passwords often comes with the risk of data loss and requires a lot of effort if you are not a technology enthusiast. This article will be a simple step-by-step guide on resetting forgotten passwords on Kali Linux. How to Reset Forgotten Password on Kali Linux?           In this section, we will ...

Office 365: How to force users to change their password /O365

First we will see how to do it for one account then we will see how to do it for multiple accounts. 1. Install Prerequisites:       We will need MSOnline module to connect to Office 365 with PowerShell.         Open a PowerShell prompt with administrator rights : 2. Install MSOnline module :               It will Also install NuGet Provider , accept and yes to continue.   3.Connect to Office 365     Use Connect-MsolService  to open the Microsoft Office 365 sign in window :       Now a Pop Up windows will open For Microsoft Oath2 Security , Name and password of Administrative user or Global admin must be given here for making any changes.     4.Reset user password :           4A.Force new password :                        With this command we can set a password for a...

How to Start Bluetooth Services in Linux & Kali Linux (Step-by-Step Guide/Fix Bluetooth Not Working)

       If your Bluetooth is not working in Kali Linux or any Linux system, this guide will help you start Bluetooth service in Linux using simple command line steps…              Bluetooth is an essential feature in modern Linux systems—whether you're connecting wireless headphones, transferring files, or pairing devices for pentesting labs in Kali Linux. But unlike Windows, Bluetooth in Linux doesn’t always “just work” out of the box. If you’ve ever faced issues where Bluetooth won’t start, devices aren’t visible, or services seem inactive—this guide is exactly what you need. 🚀 Why Bluetooth Fails to Start in Linux? Before jumping into commands, let’s understand the common causes: Bluetooth service is disabled or inactive Required packages are not installed Systemd services are not running Hardware is blocked (rfkill) Kernel modules are not loaded 🛠️ Step 1: Check Bluetooth Service Status First, verify whether the Bluetooth servi...