Folks,
Forever I have used the following to run an external command on a Winders box: `cluster group "$Name"` (where name is the name of the cluster group in question) But today I had to run a script which works on previous versions of Windows, is failing on Windows 2008 R2.. Debuging the command, I see the command is coming back "cluster" command not found.. OK so I tell myself, R2 doesn't have the correct path, and so I added the fully qualified path, including adding the ".exe" at the end of the local command name (i.e. `c:\\windows\\system32\\cluster.exe group group "$Name"`;).. Still same problem.. Any ideas why this is failing in Windows 2008 R2?? Flk k