CrowdStrike / psfalcon

PowerShell for CrowdStrike's OAuth2 APIs
The Unlicense
350 stars 66 forks source link

[ ENHANCEMENT ] Add `Get-FalconScanFile` results to `Include` for `Get-FalconScan` #411

Closed bk-cs closed 1 week ago

bk-cs commented 2 months ago

Add an Include option to Get-FalconScan that will include Get-FalconScanFile detail when a scan has a filecount.malicious or filecount.quarantined value.

bk-cs commented 2 months ago

Added Include parameter to Get-FalconScan. To complete the lookup of files from a scan, I also added ScanId as a parameter to Get-FalconScanFile to retrieve all files found in a particular scan.

Both of these changes will be available in the 2.2.7 PSFalcon release.

bk-cs commented 1 week ago

This improvement is included in the 2.2.7 release.