Skip to content

Creating the Command Line

The command line can be created automatically when creating a new Windows File Server application. It must be manually adjusted for other needs (either installing or uninstalling).

Creating a Command Line Automatically

When installing an Activity Monitor, a user can create a command line automatically by following these steps:

  1. From the File Access Manager business website, navigate to Admin > Applications and locate a Windows File Server application.
  2. Under the Actions column, select on the ellipsis icon (...).
  3. Next, select Download Installation File.

The file containing the installation command will be downloaded.

Creating a Command Line for Other Cases

It is not possible to automatically generate the command line for other cases. You will need to manually adjust it based on the Windows File Server application command.

Uninstall All

The installer has the ability to uninstall the collectors without specifying a specific collector. This option will uninstall all the Data Classification collectors, Permission Collection collectors, and Windows File Server activity monitors only.

This option is useful when you want to decommission a server with collectors. The advantage is that the command is identical for all servers.

Command Examples

Windows File Server Activity Monitor

Installation

CollectorBulkInstaller.exe -i 2 --log "C:\Program Files\SailPoint\Logs" --agent-conf-url ":8000" -h "C:\Program Files\SailPoint" --system-guid "" --valid-cert-hashes ""

Uninstallation

CollectorBulkInstaller.exe -u 2 --log "C:\Program Files\SailPoint\Logs" --agent-conf-url ":8000" -h "C:\Program Files\SailPoint" --system-guid "" --valid-cert-hashes ""

Permissions Collector

Installation

CollectorBulkInstaller.exe -i 3 --log "C:\Program Files\SailPoint\Logs" --agent-conf-url ":8000" -h "C:\Program Files\SailPoint" --system-guid "" --valid-cert-hashes "" -e “

Uninstallation

CollectorBulkInstaller.exe -u 3 --log "C:\Program Files\SailPoint\Logs" --agent-conf-url ":8000" -h "C:\Program Files\SailPoint" --system-guid "" --valid-cert-hashes "" -n “

Data Classification

Installation

CollectorBulkInstaller.exe -i 4 --log "C:\Program Files\SailPoint\Logs" --agent-conf-url ":8000" -h "C:\Program Files\SailPoint" --system-guid "" --valid-cert-hashes "" -e “

Uninstallation

CollectorBulkInstaller.exe -u 4 --log "C:\Program Files\SailPoint\Logs" --agent-conf-url ":8000" -h "C:\Program Files\SailPoint" --system-guid "" --valid-cert-hashes "" -n “

Uninstall All

CollectorBulkInstaller.exe -u 1 --log "C:\Program Files\SailPoint\Logs" --agent-conf-url ":8000" -h "C:\Program Files\SailPoint" --system-guid "" --valid-cert-hashes ""