Hello again.
This PowerShell module is a life saver. I have another feature request but not sure if it's supported by the API. We do a lot of actions in bulk like fetch files, etc.
Would it be possible to add bulk actions for some of the commands like "Invoke-S1AgentFetchFile" and add a parameter called "AgentIDs" ?
I tried adding multiple agent ids comma delimited but it did not work.
here is the output:
PS C:\Users\user> Invoke-S1FetchFile -AgentID 1865915405318312837,1393562905710383536 -FilePath C:\temp\hostnames.txt
Invoke-S1FetchFile: Cannot process argument transformation on parameter 'AgentID'. Cannot convert value to type System.String.
Hello again.
This PowerShell module is a life saver. I have another feature request but not sure if it's supported by the API. We do a lot of actions in bulk like fetch files, etc.
Would it be possible to add bulk actions for some of the commands like "Invoke-S1AgentFetchFile" and add a parameter called "AgentIDs" ?
I tried adding multiple agent ids comma delimited but it did not work.
here is the output:
PS C:\Users\user> Invoke-S1FetchFile -AgentID 1865915405318312837,1393562905710383536 -FilePath C:\temp\hostnames.txt
Invoke-S1FetchFile: Cannot process argument transformation on parameter 'AgentID'. Cannot convert value to type System.String.