Skip to content

2.1.3

Compare
Choose a tag to compare
@bk-cs bk-cs released this 07 Sep 21:24
· 1578 commits to master since this release

New Commands

  • psfalcon
    'Uninstall-FalconSensor'

  • quarantine
    'Get-FalconQuarantine'
    'Invoke-FalconQuarantineAction'
    'Test-FalconQuarantineAction'

Command Changes

  • Invoke-FalconRtr
    Fixed typo which prevented 'host_group_id' from showing up on output when using '-GroupId'.

    Added error message to prevent the use of a '-GroupId' with more than 10,000 members (as the API won't return more than 10,000).

  • Invoke-FalconDeploy
    Added error message to prevent the use of a '-GroupId' with more than 10,000 members (as the API won't return more than 10,000).

  • New-FalconUser
    Added password complexity check to '-Password' parameter.

GitHub Issues

  • Issue #70, #71: Updated the 'Depth' value of 'ConvertTo-Json' throughout module.
  • Issue #73: Fixed the grouping of ids for 'Invoke-FalconHostAction'.