Cmdlets for Microsoft Office 365

Build 24.0.9060

OrderBy Parameter (Select-Office365 Cmdlet)

The order in which columns will be returned.

Syntax

Select-Office365 -OrderBy string

Remarks

The order in which columns will be returned. The value of this parameter has the same syntax as the ORDER BY clause of an SQL statement. You can specify multiple columns and the order to sort each by in a comma-separated list.

Select-Office365 -Connection $connection -Table "Events" -Columns "location_displayName ASC" -Where "Id = 'Jq74mCczmFXk1tC10GB'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060