2.1.4 #86
Replies: 2 comments 1 reply
-
The module will be available on the PowerShell Gallery once the manifest signing is complete. |
Beta Was this translation helpful? Give feedback.
-
For instance, if you wanted to follow along with the Identity Protection API documentation, this is how the first example would look within PSFalcon:
That
And, if successful, the object that is returned will look like this:
I'm considering some logic to "drill down" into the results and return that |
Beta Was this translation helpful? Give feedback.
-
New Commands
'Invoke-FalconIdentityGraph'
'Add-FalconSensorTag'
'Get-FalconSensorTag'
'Remove-FalconSensorTag'
General Changes
Command Changes
'Get-FalconCidGroup', 'Get-FalconCidGroupMember', 'Get-FalconGroupRole', 'Get-FalconIoaGroup',
'Get-FalconIoaRole', 'Get-FalconIoc', 'Get-FalconMemberCid', 'Get-FalconScheduledReport',
'Get-FalconQuarantine', 'Get-FalconUserGroup', 'Get-FalconUserGroupMember'.
'Get-FalconBehavior', 'Get-FalconIncident'.
'Edit-FalconScript', 'Send-FalconPutFile', 'Send-FalconSample', 'Send-FalconScript'.
Renamed to 'Add-FalconGroupingTag' to clarify purpose and prevent confusion with 'Add-FalconSensorTag'.
Added list of accepted 'Sort' values based on related 'Filter' values accepted by 'devices-scroll' API.
Added check for OS version and 'cd_temp' step to change to a default temporary directory (\Windows\Temp or
/tmp) before the 'put' and 'run' commands.
Suppressed output of session init 'stdout' value so it doesn't display when the following command results in
an error.
Renamed to 'Remove-FalconGroupingTag' to clarify purpose and prevent confusion with 'Remove-FalconSensorTag'.
Added 'Authorization token request failed' message when token request fails to ensure that an error is
produced when an HTTP 403 response is suppressed from the oauth2 API.
GitHub Issues
requests and output of 'batch_get_cmd_req_id' value.
This discussion was created from the release 2.1.4.
Beta Was this translation helpful? Give feedback.
All reactions