< Back
Test-CrmSolutionExists
Post
NAME Test-CrmSolutionExists
SYNOPSIS
Tests whether a solution exists on a Dynamics Crm Org.
SYNTAX
Test-CrmSolutionExists [[-Conn] <CrmServiceClient>] [[-SolutionName] <String>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-Conn <CrmServiceClient>
Dynamics 365 Crm Connection
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SolutionName <String>
Unique Name of Solution
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 solution exists. 'False' if the solution does not exist.
RELATED LINKS
SYNOPSIS
Tests whether a solution exists on a Dynamics Crm Org.
SYNTAX
Test-CrmSolutionExists [[-Conn] <CrmServiceClient>] [[-SolutionName] <String>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-Conn <CrmServiceClient>
Dynamics 365 Crm Connection
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SolutionName <String>
Unique Name of Solution
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 solution exists. 'False' if the solution does not exist.
RELATED LINKS