Hello!
I’m attempting to find the syntax to run this command in a remote powershell session, which would normally be run in an administrative command prompt. However, because I cannot remote to the machine due to org policy, I need a way to run a remote client installation like the following. Can I pull this off in powershell?
msiexec /i remoteclient.msi KEY_INFO=123456 INSTALLDIR="C:\Program Files\RemoteClient" /quiet