--- title: How to Load the PowerShell Cmdlets and Get Cmdlet Help (Windows 10) description: How to Load the PowerShell Cmdlets and Get Cmdlet Help author: MaggiePucciEvans ms.pagetype: mdop, appcompat, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w10 --- # How to Load the PowerShell Cmdlets and Get Cmdlet Help What this topic covers: - [Requirements for using PowerShell cmdlets](#bkmk-reqs-using-posh) - [Loading the PowerShell cmdlets](#bkmk-load-cmdlets) - [Getting help for the PowerShell cmdlets](#bkmk-get-cmdlet-help) - [Displaying the help for a PowerShell cmdlet](#bkmk-display-help-cmdlet) ## Requirements for using PowerShell cmdlets Review the following requirements for using the App-V PowerShell cmdlets:
Requirement | Details | ||||||
---|---|---|---|---|---|---|---|
Users can run App-V Server cmdlets only if you grant them access by using one of the following methods: |
|
||||||
Cmdlets that require an elevated command prompt |
|
||||||
Cmdlets that end users can run, unless you configure them to require an elevated command prompt |
To configure these cmdlets to require an elevated command prompt, use one of the following methods:
|
App-V component | Command to type |
---|---|
App-V Server |
Import-Module AppvServer |
App-V Sequencer |
Import-Module AppvSequencer |
App-V Client |
Import-Module AppvClient |
Format | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
As a downloadable module |
To download the latest help after downloading the cmdlet module:
|
||||||||
On TechNet as web pages |
See the App-V node under [Microsoft Desktop Optimization Pack Automation with Windows PowerShell](http://technet.microsoft.com/library/dn520245.aspx). |