SCCMWebService..::..GetWMIProcessList Method
Gets a process list of the specified computer via wmi.
Namespace:
SCCMWebServiceAssembly: 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, ExecutablePathExceptions
Exception | Condition |
---|---|
Exception | computerName must not be empty! or Unable to get DNS host name for computer + computerName + ! or Host is unreachable. |