We have a database that stores all our configuration key/value pairs in various tables (1 per component). This code updates the table based on the specifed table, key, and value. # Open SQL connection $sqlConnection = New-Object System.Data.SqlClient.SqlConnection
Read More...