< Back

Set-SyncCrmSolutionFromSourceConfig

Sat Jan 18, 2020 7:25 pm

NAME Set-SyncCrmSolutionFromSourceConfig



SYNOPSIS

Generates config file for 'New-CrmSolutionFromSource'





SYNTAX

Set-SyncCrmSolutionFromSourceConfig [-FileName] <String> [-SourceOrg] <String> [-TargetOrg] <String>

[-SolutionName] <String> [-FixRootComponentBehavior] <Boolean> [-PubName] <String> [-PubDisplayName] <String>

[-PubPrefix] <String> [<CommonParameters>]





DESCRIPTION

Generates config file for 'New-CrmSolutionFromSource'. Assumes

that all publisher info and solution name are the same for source

and target.





PARAMETERS

-FileName <String>

FileName for config



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SourceOrg <String>

Name of the Dynamics Crm org containing source Solution



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-TargetOrg <String>

Name of the Dynamics Crm org to contain target Solution



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SolutionName <String>

UniqueName of source Solution and for target solution



Required? true

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-FixRootComponentBehavior <Boolean>

Change any rootcomponentbehaviors of 0 to 1. Default is False.



Required? true

Position? 5

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-PubName <String>

UniqueName of Publisher



Required? true

Position? 6

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PubDisplayName <String>

DisplayName of Publisher



Required? true

Position? 7

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PubPrefix <String>

Prefix for publisher



Required? true

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

Psd1 config file of name specified in parameter.







RELATED LINKS