Register-CimIndicationEvent

Register-CimIndicationEvent

Subscribes to indications using a filter expression or a query expression.

Syntax

Parameter Set: ClassNameComputerSet
Register-CimIndicationEvent [-ClassName] <String> [[-SourceIdentifier] <String> ] [[-Action] <ScriptBlock> ] [-ComputerName <String> ] [-Forward] [-MessageData <PSObject> ] [-Namespace <String> ] [-OperationTimeoutSec <UInt32> ] [-SupportEvent] [ <CommonParameters>]

Parameter Set: ClassNameSessionSet
Register-CimIndicationEvent [-ClassName] <String> [[-SourceIdentifier] <String> ] [[-Action] <ScriptBlock> ] -CimSession <CimSession> [-Forward] [-MessageData <PSObject> ] [-Namespace <String> ] [-OperationTimeoutSec <UInt32> ] [-SupportEvent] [ <CommonParameters>]

Parameter Set: QueryExpressionComputerSet
Register-CimIndicationEvent [-Query] <String> [[-SourceIdentifier] <String> ] [[-Action] <ScriptBlock> ] [-ComputerName <String> ] [-Forward] [-MessageData <PSObject> ] [-Namespace <String> ] [-OperationTimeoutSec <UInt32> ] [-QueryDialect <String> ] [-SupportEvent] [ <CommonParameters>]

Parameter Set: QueryExpressionSessionSet
Register-CimIndicationEvent [-Query] <String> [[-SourceIdentifier] <String> ] [[-Action] <ScriptBlock> ] -CimSession <CimSession> [-Forward] [-MessageData <PSObject> ] [-Namespace <String> ] [-OperationTimeoutSec <UInt32> ] [-QueryDialect <String> ] [-SupportEvent] [ <CommonParameters>]

Detaillierte Beschreibung

The Register-CimIndicationEvent cmdlet subscribes to indications using an indication class name or a query expression.

Use the SourceIdentifier parameter give a name to the subscription.

This cmdlet returns a PS EventSubscription object. You can use this object to cancel the subscription.

Parameter

-Action<ScriptBlock>

Specifies the commands that handle the events.

The commands specified by this parameter run when an event is raised, instead of sending the event to the event queue. Enclose the commands in braces ( { } ) to create a script block.

The script block specified with Action can include the $Event, $EventSubscriber, $Sender, $SourceEventArgs, and $SourceArgs automatic variables, which provide information about the event to the Action script block. For more information about automatic variables, see https://technet.microsoft.com/library/hh847768.aspx.

Aliasse

Keiner

Erforderlich?

false

Position?

102

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-CimSession<CimSession>

Runs the command using the specified CIM session. Enter a variable that contains the CIM session, or a command that creates or gets the CIM session, such as the New-CimSession or Get-CimSession cmdlets. For more information, see about_CimSessions.

Aliasse

Keiner

Erforderlich?

true

Position?

named

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-ClassName<String>

Specifies the indication class to which you are subscribing.
NOTE: You can use tab completion to browse the list of classes, because Windows PowerShell gets a list of classes from the local WMI server to provide a list of class names.

Aliasse

Keiner

Erforderlich?

true

Position?

1

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-ComputerName<String>

Specifies the name of the computer on which you want to run the CIM operation. You can specify a fully qualified domain name (FQDN), a NetBIOS name, or an IP address.

If you specify this parameter, the cmdlet creates a temporary session to the specified computer using the WsMan protocol.

If you do not specify this parameter, the cmdlet performs operation on the local system using Component Object Model (COM).

If multiple operations are being performed on the same computer, connecting using a CIM session gives better performance.

Aliasse

CN,ServerName

Erforderlich?

false

Position?

named

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-Forward

Indicates that events for the subscription are forwarded to the session on the local computer.

Use this parameter when you are registering for events on a remote computer or in a remote session.

Aliasse

Keiner

Erforderlich?

false

Position?

named

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-MessageData<PSObject>

Specifies any additional data to be associated with this event subscription.

The value of this parameter appears in the MessageData property of all the events associated with this subscription.

Aliasse

Keiner

Erforderlich?

false

Position?

named

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-Namespace<String>

Specifies the namespace for the CIM operation.

The default namespace is root/cimv2.
NOTE: You can use tab completion to browse the list of namespaces, because Windows PowerShell gets a list of namespaces from the local WMI server to provide the list of namespaces.

Aliasse

Keiner

Erforderlich?

false

Position?

named

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-OperationTimeoutSec<UInt32>

Specifies the amount of time that the cmdlet waits for a response from the computer.

By default, the value of this parameter is 0, which means that the cmdlet uses the default timeout value for the server.

If the OperationTimeoutSec parameter is set to a value less than the robust connection retry timeout of 3 minutes, network failures that last more than the value of the OperationTimeoutSec parameter are not recoverable, because the operation on the server times out before the client can reconnect.

Aliasse

OT

Erforderlich?

false

Position?

named

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-Query<String>

Specifies a query to run on the CIM server.

You can specify the query dialect using the QueryDialect parameter.

If the value specified contains double quotes (“), single quotes (‘), or a backslash (\), you must escape those characters by prefixing them with the backslash (\) character. If the value specified uses the WQL LIKE operator, then you must escape the following characters by enclosing them in square brackets ([]): percent (%), underscore (_), or opening square bracket ([).

Aliasse

Keiner

Erforderlich?

true

Position?

1

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-QueryDialect<String>

Specifies the query language used for the Query parameter. Die folgenden Werte für diesen Parameter sind zulässig: WQL or CQL.

The default value is WQL.

Aliasse

Keiner

Erforderlich?

false

Position?

named

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-SourceIdentifier<String>

Specifies a name for the subscription. The name that you specify must be unique in the current session.

The default value is a GUID that Windows PowerShell® assigns.

The value of this parameter appears in the value of the SourceIdentifier property of the subscriber object and of all event objects associated with this subscription.

Aliasse

Keiner

Erforderlich?

false

Position?

101

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-SupportEvent

Indicates that the event subscription is hidden.

Use this parameter when the current subscription is part of a more complex event registration mechanism and it should not be discovered independently.

Aliasse

Keiner

Erforderlich?

false

Position?

named

Standardwert

Keiner

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die über die Pipeline an das Cmdlet übergeben werden können.

  • None

    This cmdlet accepts no input objects.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

  • System.Object

    This cmdlet outputs a PS EventSubscription object.

Beispiele

Example 1: Register the events generated by a class

This set of commands subscribes to the events generated by the class named Win32_ProcessStartTrace which raises an event whenever a process starts, and gets the events with ProcessStarted subscription using the Get-Event cmdlet. For more information about Get-Event, see https://technet.microsoft.com/library/hh849909.aspx.

Note: for this example, you must run Windows PowerShell as an Administrator.

PS C:\> Register-CimIndicationEvent -ClassName 'Win32_ProcessStartTrace' -SourceIdentifier "ProcessStarted"
PS C:\> Get-Event -SourceIdentifier "ProcessStarted"

To remove the event from the cache, use the Remove-Event cmdlet. For more information about the Remove-Event cmdlet, see https://technet.microsoft.com/en-us/library/hh849927.aspx.

PS C:\> Remove-Event -SourceIdentifier ProcessStarted

To unregister the event, use the Unregister-Event cmdlet. For more information about the Unregister-Event cmdlet, see https://technet.microsoft.com/library/hh849896.aspx

PS C:\> Unregister-Event -SourceIdentifier ProcessStarted

Example 2: Register the events using a query

This set of commands uses a query to subscribe to an event generated whenever there is a change in the instance of a class named Win32_LocalTime.

PS C:\> $query = "SELECT * FROM CIM_InstModification WHERE TargetInstance ISA 'Win32_LocalTime'"
PS C:\> Register-CimIndicationEvent -Query $query -SourceIdentifier "Timer"

Example 3: Run a script when the event arrives

This set of commands shows how to use an action in response to an event. The variable $action holds the script block for Action, which uses the $event variable to access the event received from CIM. Using $action, the Register-CimIndicationEvent cmdlet subscribes to the event generated by the class named Win32_ProcessStartTrace.

For more information about Win32_ProcessStartTrace, see https://msdn.microsoft.com/library/windows/desktop/aa394374(v=vs.85).aspx

PS C:\> $action = {$name = $event.SourceEventArgs.NewEvent.ProcessName; $id = $event.SourceEventArgs.NewEvent.ProcessId; Write-Host –Object "New Process Started : Name = $name; ID = $id"}
PS C:\> Register-CimIndicationEvent -ClassName 'Win32_ProcessStartTrace' -SourceIdentifier "ProcessStarted" -Action $action

Example 4: Register the events on a remote computer

This set of commands subscribes to events on a remote computer named Server01 using the Register-CimIndicationEvent cmdlet. Events received from the CIM server are stored in the event queue in the current Windows PowerShell session and then runs a local Get-Event to retrieve the events.

PS C:\> Register-CimIndicationEvent -ClassName 'Win32_ProcessStartTrace' -SourceIdentifier "ProcessStarted" -ComputerName Server01
PS C:\> Get-Event -SourceIdentifier "ProcessStarted"

Verwandte Themen

Get-CimSession

New-CimSession

Get-Event

Remove-Event

Unregister-Event

Write-Host