CrowdStrike / falcon-scripts

Scripts to streamline the deployment and use of the CrowdStrike Falcon sensor
The Unlicense
127 stars 79 forks source link

Update policy Name #322

Closed clesieug closed 2 weeks ago

clesieug commented 2 weeks ago

Hello

in powershell/install/falcon_windows_install.ps1 at line 485 $filter = "platform_name:'Windows'+name.raw:'$($SensorUpdatePolicyName.ToLower())'"

Policy name is case sensitive. Do not convert to Lower. Change to $filter = "platform_name:'Windows'+name.raw:'$($SensorUpdatePolicyName)'"

Thx

carlosmmatos commented 2 weeks ago

@clesieug thanks for opening this up, somehow this was a regression as we already fixed this in #277 and must have brought it back from the dead 🧟 ... we'll get this fixed in this next version.