< Back

Add-CrmComponentToSolution

Sat Jan 18, 2020 7:24 pm

NAME Add-CrmComponentToSolution



SYNOPSIS

Adds SolutionComponent(s) to a Dynamics Crm Solution





SYNTAX

Add-CrmComponentToSolution [[-Component] <SolutionComponent[]>] [[-SolutionName] <String>] [[-conn]

<CrmServiceClient>] [<CommonParameters>]





DESCRIPTION

Adds SolutionComponent(s) to Dynamics Crm Solution. Only supports SolutionComponents

with rootcomponentbehavior of 1 or 2.





PARAMETERS

-Component <SolutionComponent[]>

SolutionComponent(s) to be added to the Solution



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SolutionName <String>

UniqueName of Solution



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-conn <CrmServiceClient>

Dynamics crm connection



Required? false

Position? 3

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





RELATED LINKS