QueryMethod Parameter (Connect-DynamicsCRM Cmdlet)
The method to use when querying data from Dynamics CRM. In most cases FetchXML will work with all tables.
Syntax
Connect-DynamicsCRM -QueryMethod string
Possible Values
FetchXML, QueryExpressionData Type
cstr
Default Value
"FetchXML"
Remarks
The method to use when querying data from Dynamics CRM. In most cases FetchXML will work with all tables. However, QueryExpression may be specified as an alternative.