如何使用 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"