I have the below task and I am wondering what would be the best and quick way to do this. I am thinking scripting rather than a C# app but struggling with scripting in DOS. I wanted to use powershell but not sure if all the machines have powershell installed :
I have around 15 windows machines and in each machine, I want to find all *.config files (in say C:\ and D:) and replace a specific word (db name).
I can execute this locally or execute this remotely, since I have login access to the machines. But the tough part is the script.
Any pointers would be great to start.
Thanks.