如何像从 windows 服务器部署 WPF 一样部署 UWP 应用程序?

How deploy UWP app like we did WPF from windows server?

我是 UWP 部署的新手,需要正确的方法来执行此操作 我想像部署 WPF 应用程序一样通过组策略将我的 UWP 部署到我的用户吗?

来自 Distribute LOB apps to enterprises 文档。

There are several options for distributing line of business (LOB) apps to your organization’s users using MSIX packages without making the apps broadly available to the public.

App Installer is suit for your scenario that double-clicking an .appinstaller file that installs the app package from a web server. For the detail steps you could refer to Installing Windows 10 apps from a web page文档。

更新

关于您的评论问题,您可以参考Deploy an Application from Windows Store for Business via System Center Configuration Manager文档。

you can take the .appx file for an app that has been made available for Offline use, and distribute the app with a management tool such as System Center Configuration Manager or the Windows Imaging and Configuration Designer.