RayVentory Scan Engine Maintenance Tool

<< Click to Display Table of Contents >>

RayVentory Scan Engine > 12.6 u4 > User Guide > Command-Line Tools 

RayVentory Scan Engine Maintenance Tool

The RayVentory Scan Engine Maintenance Tool is an application that is able to identify duplicate connections and to remove these duplicates.

 

warning1

WARNING

This tool is only meant to be used by consultants and advanced users!

 

Usage

RayVentoryScanEngine.Maintenance.exe [--<argument-name>=<value>]...

 

Table of Arguments

Name

Type

Description

--dryRun

Boolean

If set to true, dry run is activated. During a dry run no connections will be deleted by the algorithm. The dry run can be used to display how many connections will be removed by the algorithm without actually removing them.

--exclusionListFile

Text

The path to the file with a list for each BIOSSerial, ComputerUUID, and Hostname to be excluded by the algorithm.

--help

Flag

Displays the help screen which contains a list of the arguments.

--version

Flag

Displays the version information.

 

Execute a Dry Run:

RayVentoryScanEngine.Maintenance.exe --dryRun=true

 

Disable Dry Run:

RayVentoryScanEngine.Maintenance.exe --dryRun=false

 

Use the Exclusion List File:

RayVentoryScanEngine.Maintenance.exe --exclusionListFile=<pathToFile>

 

It is also possible to combine the parameters. For example:

RayVentoryScanEngine.Maintenance.exe --dryRun=false --exclusionListFile=<pathToFile>