Replies: 1 comment
-
If a file exists on one host and you're trying to copy it to another, you either need to mount a network share inside RTR ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello,
i am leveraging psfalcon to run and execute KAPE via Crowdstrike RTR on a remote host, Once KAPE runs and generates an image file, it zips it up on the remote host in the temp folder location.
What im trying to do is grab that file off the remote host and copy it to another host which stores the KAPE image.
would i be best to use Invoke-FalconAdminCommand to use 'put' file?
example of what i tried to do but not sure if copy path will work in this instance?
Beta Was this translation helpful? Give feedback.
All reactions