SCCMWebService..::..GetSCCMClientProperties Method
Gets the SCCM client properties.
Namespace:
SCCMWebServiceAssembly: SCCMWebService (in SCCMWebService.dll)
Syntax
[SoapHeaderAttribute] [WebMethodAttribute] public SCCMClientProperties GetSCCMClientProperties( string computerName )
<SoapHeaderAttribute> _ <WebMethodAttribute> _ Public Function GetSCCMClientProperties ( _ computerName As String _ ) As SCCMClientProperties
[SoapHeaderAttribute] [WebMethodAttribute] public: SCCMClientProperties^ GetSCCMClientProperties( String^ computerName )
Parameters
- computerName
- Type: String
Name of the computer.
Return Value
Instance of SCCMClientProperties.Exceptions
Exception | Condition |
---|---|
Exception | Computer name must not be empty! or Unable to get DNS host name for computer + computerName + ! or Unable to get SCCM client properties for computer + computerName + because host is unreachable! |