Import-CMApplication

Import-CMApplication

Imports an application in Configuration Manager.

構文

Parameter Set: Default
Import-CMApplication -FilePath <String> [-ImportActionType <ImportActionType> {NotSet | Skip | DirectImport | Rename | Overwrite | ImportFail} ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Import-CMApplication cmdlet imports apackage created by the Export-CMApplication cmdlet. A package contains one or more applications and related objects, such as catalogs. If the package contains content, the application package imports the content, or includes a reference to the content.

パラメーター

-FilePath<String>

Specifies a file path for the application.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-ImportActionType<ImportActionType>

Specifies an import action type for the application. Valid values are:

-- ImportFail. Application and dependencies will not be imported.
-- NotImport. Map objects due to exact match of scope, version, or name.
-- DirectImport. Import objects.
-- Overwrite. Map objects despite name or scope duplication.
-- Rename. Create new.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

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

false

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

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Import an application by using a file path

This command imports an application by using the specified file path.

PS C:\> Import-CMApplication -FilePath "\\Contoso01\CM\Toolbox\Test.zip"

関連トピック

Export-CMApplication

Get-CMApplication

New-CMApplication

Remove-CMApplication

Resume-CMApplication

Set-CMApplication

Suspend-CMApplication