< Back

Add-FetchesToCrmDataPackage

Sat Jan 18, 2020 4:07 pm

NAME Add-FetchesToCrmDataPackage



SYNTAX

Add-FetchesToCrmDataPackage [-Conn] <IOrganizationService> [-Package] <CrmDataPackage> [-Fetches] <string[]>

[[-Identifiers] <hashtable>] [[-DisablePlugins] <hashtable>] [[-DisablePluginsGlobally] <bool>]

[<CommonParameters>]





PARAMETERS

-Conn <IOrganizationService>



Required? true

Position? 0

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-DisablePlugins <hashtable>



Required? false

Position? 4

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-DisablePluginsGlobally <bool>



Required? false

Position? 5

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Fetches <string[]>



Required? true

Position? 2

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Identifiers <hashtable>



Required? false

Position? 3

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Package <CrmDataPackage>



Required? true

Position? 1

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? 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

Microsoft.Xrm.DevOps.Data.PowerShell.CrmDataPackage





OUTPUTS

System.Object



ALIASES

None





REMARKS

None