Skip to content

2.1.9

Compare
Choose a tag to compare
@bk-cs bk-cs released this 24 Mar 23:31
· 1476 commits to master since this release

General Changes

  • Added 'Select-Object' to 'Get-ChildItem' output to force the display of FullName, Length and LastWriteTime
    due to differences with how PowerShell displays Get-ChildItem on non-Windows devices.

Resolved Issues

  • Issue #190: Modified Json conversion of 'stdout' when using 'runscript' with 'Invoke-FalconRtr' to reduce
    the opportunity of null output.