Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Latest commit

 

History

History
254 lines (194 loc) · 5.1 KB

Export-CrmSolution.md

File metadata and controls

254 lines (194 loc) · 5.1 KB
external help file Module Name online version schema
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml
AMSoftware.Crm
2.0.0

Export-CrmSolution

SYNOPSIS

Export a customization solution.

SYNTAX

Export-CrmSolution [-Id] <Guid> [-Path] <String> [-Managed] [-AutoNumberingSettings] [-CalendarSettings]
 [-CustomizationSettings] [-EmailTrackingSettings] [-GeneralSettings] [-IsvConfig] [-MarketingSettings]
 [-OutlookSynchronizationSettings] [-RelationshipRoles] [-Target <String>] [<CommonParameters>]

DESCRIPTION

Export a customization solution as a file to the file system.

EXAMPLES

Example 1

PS C:\> Get-CrmSolution -Name 'Product 1' | Export-CrmSolution -Managed -Path c:\temp\product1.zip

Export the solution 'Product 1' as a managed solution to 'product1.zip'.

PARAMETERS

-AutoNumberingSettings

Include auto-numbering settings in the exported solution.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-CalendarSettings

Include calendar settings in the exported solution.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-CustomizationSettings

Include customization settings in the exported solution.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-EmailTrackingSettings

Include email tracking settings in the exported solution.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-GeneralSettings

Include general settings in the exported solution.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Id

The id of the solution to export.

Type: System.Guid
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-IsvConfig

Include ISV configuration in the exported solution.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Managed

Export as managed solution

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-MarketingSettings

Include marketing settings in the exported solution.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-OutlookSynchronizationSettings

Include Outlook synchronization settings in the exported solution.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Path

The file ystem path to export the solution to. This must include to filename.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-RelationshipRoles

Include relationship roles in the exported solution.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Target

Value indicating the version that the exported solution will support

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.Guid

OUTPUTS

System.Object

NOTES

RELATED LINKS

Export-CrmSolution

Get-CrmSolution

Import-CrmSolution

New-CrmSolution

Test-CrmSolution

Use-CrmSolution