For Logging purposes, we want to be able to log the IP/Hostname of a device that is doing something on a dashboard.
Is there any way to get that?
Thank you!
For Logging purposes, we want to be able to log the IP/Hostname of a device that is doing something on a dashboard.
Is there any way to get that?
Thank you!
Jacob,
Try:
$Request.HttpContext.Connection.RemoteIpAddress.ToString()
Thanks,
Tim Curwick
Does this still work in UD V3? Or is there something different I need?
Im trying it but it just returns NULL
I there !
I have nearly the same question, because i want to return :
The username
The computer name
Thanks for your help !
If you have DOmain Controller you can get it from the event view logs.