Is there a way to get the IP of the device that is accessing a Dashboard?

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

1 Like

That did it! Thank you very much! @MadWithPowerShell

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.