1

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.

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

3 Comments

I can sideload the app if I can physically access to the machine. But I need some method to do it remotely. Example: If I want to force some machine in other city that have company app installed to update the app, how can I do that?
Don't bother my last comment. I just found out! Just add the command for sideload app inside Invoke-Command scriptblock! Thanks!
Yes, using Windows Powershell Invoke-Command should get you where you need. However, you will need to find a way to get the Appx package file to the remote machine (you've obviously done this before with the MSI files), and you will need to ensure the Windows App Store developer certificate is valid on the remote machine as well.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.