falcon-scripts icon indicating copy to clipboard operation
falcon-scripts copied to clipboard

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 $...

Open king-slayer97 opened this issue 1 year ago • 0 comments

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 <Falcon Customer ID> -FalconClientId <Falcon Client ID> -FalconClientSecret <Falcon Client Secret> -Tags <Tags to be set seperated by comma> -SensorUpdatePolicyName "Windows Sensor Update N-1"

king-slayer97 avatar Sep 16 '24 10:09 king-slayer97