Get-CMAppV5XDeploymentTypeItem

Get-CMAppV5XDeploymentTypeItem

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

構文

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

詳細説明

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

パラメーター

-ApplicationName<String>

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

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.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Get deployment types from an appv_short_5App-v5 package fileApp-V 5.0

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