How to use a config.xml file for MS Office installs with Start-process

Good afternoon,

I am trying to setup a remote install for Skype for Business 2016. I am trying to use start-process. I keep getting the error A positional parameter cannot be found that accepts argument "path to config file\config.xml

I am using
start-process -Filepath ‘\server\folder\Skype\setup’ /config '\server\folder\Skype\config.xml
I have also tried using /config get-content ‘\sever\folder\Skype\config.xml’

I am sure it is something really simple I need to use but I can’t seem to figure out what it is.

I recommend to carefully (re-)review the help for Start-Process. Especiall example 7 will be interesting for you I think.

Thank you so much. -AgrumentList was what I was missing.

Thanks again