-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can re-try your command with a device that is known to be online, or use the |
Beta Was this translation helpful? Give feedback.
40401: Could not establish sensor comms
is 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 $true
parameter with yourStart-FalconSession
orInvoke-FalconRtr
command.