Get-CMQueryResultMaximum

Get-CMQueryResultMaximum

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

構文

Get-CMQueryResultMaximum [ <CommonParameters>]

詳細説明

The Get-CMQueryResultMaximum cmdlet gets the maximum number of rows that a Microsoft System Center 2012 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 to change the maximum number of rows that a System Center 2012 Configuration Manager report query can return.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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