Skip to content

[ Q&A ] Get-FalconHost -include content_state - unable to read content_state detail #524

Description

@bbivmb

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.

  1. Set $VerbosePreference = 'Continue'
  2. Run Import-Module, Request-FalconToken, Start-Transcript, Show-FalconModule, the affected PSFalcon commands or script, and Stop-Transcript
  3. Copy/paste transcript content

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions