InterviewSolution
| 1. |
How Would You Ping A Remote Computer With 5 Packets Using Powershell ? |
|
Answer» Again, this is basic STUFF. I wouldn’t get caught up in ideology, the good old ping.exeis PERFECTLY valid, as long as the CANDIDATE knows the option to specify 5 packets. If you really WANT the more PowerShelly Test-Connection, then ask : I just want the command to return $True if the ping is successful and $FALSE if it is not. Again, this is basic stuff. I wouldn’t get caught up in ideology, the good old ping.exeis perfectly valid, as long as the candidate knows the option to specify 5 packets. If you really want the more PowerShelly Test-Connection, then ask : I just want the command to return $True if the ping is successful and $False if it is not. |
|