共用方式為


如何載入 Windows PowerShell Cmdlet 並取得 Cmdlet 說明

本文提供如何使用App-V的 Windows PowerShell Cmdlet 的詳細資訊。

使用 PowerShell Cmdlet 的需求

檢閱下列使用App-V PowerShell Cmdlet的需求:

只有當您使用下列其中一種方法授與他們存取權時,使用者才能執行App-V Server Cmdlet

需要提升許可權命令提示字元的 Cmdlet

  • Add-AppvClientPackage
  • Remove-AppvClientPackage
  • Set-AppvClientConfiguration
  • Add-AppvClientConnectionGroup
  • Remove-AppvClientConnectionGroup
  • Add-AppvPublishingServer
  • Remove-AppvPublishingServer
  • Send-AppvClientReport
  • Set-AppvClientMode
  • Set-AppvClientPackage
  • Set-AppvPublishingServer

用戶可以執行的 Cmdlet,除非您將它們設定為需要提升許可權的命令提示字元

  • Publish-AppvClientPackage
  • Unpublish-AppvClientPackage

若要將這些 Cmdlet 設定為需要提升許可權的命令提示字元,請使用下列其中一種方法:

載入 PowerShell Cmdlet

若要載入 PowerShell Cmdlet 模組:

  1. (ISE) 開啟 Windows PowerShell 或 Windows PowerShell 整合式腳本環境。

  2. 輸入下列其中一個命令,以載入您想要之模組的 Cmdlet:

App-V 元件 要輸入的命令
App-V 伺服器 Import-Module AppvServer
App-V Sequencer Import-Module AppvSequencer
App-V 用戶端 Import-Module AppvClient

取得 PowerShell Cmdlet 的說明

從 App-V 5.0 SP3 開始,Cmdlet 說明提供兩種格式:

作為可下載的模組

下載 Cmdlet 模組之後,若要下載最新的說明:

  1. (ISE) 開啟 Windows PowerShell 或 Windows PowerShell 整合式腳本環境。

  2. 輸入下列其中一個命令,以載入您想要之模組的 Cmdlet:

    App-V 元件 要輸入的命令
    App-V 伺服器 Update-Help -Module AppvServer
    App-V Sequencer Update-Help -Module AppvSequencer
    App-V 用戶端 Update-Help -Module AppvClient

在網頁上

App-V 元件 模組檔
App-V 伺服器 AppvServer
App-V Sequencer AppvSequencer
App-V 用戶端 AppvClient

顯示 PowerShell Cmdlet 的說明

顯示特定 PowerShell Cmdlet 的說明:

  1. (ISE) 開啟 Windows PowerShell 或 Windows PowerShell 整合式腳本環境。

  2. 輸入 Get-Help<Cmdlet>,例如 Get-Help Publish-AppvClientPackage