I'm running a PowerShell script, which, call another script by itself. In the first script, when I put echo, everything is OK, but I can't get any echo in the second ("client") script to show anything.
How can I get echo work?
I'm using PowerShell 2.0 on Windows 7 Pro, with PowerGUI. (I also tried with ISE, but it does not help)