Invoke-FalconRTR -OfflineQueue #234
-
I am working with PSFalcon and have been running scripts from there. I have a question pertaining to the -OfflineQueue $true. Does anyone know how long they stay in queue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The offline queue lasts for 7 days. If the host targeted by the session does not come online within those 7 days, the session expires. You can reset the 7 days by appending new commands to an existing session (which happens automatically if you |
Beta Was this translation helpful? Give feedback.
The offline queue lasts for 7 days. If the host targeted by the session does not come online within those 7 days, the session expires.
You can reset the 7 days by appending new commands to an existing session (which happens automatically if you
-QueueOffline $true
against a host that has an existing queued session), or you can let it expire and re-issue the original commands (i.e. create a new queued session).