Export-CMApplication
Updated: March 1, 2013
Applies To: System Center 2012 Configuration Manager SP1
Export-CMApplication
Syntax
Parameter Set: SearchByNameMandatory Export-CMApplication -Name <String[]> -Path <String> [-Comment <String> ] [-IgnoreRelated] [-OmitContent] [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: SearchByIdMandatory Export-CMApplication -Id <String[]> -Path <String> [-Comment <String> ] [-IgnoreRelated] [-OmitContent] [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: SearchByValueMandatory Export-CMApplication -InputObject <IResultObject> -Path <String> [-Comment <String> ] [-IgnoreRelated] [-OmitContent] [-Confirm] [-WhatIf] [ <CommonParameters>]
Detailed Description
The Export-CMApplication exports an application to a file, and copies the content to a separate folder if OmitContent is false. Specify a file path to the location where you want to export the application.
Parameters
-Comment<String>
Specifies a comment for the exported application.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-Id<String[]>
Specifies an array of IDs for the exported application.
Aliases | CIId |
Required? | true |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-IgnoreRelated
Indicates that related objects, such as application dependencies, superseded applications, or related categories and global conditions, are exported.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-InputObject<IResultObject>
Specifies an application object. To obtain an application object, use the Get-CMApplication cmdlet.
Aliases | none |
Required? | true |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-Name<String[]>
Specifies an array of names for the exported application.
Aliases | LocalizedDisplayName |
Required? | true |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-OmitContent
Indicates whether to export related content to a separate folder in the same location as the .zip file.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-Path<String>
Specifies a path of the package. The package file has a .zip extension.
Aliases | none |
Required? | true |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-Confirm
Prompts you for confirmation before executing the command.
Required? | false |
Position? | named |
Default Value | false |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
-WhatIf
Describes what would happen if you executed the command without actually executing the command.
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.
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.
