So I am new to powershell and am creating a script to make my life easier for deploying new computers. It has been going great and I just have a question about wmic. I have it start an .exe on the remote machine using wmic, which I have gotten to work fine, but what I want to know is if it is possible to make it open the .exe on the remote machine AND show the UI. That way when I remote into the computer I can see the status. Whenever I run the .exe via wmic command the process starts but it does not show the UI. If I call the .exe from the command line on the remote machine it show up just fine.
Any advice would be much appreciated.
submitted by /u/niksal12
[link] [comments]
The post WMIC help appeared first on How to Code .NET.