SortColumns Parameter (Connect-Salesforce Cmdlet)
Set to true to sort table columns instead of reporting them in the Salesforce order.
Syntax
Connect-Salesforce -SortColumns SwitchParameter
Data Type
bool
Default Value
false
Remarks
By default the cmdlet reports columns in the order that Salesforce reports them. If pseudo-columns are enabled, the cmdlet will add them to the end of the column list.
When this option is enabled, the cmdlet will report all columns (including pseudo-columns) in order according to their name.