-
When you try to utilize the Even though the argument value error details:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I found a work around which fixed my issue, I had to stack quotes. Example:
|
Beta Was this translation helpful? Give feedback.
-
The
Real-time Response interprets that space as two separate arguments, so by using double quotes like you did, you're passing the following (proper) command instead:
|
Beta Was this translation helpful? Give feedback.
I found a work around which fixed my issue, I had to stack quotes.
Example:
Invoke-FalconRTR -Command ls -Arguments "'/users/profile/Library/Application Support/'" -HostIds $host_id.device_id