We're about to start developing a modern app (LOB) for Windows 8. I've researched how to deploy it via powershell and what I need to do to enable sideloading, etc.
My question is about the administrative process of this. Is it possible to do this remotely? If we have, say 15 devices that this app will be used on, do we need to go to each one and run the powershell script to update it?
It doesn't seem like the add-appxpackage
command has any parameters to execute against a remote machine, though I might be missing something.
I've seen a few references to using System Center to do this? Is that my only option?