The following opens in a new window, I guess because the new window represents the process running under a different credential:
Start-Process ipconfig -Credential domain\user -NoNewWindow
The documentation here doesn't seem to point this out.
Considering this is occuring, and I need to run with with elevated privilages, how can I get the output of the above command back into my console?