0 vote
For the built-in Ping session tool, is there a way to append the "-a" parameter to try and resolve the hostname? For example:
ping -a $HOST$
I've created a session script tool to do just that but I figured it'd be nice to not have duplicate session tools with only slightly different parameters.
Hi,
I will add this to the existing session tool as an option.
David Hervieux
Hi,
André has tried to add this but unfortunately we don't rely on ping.exe. We use a native library to do so and this option is not available. We will try to find a workaround but this feature will be delayed.
Sorry about that.
David Hervieux
No worries, I'll just continue to use the session script tools. I didn't know you didn't use the ping.exe. Thanks for responding though!