|
I am receiving a "write-result: 40401: Could not establish sensor comms" error. There seems to be an issue in the Private.ps1 file line 582, char 35 "$Result = Write-Result $Request" if I can get some insight into this it would be appreciated. |
Answered by
bk-cs
Sep 8, 2021
Replies: 1 comment
|
You can re-try your command with a device that is known to be online, or use the |
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
40401: Could not establish sensor commsis an API error that is produced when you attempt to use Real-time Response with a host that isn't responding.You can re-try your command with a device that is known to be online, or use the
-QueueOffline $trueparameter with yourStart-FalconSessionorInvoke-FalconRtrcommand.