Invoke-ControlCommand online check
Closed this issue · 2 comments
DarrenWhite99 commented
If a command is executed against an offline computer, there is no need to wait until the timeout for a result. It should be queued and then the function can exit immediately.
DarrenWhite99 commented
Supported in Development branch. Function accepts a parameter to control action for offline machines (queue (no waiting), skip (do not send command), wait (send command and wait for timeout)).
gavsto commented
Released