Import-CMPackage

Import-CMPackage

Imports a Configuration Manager package.

Syntax

Parameter Set: Default
Import-CMPackage -ImportFilePath <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Import-CMPackage cmdlet imports a Microsoft System Center 2012 Configuration Manager package. You can use this cmdlet to import a package of collections, queries, or reports so that you can later deploy these items to a different location.

Parameters

-ImportFilePath<String>

Specifies the Universal Naming Convention (UNC) path for the file package that contains the package that you import. The cmdlet imports all packages that the file package contains.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

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: Import a package

This command imports a package from the path \\Deploy01\ExportPackages.

PS C:\> Import-CMPackage -ImportFilePath "\\Deploy01\ExportPackages"

Export-CMPackage

Get-CMPackage

New-CMPackage

Remove-CMPackage

Set-CMPackage