no stdout output when run on group of machine #418
Unanswered
NatchanonBR
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I see a syntax error in your example;
Assuming that didn't resolve it...
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the suggestion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I manage POS machines and need to check certain services on the POS machines. However, there are around 4xxx machines.
When I run the command below, there is no stdout output shown in the Excel file; it appears as blank spaces.
CheckServices is a PowerShell script that, if it finds the required service, it will display information indicating that the service was found. If not, it will show that the service was not found.
I’m not sure if there are any techniques that could help with this ?
Example command
Invoke-FalconRtr runscript -CloudFile="CheckServices" -HostIds $HostIds -Timeout '600' | Export-csv d:\Save-Result.csv
Beta Was this translation helpful? Give feedback.
All reactions