This PowerShell script will send a SQL query or an update to CUCM over HTTPS. It uses the AXLAPI wsdl that you must first download from your version of CUCM. See Installation section of this README.
execute UPDATE table SET metric_name = 'deleted' WHERE metric_name like 'Isl00001Lib0%'; SELECT * from table WHERE metric_name LIKE 'Isl00001Lib0%'; the matching row has not changed ...
I have a txt file with two fields. I want to update a value in a table in a SQL Server Db with a value from one of the fields in the text file. I want to do this based on a query using the second ...