psfalcon icon indicating copy to clipboard operation
psfalcon copied to clipboard

[ BUG ] `Import-FalconConfig` only creates `Script` for a single `platform`

Open bk-cs opened this issue 10 months ago • 1 comments
trafficstars

Describe the bug Import-FalconConfig is not properly comparing Script files across multiple platform values because it checks the target CID for platform values before comparison. If the target CID does not have any Script files, or they are limited to a single platform, the Script files in the import that don't match the available platform values won't be evaluated for creation or modification.

To Reproduce Use Import-FalconConfig with a Script file for import, targeting a CID that has no Script files in it currently, or only Script files for a single operating system.

This behavior could manifest in other import types as well, but was reproducible for Script files.

Expected behavior Each possible operating system should be checked for creation.

Environment

  • PSFalcon: 2.2.8

bk-cs avatar Jan 15 '25 19:01 bk-cs