Describe the bug
$AllHosts = Get-FalconHost -All -Include content_state does not return content_state values
To Reproduce
Get-FalconHost -All -Include content_state
or
Get-FalconHost -Filter "platform_name:'Windows'" -Detailed -All -Include content_state
We get the following for content_state property for all hosts queried:
content_state: @{system_critical=; rapid_response_content=; vulnerability_management=; sensor_operations=}
Expected behavior
I would like to retrieve the content update states for hosts in our environment
Environment (please complete the following information):
- OS: Windows 11
- PowerShell: Desktop [5.1.26100.7705]
- PSFalcon: 2.2.9
Additional context
Add any other context about the problem here.
Transcript content
If possible, please include a PowerShell transcript.
- Set $VerbosePreference = 'Continue'
- Run Import-Module, Request-FalconToken, Start-Transcript, Show-FalconModule, the affected PSFalcon commands or script, and Stop-Transcript
- Copy/paste transcript content
Describe the bug
$AllHosts = Get-FalconHost -All -Include content_state does not return content_state values
To Reproduce
Get-FalconHost -All -Include content_state
or
Get-FalconHost -Filter "platform_name:'Windows'" -Detailed -All -Include content_state
We get the following for content_state property for all hosts queried:
content_state: @{system_critical=; rapid_response_content=; vulnerability_management=; sensor_operations=}
Expected behavior
I would like to retrieve the content update states for hosts in our environment
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Transcript content
If possible, please include a PowerShell transcript.