< Back

Import-CrmSolutionAsync

Sat Jan 18, 2020 4:03 pm

NAME Import-CrmSolutionAsync



SYNOPSIS







SYNTAX

Import-CrmSolutionAsync [-conn <CrmServiceClient>] [-SolutionFilePath] <String> [[-ActivateWorkflows]

<SwitchParameter>] [[-OverwriteUnManagedCustomizations] <SwitchParameter>]

[[-SkipDependancyOnProductUpdateCheckOnInstall] <SwitchParameter>] [[-PublishChanges] <SwitchParameter>]

[[-MaxWaitTimeInSeconds] <Int64>] [[-ImportAsHoldingSolution] <SwitchParameter>] [[-BlockUntilImportComplete]

<SwitchParameter>] [<CommonParameters>]





DESCRIPTION







PARAMETERS

-conn <CrmServiceClient>

A connection to your CRM organization. Use $conn = Get-CrmConnection <Parameters> to generate it.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SolutionFilePath <String>

A file path to solution zip file.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ActivateWorkflows [<SwitchParameter>]

Specify the parameter to active plug-ins when importing solution.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-OverwriteUnManagedCustomizations [<SwitchParameter>]

Specify the parameter to overwrite conflicting unmanaged customizations when importing solution.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SkipDependancyOnProductUpdateCheckOnInstall [<SwitchParameter>]

Specify the parameter to skip dependency check when importing solution.



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PublishChanges [<SwitchParameter>]

Automatically publish the changes if the import completes before the max wait time



Required? false

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



-MaxWaitTimeInSeconds <Int64>

Specify the parameter to override the default maximum 900 seconds (15 minutes) to wait for an imported

solution to complete.



Required? false

Position? 6

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ImportAsHoldingSolution [<SwitchParameter>]

Import as a holding solution



Required? false

Position? 7

Default value

Accept pipeline input? false

Accept wildcard characters? false



-BlockUntilImportComplete [<SwitchParameter>]

Rather than return the import ID - block and poll until the command is complete



Required? false

Position? 8

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES











RELATED LINKS