RegisterCimIndicationCommand Class

 

Enables the user to subscribe to indications using a filter expression or a query expression.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Inheritance Hierarchy

System.Object
  System.Management.Automation.Internal.InternalCommand
    System.Management.Automation.Cmdlet
      System.Management.Automation.PSCmdlet
        Microsoft.PowerShell.Commands.ObjectEventRegistrationBase
          Microsoft.Management.Infrastructure.CimCmdlets.RegisterCimIndicationCommand

Syntax

[CmdletAttribute("Register", "CimIndicationEvent", DefaultParameterSetName = "ClassNameComputerSet", 
    HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227960")]
public class RegisterCimIndicationCommand : ObjectEventRegistrationBase
[CmdletAttribute("Register", "CimIndicationEvent", DefaultParameterSetName = "ClassNameComputerSet", 
    HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227960")]
public ref class RegisterCimIndicationCommand : ObjectEventRegistrationBase
[<CmdletAttribute("Register", "CimIndicationEvent", DefaultParameterSetName = "ClassNameComputerSet",
    HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227960")>]
type RegisterCimIndicationCommand = 
    class
        inherit ObjectEventRegistrationBase
    end
<CmdletAttribute("Register", "CimIndicationEvent", DefaultParameterSetName := "ClassNameComputerSet",
    HelpUri := "https://go.microsoft.com/fwlink/?LinkId=227960")>
Public Class RegisterCimIndicationCommand
    Inherits ObjectEventRegistrationBase

Constructors

Name Description
System_CAPS_pubmethod RegisterCimIndicationCommand()

Constructs an object that enables the user to subscribe to indications using a filter expression or a query expression.

Properties

Name Description
System_CAPS_pubproperty Action

(Inherited from ObjectEventRegistrationBase.)

System_CAPS_pubproperty CimSession

Retrieves and specifies the CIM session.

System_CAPS_pubproperty ClassName

Gets and sets the ClassName parameter, which specifies the name of the class on which to register the indication.

System_CAPS_pubproperty CommandOrigin

(Inherited from InternalCommand.)

System_CAPS_pubproperty CommandRuntime

(Inherited from Cmdlet.)

System_CAPS_pubproperty ComputerName

Gets and sets the ComputerName parameter, which specifies the computer on which the commands associated with this session will run. The default is the local host.

System_CAPS_pubproperty CurrentPSTransaction

(Inherited from Cmdlet.)

System_CAPS_pubproperty Events

(Inherited from PSCmdlet.)

System_CAPS_pubproperty Forward

(Inherited from ObjectEventRegistrationBase.)

System_CAPS_pubproperty Host

(Inherited from PSCmdlet.)

System_CAPS_pubproperty InvokeCommand

(Inherited from PSCmdlet.)

System_CAPS_pubproperty InvokeProvider

(Inherited from PSCmdlet.)

System_CAPS_pubproperty JobManager

(Inherited from PSCmdlet.)

System_CAPS_pubproperty JobRepository

(Inherited from PSCmdlet.)

System_CAPS_pubproperty MaxTriggerCount

(Inherited from ObjectEventRegistrationBase.)

System_CAPS_pubproperty MessageData

(Inherited from ObjectEventRegistrationBase.)

System_CAPS_pubproperty MyInvocation

(Inherited from PSCmdlet.)

System_CAPS_pubproperty Namespace

Gets and sets the Namespace parameter, which specifies the namespace under which to look for the specified class name. The default value is root\cimv2.

System_CAPS_protproperty NewSubscriber

(Inherited from ObjectEventRegistrationBase.)

System_CAPS_pubproperty OperationTimeoutSec

Gets and sets the OperationTimeoutSec parameter, which specifies the operation timeout in seconds. This setting overrides the value in the CIM session.

System_CAPS_pubproperty PagingParameters

(Inherited from PSCmdlet.)

System_CAPS_pubproperty ParameterSetName

(Inherited from PSCmdlet.)

System_CAPS_pubproperty Query

Gets and sets the Query parameter, which specifies a query to run on the CIM server. You can specify the query dialect using the QueryDialect parameter.

System_CAPS_pubproperty QueryDialect

Gets and sets the QueryDialect parameter, which specifies the dialect used by the query engine that interprets the query string.

System_CAPS_pubproperty SessionState

(Inherited from PSCmdlet.)

System_CAPS_pubproperty SourceIdentifier

(Inherited from ObjectEventRegistrationBase.)

System_CAPS_pubproperty Stopping

(Inherited from Cmdlet.)

System_CAPS_pubproperty SupportEvent

(Inherited from ObjectEventRegistrationBase.)

Methods

Name Description
System_CAPS_protmethod BeginProcessing()

(Inherited from ObjectEventRegistrationBase.)

System_CAPS_pubmethod CurrentProviderLocation(String)

(Inherited from PSCmdlet.)

System_CAPS_protmethod EndProcessing()

EndProcessing method.(Overrides ObjectEventRegistrationBase.EndProcessing().)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetResolvedProviderPathFromPSPath(String, ProviderInfo)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod GetResourceString(String, String)

(Inherited from Cmdlet.)

System_CAPS_protmethod GetSourceObject()

Returns the object that generates events to be monitored.(Overrides ObjectEventRegistrationBase.GetSourceObject().)

System_CAPS_protmethod GetSourceObjectEventName()

Returns the name of the event to be monitored on the input object.(Overrides ObjectEventRegistrationBase.GetSourceObjectEventName().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetUnresolvedProviderPathFromPSPath(String)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod GetVariableValue(String)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod GetVariableValue(String, Object)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod Invoke()

(Inherited from Cmdlet.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod ProcessRecord()

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldContinue(String, String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldContinue(String, String, Boolean, Boolean, Boolean)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldContinue(String, String, Boolean, Boolean)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldProcess(String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldProcess(String, String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldProcess(String, String, String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldProcess(String, String, String, ShouldProcessReason)

(Inherited from Cmdlet.)

System_CAPS_protmethod StopProcessing()

(Inherited from Cmdlet.)

System_CAPS_pubmethod ThrowTerminatingError(ErrorRecord)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TransactionAvailable()

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteCommandDetail(String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteDebug(String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteError(ErrorRecord)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteInformation(InformationRecord)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteInformation(Object, String[])

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteObject(Object)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteObject(Object, Boolean)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteProgress(ProgressRecord)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteVerbose(String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteWarning(String)

(Inherited from Cmdlet.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top