Skip to content

2.1.2

Compare
Choose a tag to compare
@bk-cs bk-cs released this 27 Aug 20:39
· 1587 commits to master since this release

New Commands

  • container-security
    'Get-FalconContainerToken'

  • scheduled-report
    'Get-FalconScheduledReport'
    'Receive-FalconScheduledReport'

  • self-service-ioa-exclusions
    'New-FalconIoaExclusion'

Command Changes

  • Export-FalconConfig
    Added 'IoaExclusion' to '-Items'.

  • Get-FalconHost
    Added '-Network' parameter to retrieve network address history using host identifier(s).

    Added '-Login' parameter to retrieve user login history using host identifier(s).

    Added '-Include' parameter with values 'login_history' and 'network_history' to include data with regular
    output.

  • Get-FalconZta
    Added '/zero-trust-assessment/entities/audit/v1:get' endpoint to 'Get-FalconZta' to provide summary-level
    Zero Trust Assessment results for your entire CID.

  • Import-FalconConfig
    Added 'IoaExclusion' for import and assignment.

GitHub Issues

  • Issue #67: Solved. Apparently you can't use a trailing slash for 'HelpInfoUri'...
  • Issue #68: Fixed typo which prevented 'Remove-FalconReconNotification' from being available
  • Issue #69: Moved code from 'begin{}' block to 'process{}' block for relevant commands.