Get-CMAppV5XDeploymentTypeItem

Get-CMAppV5XDeploymentTypeItem

Gets application information and deployment types from an App-V 5.0 package file.

Syntax

Parameter Set: GetByApplicationName
Get-CMAppV5XDeploymentTypeItem -ApplicationName <String> -DeploymentTypeName <String> [ <CommonParameters>]

Detailed Description

The Get-CMAppV5XDeploymentTypeItem cmdlet gets application information and deployment types from a Microsoft Application Virtualization (App-V) 5.0 package file.

Parameters

-ApplicationName<String>

Specifies the name of an application that is associated to the App-V 5.0 deployment type.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-DeploymentTypeName<String>

Specifies the name of a deployment type.

A deployment type is contained within an application and contains the information that Configuration Manager requires to install software. A deployment type also contains rules that specify if and how the software is deployed.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Get deployment types from an App-V 5.0 package file

This command gets information for the application named BasicOfficeApps that is associated with deployment type named VirtualAppDeployment01.

PS C:\> Get-CMAppV5XDeploymentTypeItem -ApplicationName "BasicOfficeApps" -DeploymentTypeName "VirtualAppDeployment01"

Add-CMDeploymentType