Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
How to Uninstall Tenable Nessus Agent on Windows using PowerShell | Tenable Vulnerability Management
Play lesson

Mastering Tenable Vulnerability & Exposure Management (2026 Edition) - How to Uninstall Tenable Nessus Agent on Windows using PowerShell | Tenable Vulnerability Management

Master Tenable Vulnerability Management: Find, Prioritize, and Fix Critical Security Risks

5.0 (1)
12 learners

What you'll learn

Identify and categorize assets within a vulnerability management platform.
Configure and execute vulnerability scans to assess security posture.
Interpret CVSS scores to prioritize vulnerabilities based on severity.
Create and utilize dashboards to monitor exposure and track remediation initiatives.

This course includes

  • 1.5 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

In this video, we walk through how to install and uninstall the Tenable Nessus Agent on Windows using PowerShell for Tenable Vulnerability Management. Whether you are deploying locally or building a script for your remote deployment tool, this step-by-step guide covers the exact command-line syntax you need to get the job done efficiently. We start by navigating the official documentation to find the correct msiexec removal commands and extracting the direct download URL right from the console's Curl menu. From there, I will show you how to use Invoke-WebRequest to silently download the MSI file directly into your Windows Temp folder. You will also learn how to execute the installer synchronously using the Start-Process wait command, which is crucial for preventing script sequence errors during deployment. We also cover how to properly pass argument lists to msiexec, including quiet and norestart parameters, and how to troubleshoot common PowerShell syntax issues by using backticks to escape double quotes. Finally, we dive into an advanced method for locating the agent's software identifier directly in the Windows Registry so you can uninstall the software without even needing the original MSI file. Don't forget to like, subscribe, and check out the other videos in our Tenable series!

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere