Skip to content

Wildcard usage in hostname filtering #429

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

You must be logged in to vote

Yes, that's correct. I recommend searching using a beginning or trailing wildcard, then filtering past that point.

Get-FalconHost -Filter "hostname:'AALMNOP'" -Detailed -All | Where-Object { $_.hostname -match '.+LMNOP\d+$' }

Replies: 1 comment 3 replies

Comment options

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

@bk-cs
Comment options

Answer selected by bk-cs
@bk-cs
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #428 on October 18, 2024 15:39.