Invoke-FalconRTR #94
Answered
by
bk-cs
Ainsley929
asked this question in
Q&A
|
I'm getting a 50401:Exceeded maximum timeout error when trying to run a cloud file. I'm passing in around 400 hosts(error is on most hosts though some due queue offline) and I know the majority are online. Any idea how to resolve? |
Answered by
bk-cs
Jun 28, 2021
Replies: 1 comment
|
|
0 replies
Answer selected by
bk-cs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
50401: Exceeded maximum timeoutis due to the devices not completing the script in within the designated timeout window (default: 30 seconds). Try using the-Timeoutparameter to increase it and see if that helps. If it doesn't, you might need to look into passing a script that starts a secondary process instead: https://github.com/CrowdStrike/psfalcon/wiki/Basic-Scripts#upload-and-execute-a-local-script-as-a-secondary-process