Skip to main content

pvl_installed_remote_access_tools

Purpose

This table will store the data to be displayed in the Dataview - Remote Access Tools Report. It is populated by the Script - Get Installed Remote Access Tools

Dependencies

Tables

pvl_installed_remote_access_tools

ColumnTypeExplanation
ComputerIDint(11)ComputerID of the Machine
NameVARCHAR(100)Name of the Remote Access Tool
InstalledVARCHAR(50)Installation status of the Remote Access Tool
CurrentlyRunningVARCHAR(50)Current running status of the Remote Access Tool
HasRunningServiceVARCHAR(50)Indicates if the Remote Access Tool has a running service
UninstallStringVARCHAR(200)Uninstall string of the Remote Access Tool
ExePathVARCHAR(200)Executable path of the Remote Access Tool
ScriptRanDateDATETIMEDate the script was run for the Remote Access Tool

Changelog

2026-05-05

  • Initial version of the document