Reviewing possibilities using PowerShell
Unfortunately, to date, Microsoft has not provided much, officially, about Cmdlets using PowerShell to automate processes in App-V.
Recently, Microsoft published the Microsoft App-V Server SnapIn on CodePlex, which includes almost any task we can execute in the App-V server GUI.
The cmdlets available are as follows:
System options:
Get-AppVSystemOptions
Set-AppVSystemOptions
Packages:
Get-AppVPackages
New-AppVPackage
Remove-AppVPackage
Application groups:
Get-AppVApplicationGroup
New-AppVApplicationGroup
Remove-AppVApplicationGroup
Applications:
Get-AppVApplications
New-AppVApplication
Remove-AppVApplication
Set-AppVApplicationPublishingSettings
Administrators:
Get-AppVAdministrators
New-AppVAdministrator
Remove-AppVAdministrator
Server groups:
Get-AppVServerGroup
New-AppVServerGroup
Remove-AppVServerGroup
Servers:
Get-AppVServers
New-AppVServer
Remove-AppVServer
Providers:
Get-AppVProviders
Remove-AppVProvider
For more information about Microsoft App-V Server SnapIn, take a...