Without getting too technical (just yet) let me try and explain what I am doing. I am just about done with a script that installs a 2 node cluster on Server 2008, creates resources and then installs SQL server 2008. The SQL server install portion uses a configuration file to install on the first node. After which I have Powershell copy another required .ini file to the second node. My plan is then to remote execute the SQL setup.exe on the second node using the ini file I just copied there. This