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
- Input
- Hostname
GetDiskDetails
- Output
- Hashtable
GetEnvironmentValue
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
TotalPhysicalMemory
Provides the total available physical memory. It returns the output as an object.
AvailableMBytes
Provides the total available megabytes.
- Output
- Return