Get-CMClientOperations

Get-CMClientOperations

Gets all client notification tasks.

Syntax

Get-CMClientOperations [ <CommonParameters>]

Detailed Description

The Get-CMClientOperations cmdlet gets all client notification tasks. Client notification tasks trigger the client agent to perform a specific action on demand without waiting for the client agent to poll for a new policy.

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 notification tasks

This command gets all client notification tasks.

PS C:\> Get-CMClientOperations

Clear-CMClientOperation

Remove-CMClientOperation