WMI connector methods

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • The Windows Management Instrumentation (WMI) connector methods act as interfaces with the WMI to send various requests and get responses in the RPA Desktop Design Studio.

    Connect

    Establishes a connection with the WMI. You must execute this method first before executing any other method.
    Input
    Hostname
    Username
    Password

    GetDiskDetails

    Returns the disk details such as the name, manufacturer, model, and media type of a local or remote computer.
    Output
    Hashtable

    GetEnvironmentValue

    Returns the environment variable values in the local or remote computers.
    Input
    Var
    Output
    Return

    GetProcessesByCpuUsage

    Returns the CPU usage by all processes in the remote or local computer.

    Output
    Return (Sorted Dictionary)

    GetProcessesByMemUsage

    Gets the memory usage by all processes in the remote or local computer.

    Output
    Return (Sorted Dictionary)

    PageFaultsPerSecond

    Gets the total page exceptions per second. It returns the page exceptions as objects.

    Output
    Return

    PageFilePercentUsage

    Gets the usage of page files by the local or remote computers as percentages. It returns the page percentages as objects.

    Output
    Return

    PercentMemoryUsage

    Returns the percentage of the total memory that is used in the local or remote computers. It returns the percentages as objects.

    Output
    Return

    PercentProcessorUsage

    Gets the percentage of the total processes that are used in the local or remote computers. It returns the percentages as objects.

    Output
    Return

    Query

    Queries a local or remote computer by specifying the class and filter.
    Input
    Class
    Filter
    Output
    Return

    TotalPhysicalMemory

    Provides the total available physical memory. It returns the output as an object.

    AvailableMBytes

    Provides the total available megabytes.

    Output
    Return