I have this code that works fine.
$call1 = "\\server\scripts\MyUtility.exe"
&$call1
The issue I have is when the .exe is called a CMD window pops up for a brief moment. It is calling PowerShell.exe based on the CMD window title. Is there anyway to suppress this window when calling with the & character?