Hi all.
Actually I’m learning powershell in mva. I’m finishing basic powershell V3.0 and advanced scripting courses.
I have powershell V4 installed in my two machines (personal and job computers). One with Windows 7 x64 and other with Windows 8.1 update 1 x64. In basic course they said that is better to use powershell for anything and not classic cmd.
Can anyone confirm that this is a powershell’s bug?
1-Open powershell v4 as admin.
2-ping anything with -t (example ping 8.8.8.8 -t)
3-Use ctrl + pause to see if there any loss packets
4-Wait a ping response (or more).
5-Press ctrl + c to break ping command.
6-Powershell’s console closes inmediately.
This doesn’t happens in ISE. In ISE a ctrl + pause breaks ping command and ctrl +c too.
Is this a normal behaviour? Or it’s a bug?
I use ping command very much, I want to know if there is any other way to do that.
Thank you very much for your work.
Greetings from Barcelona!