Get-CMClientStatusSetting

Get-CMClientStatusSetting

Gets client status settings.

Syntax

Get-CMClientStatusSetting [ <CommonParameters>]

Detailed Description

The Get-CMClientStatusSetting cmdlet gets client status settings for the local computer. These settings determine the data collection intervals for individual client monitoring activities.

For more information about client settings, see About Client Settings in Configuration Manager (https://go.microsoft.com/fwlink/?LinkId=266226) on TechNet.

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 client status settings for the local computer

This command gets client status settings for the local computer.

PS C:\> Get-CMClientStatusSetting

Set-CMClientStatusSetting

Update-CMClientStatus

About Client Settings in Configuration Manager