Windows 10 IOT UWF统一写过滤器实现powershell applyupdate无法识别为cmdlet的名称

问题描述 投票:1回答:1

我正在尝试实现Windows 10 IoT统一写过滤器实现。

我想通过Powershell将这些命令运行到远程物联网设备。转到复制文件的目录cd C:\ UWFTemp将软件包安装到IoT设备系统映像的命令:applyupdate –stage。\ Microsoft-IoTUAP-UnifiedWriteFilter-Package.cabapplyupdate –stage。\ Microsoft-IoTUAP-UnifiedWriteFilter-Package_Lang_zh-cn.cabapplyupdate –commit

而且我收到了错误的信息>]

PS C:\UWFTemp> applyupdate -stage Microsoft-IoTUAP-UnifiedWriteFilter-Package.cab

The term 'applyupdate' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
    + CategoryInfo          : ObjectNotFound: (applyupdate:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

我正在运行此命令的文件存在并且工作正常。我是Shell脚本的新手,我找不到如何安装程序包来运行applyupdate命令。

我正在尝试实施Windows 10物联网统一写入筛选器实施。我想通过Powershell将这些命令运行到远程物联网设备。切换到您复制的目录...

windows powershell shell windows-10-iot-core
1个回答
0
投票

似乎您尚未通过Powershell访问远程设备。请尝试将软件包复制到您的设备中,然后通过Powershell连接远程设备。本文说明如何在Windows 10 IoT核心版(https://docs.microsoft.com/en-us/windows/iot-core/secure-your-device/unifiedwritefilter)上使用UWF。

© www.soinside.com 2019 - 2024. All rights reserved.