SCCMWebService..::..GetSCCMLogFiles Method (String, String)
Gets all log file full names from specified computer at specific path.
Namespace:
SCCMWebServiceAssembly: SCCMWebService (in SCCMWebService.dll)
Syntax
[SoapHeaderAttribute] [WebMethodAttribute] public string[] GetSCCMLogFiles( string computerName, string path )
<SoapHeaderAttribute> _ <WebMethodAttribute> _ Public Function GetSCCMLogFiles ( _ computerName As String, _ path As String _ ) As String()
[SoapHeaderAttribute] [WebMethodAttribute] public: array<String^>^ GetSCCMLogFiles( String^ computerName, String^ path )
Return Value
Array of log file full names.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! |