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

Parameters for WMI connector methods

The parameters for the Windows Management Instrumentation (WMI) connector methods enable you to send custom inputs to the WMI to perform different actions such as get disk details, environment value, CPU usage, and more as part of an automation Workflow in RPA Desktop Design Studio.

Parameter nameDescriptionMandatory?
HostnameHostname of the local or remote computer.Yes
UsernameUsername of the host.Yes
PasswordPassword to connect to the local or remote host.Yes
HashtableDisk details in the local or remote computer in the form of a hash table.Not applicable
VarEnvironment variable name.Yes
ReturnEnvironment variable value.Not applicable
ClassClass as input.Yes
FilterFilter as input.Yes
Return (Sorted Dictionary)Returns the memory usage values as key-value pairs in a sorted dictionary.Not applicable
Return (Sorted Dictionary)Returns the CPU usage values as key-value pairs in a sorted dictionary.Not applicable
ReturnReturns the usage values of system files in Windows as objects.Not applicable
ReturnReturns the page fault values per second as an object.Not applicable
Return (Object)Returns the usage of memory in percentage terms as an object.Not applicable
ReturnReturns the usage values of the processor in percentage terms as objects.Not applicable
ReturnReturns the available memory in bytes as integers.Not applicable
ReturnQuery result as an object.Not applicable

Input parameter values

To input the parameter values, see Configure port properties.

Parent Topic:ITSM connector