I am trying to load the CRM Plugin tool using powershell.
I am using the call start-process "D:\PluginTool2011\PluginRegistration.exe" that loads the tool ok but does not read the associated .config file that stores the saved connections and then loads them in the tool
Is there any way using powershell that I can call an exe and make it read the config file?
EDIT: the config file that contains the connection settings is called connections.config not PluginRegistration.exe.config as I thought.