Description of your question
How to get the "vulnerability evaluation logic identifier" for "Get-FalconVulnerabilityLogic" . Using the vulnerability id from "Get-FalconVulnerability" throws "$_ is not a valid vulnerability evaluation logic identifier"
To Reproduce
Use "Get-FalconVulnerability" with params to get a array of vulnerabilities. Get the "id" XXX_XXX and use it in "Get-FalconVulnerabilityLogic -id XXX_XXX".
Expected behavior
Expect output of the vulnerability management evaluation logic for the specified id.
Instead get reply "XXX_XXX s not a valid vulnerability evaluation logic identifier."
Environment (please complete the following information):
- OS: Windows 11
- PowerShell: 5.1.26100.6584
- PSFalcon: [2.2.8
Description of your question
How to get the "vulnerability evaluation logic identifier" for "Get-FalconVulnerabilityLogic" . Using the vulnerability id from "Get-FalconVulnerability" throws "$_ is not a valid vulnerability evaluation logic identifier"
To Reproduce
Use "Get-FalconVulnerability" with params to get a array of vulnerabilities. Get the "id" XXX_XXX and use it in "Get-FalconVulnerabilityLogic -id XXX_XXX".
Expected behavior
Expect output of the vulnerability management evaluation logic for the specified id.
Instead get reply "XXX_XXX s not a valid vulnerability evaluation logic identifier."
Environment (please complete the following information):