SCCM WebService API Reference

SCCMWebService..::..GetWMIProcessList Method

Gets a process list of the specified computer via wmi.

Namespace:  SCCMWebService
Assembly:  SCCMWebService (in SCCMWebService.dll)

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public DataSet GetWMIProcessList(
	string computerName
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function GetWMIProcessList ( _
	computerName As String _
) As DataSet
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
DataSet^ GetWMIProcessList(
	String^ computerName
)

Parameters

computerName
Type: String
Name of the computer.

Return Value

DataSet: Handle, Name, ThreadCount, WorkingSetSize, UserModeTime, KernelModeTime, ExecutablePath

Exceptions


ExceptionCondition
ExceptioncomputerName must not be empty! or Unable to get DNS host name for computer + computerName + ! or Host is unreachable.