如何使用 Windows PowerShell 修改客户端配置
适用于:
- Windows 10
- Windows 11
使用以下过程配置 App-V 客户端配置。
若要使用 Windows PowerShell 配置客户端设置,请使用 Set-AppVClientConfiguration cmdlet。 有关安装 Windows PowerShell 的详细信息和 cmdlet 列表,请参阅 如何加载适用于 App-V 的 Windows PowerShell Cmdlet 和获取 Cmdlet 帮助。
若要修改客户端配置,请打开 Windows PowerShell 命令提示符,并使用任何必需的参数运行 Set-AppVClientConfiguration 。 例如:
$config = Get-AppVClientConfiguration
Set-AppVClientConfiguration $config
Set-AppVClientConfiguration -Name1 MyConfig -Name2 "xyz"