Page 1 of 1

Machine IP output on System ID

Posted: 08 Apr 2019, 10:32
by Naggar
Hello everyone..
Would it be possible to add a "Machine IP Address" output on the System ID node?

Re: Machine IP output on System ID

Posted: 17 Apr 2019, 14:38
by Eric_RD
+1
You can get the IP easily with a String expression using System.Net.Dns.GetHostEntry() and check the Address families of the result for "interNetwork"
==>Direct Access via SystemID would be nicer though