< Back

New-CrmSolution

Sat Jan 18, 2020 7:24 pm

NAME New-CrmSolution



SYNOPSIS

Creates a new solution on a Dynamics crm org.





SYNTAX

New-CrmSolution [[-SolutionName] <String>] [[-Publisher] <Hashtable>] [[-Conn] <CrmServiceClient>]

[<CommonParameters>]





DESCRIPTION





PARAMETERS

-SolutionName <String>

UniqueName of solution



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Publisher <Hashtable>

Publisher info

Requires entries: 'uniquename', 'friendlyname', 'publisherid', 'version'



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