I have a problem. I need to rename files in two directories. In one directory I know all the names of the files and what they need to be renamed to. In the other directory I'm looking for one file HWxxxxxx.acg where the x represents some number or letter. Also I need to check and see if there is a process running, and if it is kill it.
I need to run this all against a remote computer. Is powershell the best way to do this?