When running the Start-ADTMSIProcess command and trying to capture the results to a variable I get a message in the logs: "[Install] :: CreateNoWindow not specified, StdOut/StdErr streams will not be available." under the component Start-ADTProcess.
But the -CreateNoWindow switch does not appear to be accepted when running the Start-ADTMSIProcess command, only when running Start-ADTProcess. I just wanted to check and see if I'm missing something here. I feel like I should be able to pass that along when running Start-ADTMSIProcess just as I can with Start-ADTProcess so I can capture the STDOUT/STDERR results. It's entirely possible that I'm just missing something simple here, but a quick search didn't give me any results to this issue.