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.
Output
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.
Output
GetProcessesByMemUsage
Gets the memory usage by all processes in the remote or local computer.
Output
PageFaultsPerSecond
Gets the total page exceptions per second. It returns the page exceptions as objects.
Output
PageFilePercentUsage
Gets the usage of page files by the local or remote computers as percentages. It returns the page percentages as objects.
Output
PercentMemoryUsage
Returns the percentage of the total memory that is used in the local or remote computers. It returns the percentages as objects.
Output
PercentProcessorUsage
Gets the percentage of the total processes that are used in the local or remote computers. It returns the percentages as objects.
Output
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.
Output
Parent Topic:ITSM connector