Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

WMI connector methods

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.

GetDiskDetails

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

GetEnvironmentValue

Returns the environment variable values in the local or remote computers.

GetProcessesByCpuUsage

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

GetProcessesByMemUsage

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

PageFaultsPerSecond

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

PageFilePercentUsage

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

PercentMemoryUsage

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

PercentProcessorUsage

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

Query

Queries a local or remote computer by specifying the class and filter.

TotalPhysicalMemory

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

AvailableMBytes

Provides the total available megabytes.

Parent Topic:ITSM connector