Get-CMQueryResultMaximum

Get-CMQueryResultMaximum

Gets the maximum number of rows that a Configuration Manager report query can return.

Syntax

Get-CMQueryResultMaximum [ <CommonParameters>]

Detailed Description

The Get-CMQueryResultMaximum cmdlet gets the maximum number of rows that a Microsoft System Center 2012 SP1 Configuration Manager report query can return. By default, report queries in System Center 2012 Configuration Manager return only a subset of the matching rows in the database. This cmdlet indicates the number of rows that System Center 2012 Configuration Manager can currently return. You can use the Set-CMQueryResultMaximum cmdlet to change the maximum number of rows that a System Center 2012 Configuration Manager report query can return.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Get the report query result maximum

This command gets the maximum number of rows that a Configuration Manager report query can return.

PS C:\> Get-CMQueryResultMaximum

Set-CMQueryResultMaximum