问题
I want to know details of an update from a remote WSUS server through RESTFul or any other Webservice call, Is that possible. I'm aware of Microsoft.UpdateServices.Administration
and it's usage.
回答1:
RESTful web services are not supported by WSUS Administration API. SOAP has to be used to communicate with the server. There are many open source SOAP client appliations which can be used for this task. Remember about the authentication mechanism which developing the solution. I used Python3 requests, ntlm and zeep libraries to achieve this task.
来源:https://stackoverflow.com/questions/52418274/is-there-restful-webservice-calls-avaible-in-wsus