CrowdStrike / falcon-scripts

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

fix(pwsh): remove toLower func for policy name #277

Closed carlosmmatos closed 3 months ago

carlosmmatos commented 3 months ago

Fixes #276

This PR removes the .ToLower() from the $SensorUpdatePolicyName as it is not needed due to name.raw field being case sensitive.