DisableServerSideFiltering Parameter (Connect-Exchange Cmdlet)
Specifies whether to disable server-side filtering in queries.
Syntax
Connect-Exchange -DisableServerSideFiltering SwitchParameter
Data Type
bool
Default Value
false
Remarks
Set this property to true to disable server-side filtering. When disabled, all filtering is performed client-side by the cmdlet.
By default, this property is set to false, and the cmdlet attempts to push filters to the server for all supported columns and tables.
This property is useful when server-side filtering is insufficient or unsupported for complex queries, and a complete dataset is required for accurate client-side processing.