Skip to content

What are the limits for HostIds under Invoke-FalconRtr #271

Answered by bk-cs
bryaner asked this question in Q&A
Discussion options

You must be logged in to vote

Your problem is the first line:

$Hosts = Get-FalconHost -Filter "platform_name:'Linux'"

This will return 100 results by default. Add the -All switch to return all results.

Invoke-FalconRtr does not have a hosts limit. It will generate sessions of 10,000 hosts and loop through them, no matter how many there are.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bryaner
Comment options

@bk-cs
Comment options

@bryaner
Comment options

Answer selected by bk-cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants