Standard input is a way to pipe content into the called program, not pass parameters to it per se.
https://www.tutorialspoint.com/batch...iles_pipes.htm
https://kinook.com/VisBuildPro/Manua...llinputtab.htm
One option would be to pass the arguments by naming them and then assigning to a hash table in PowerShell.
See attached.