【问题标题】:Install Windows 8 app (appx) remotely via PowerShell?通过 PowerShell 远程安装 Windows 8 应用程序 (appx)?
【发布时间】:2013-10-23 15:53:29
【问题描述】:

正如标题所说。 我的场景是我有一些公司应用程序想要安装到网络中的所有机器上。 我知道我可以通过 PowerShell 从我的机器远程安装 .exe 和 .msi 到网络中的任何机器。我可以用 Windows 8 应用程序 (appx) 做同样的事情吗?如果有怎么办? 提前致谢。

【问题讨论】:

    标签: windows powershell windows-8 appx


    【解决方案1】:

    这称为sideloading and requires some work,就像签署应用程序和安装证书一样。你可以use the System Center 2012 Configuration Manager SP1 to automate this

    【讨论】:

    • 如果我可以物理访问机器,我可以旁加载应用程序。但我需要一些方法来远程完成。示例:如果我想强制安装公司应用程序的其他城市的某些机器更新应用程序,我该怎么做?
    • 不要打扰我最后的评论。我刚发现!只需在 Invoke-Command 脚本块中添加 sideload 应用程序的命令!谢谢!
    • 是的,使用 Windows Powershell Invoke-Command 应该可以将您带到您需要的地方。但是,您需要找到一种将 Appx 包文件获取到远程计算机的方法(显然您之前已经使用 MSI 文件完成了此操作),并且您需要确保 Windows App Store 开发人员证书在远程计算机上有效机器也是。
    猜你喜欢
    • 2022-10-22
    • 1970-01-01
    • 2014-03-12
    • 2016-03-11
    • 1970-01-01
    • 2018-04-04
    • 1970-01-01
    • 2022-12-03
    • 1970-01-01
    相关资源
    最近更新 更多