Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Automate   (RSS)

Automating config file changes : Part 3 – Deleting an element from an XML file

This post talks about removing an existing XML element from the config file. Consider a scenario where we have the following web.config file saved at location C:\MyApplication <?xml version="1.0"?> <configuration>   <configSections>

Automating config file changes : Part 2 – modifying already existing config keys

This post contains the Powershell script to modify already existing config key values in a config file. A sample web.config file is given below <?xml version="1.0"?> <configuration> <system.web> <customErrors mode="On" defaultRedirect="Error.htm">

Automating SQL Server 2008 installations

Ever wished you had a way to capture the installation configurations you specify while installing SQL Server on a machine and replicate the same on other machines, without having to go through the wizard every time and filling up the values. If yes, then
 
Page view tracker