CrowdStrike / falcon-scripts

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

Unable to retrieve sensor version from policy 'Windows Sensor Update N-1'. Please check the policy and try again. At C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.17\Downloads\2\falcon_windows_install.ps1:499 char:9 + throw $... #366

Open king-slayer97 opened 2 weeks ago

king-slayer97 commented 2 weeks ago

I have an azure policy that runs the customscript extension on the windows VMs to download and install the falcon sensor. Upon executing the below powershell command on the VM, I get the following error: Unable to retrieve sensor version from policy 'Windows Sensor Update N-1'. Please check the policy and try again. At C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.17\Downloads\2\falcon_windows_install.ps1:499 char:9 + throw $...

Command executed: ./falcon_windows_install.ps1 -FalconCid -FalconClientId -FalconClientSecret -Tags -SensorUpdatePolicyName "Windows Sensor Update N-1"