< Back

Test-CrmSolutionComponentObjectIdExists

Sat Jan 18, 2020 7:25 pm

NAME Test-CrmSolutionComponentObjectIdExists



SYNOPSIS

Tests whether a SolutionComponent exists in any solution on a Dynamics Crm Org. Includes default solution.





SYNTAX

Test-CrmSolutionComponentObjectIdExists [[-SolutionComponent] <Guid>] [[-Conn] <CrmServiceClient>]

[<CommonParameters>]





DESCRIPTION





PARAMETERS

-SolutionComponent <Guid>



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Conn <CrmServiceClient>



Required? false

Position? 2

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

'True' if the SolutionComponent exists. 'False' if the SolutionComponent does not exist.







RELATED LINKS