Search code examples
windowspowershellwindows-8appx

Install Windows 8 app (appx) remotely via PowerShell?


As the title says. My scenario is I have some company app that want to install to all of machines in network. I know that I can install .exe and .msi remotely from my machine to any machines in network via PowerShell. Can I do the same thing with Windows 8 app (appx)? If there's anyway how? Thanks in advanced.


Solution

  • This is called sideloading and requires some work like signing the App and installing the certificate. You can use the System Center 2012 Configuration Manager SP1 to automate this.