6.3 KiB
title, description, author, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod
title | description | author | ms.pagetype | ms.mktglfcycl | ms.sitesec | ms.prod |
---|---|---|---|---|---|---|
How to Load the Windows PowerShell Cmdlets for App-V and Get Cmdlet Help (Windows 10) | How to Load the Windows PowerShell Cmdlets for App-V and Get Cmdlet Help | MaggiePucciEvans | mdop, appcompat, virtualization | deploy | library | w10 |
How to Load the Windows PowerShell Cmdlets for App-V and Get Cmdlet Help
Applies to: Windows 10, version 1607
What this topic covers:
Requirements for using Windows PowerShell cmdlets
Review the following requirements for using the Windows 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:
|
Loading the Windows PowerShell cmdlets
To load the Windows PowerShell cmdlet modules:
-
Open Windows PowerShell or Windows PowerShell Integrated Scripting Environment (ISE).
-
Type one of the following commands to load the cmdlets for the module you want:
App-V component | Command to type |
---|---|
App-V Server |
Import-Module AppvServer |
App-V Sequencer |
Import-Module AppvSequencer |
App-V Client |
Import-Module AppvClient |
Getting help for the Windows PowerShell cmdlets
Starting in App-V 5.0 SP3, cmdlet help is available in two formats:
- As a downloadable module: To download the latest help after downloading the cmdlet module, open Windows PowerShell or Windows PowerShell Integrated Scripting Environment (ISE), and type one of the following commands:
App-V component | Command to type |
---|---|
App-V Server |
Update-Help -Module AppvServer |
App-V Sequencer |
Update-Help -Module AppvSequencer |
App-V Client |
Update-Help -Module AppvClient |
- On TechNet as web pages: See the App-V node under Microsoft Desktop Optimization Pack Automation with Windows PowerShell.
Displaying the help for a Windows PowerShell cmdlet
To display help for a specific Windows PowerShell cmdlet:
-
Open Windows PowerShell or Windows PowerShell Integrated Scripting Environment (ISE).
-
Type Get-Help <cmdlet>, for example, Get-Help Publish-AppvClientPackage.
Have a suggestion for App-V?
Add or vote on suggestions here. For App-V issues, use the App-V TechNet Forum.