Computers with a prohibited software
inventory_computers_by_prohibited_softwareFind computers running a specific prohibited software. Returns install locations and counts of approved, pending, rejected, or missing exception requests.
Instructions
Retrieves the computers on which a specific prohibited software (by software_id from inventory_prohibited_software_list) is detected, with install location and exception-request counts (approved, pending, rejected, not requested).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full, unprojected record for each row instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| domainFilter | No | Filter by the NetBIOS domain the computer is mapped to. | |
| prohibitedSwId | Yes | software_id of the prohibited software (from inventory_prohibited_software_list). | |
| liveStatusFilter | No | Filter by computer live status: 1 live, 2 down, 3 unknown. | |
| customGroupFilter | No | Filter by custom group name. | |
| branchOfficeFilter | No | Filter by the remote/branch office the computer is mapped to. | |
| osCompatibilityFilter | No | Filter by OS architecture: "32-bit" or "64-bit". |