How to Launch app "Microsoft Company Portal" from the command line cmd.exe
I'm working on a batch file that performs an on demand Company Portal Sync via PowerShell, but I'd like to open Company Portal from the batch file as an option.
Is there a CLI or PowerShell command that will launch Company Portal for the user?
Thank you.
[SOLVED] I was missing keywords from my search. MS Company Portal is not a traditional executable but a "Universal Windows Platform (UWP)" app.
A search for "How to open UWP apps from the command line" gave me the solution I was looking for.
Thank you to those who contributed comments.