Retrieving Host Details using PSFalcon Get-FalconHost -All -Detailed #472
Replies: 1 comment
-
|
You can see examples of how to convert non-string fields into strings for CSV export using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I am using PSFalcon to retrieve host information. I am using this Get-FalconHost -All -Detailed to get hosts details. However, some properties such groups, ou, tags are coming back as System.Object[].
What method should I use for reading the values of groups, ou and tags objects and converting them into a string (separated by coma)?
Many thanks for providing an advise or a sample code.
Kris
Beta Was this translation helpful? Give feedback.
All reactions