如何使用 Windows PowerShell 來修改客戶端設定
適用於:
- Windows 10
- Windows 11
使用下列程式來設定App-V用戶端組態。
若要使用 Windows PowerShell 設定用戶端設定,請使用 Set-AppVClientConfiguration Cmdlet。 如需安裝 Windows PowerShell 的詳細資訊,以及 Cmdlet 清單,請參閱 How to Load the Windows PowerShell Cmdlet for App-V 和 Get Cmdlet Help。
若要修改用戶端設定,請開啟 Windows PowerShell 命令提示字元,並使用任何必要的參數執行 Set-AppVClientConfiguration。 例如:
$config = Get-AppVClientConfiguration
Set-AppVClientConfiguration $config
Set-AppVClientConfiguration -Name1 MyConfig -Name2 "xyz"