How to get hostname of visitor pc

Hi

Newb question I’m sure.

I want to be able to get the host name of the computer of a visitor. Is this possible?

Later I want to execute powershell in that context.

Thanks for any help
M

I know IP address is contained in the http request, I’m not sure about hostname.

$Request.HttpContext.Connection.RemoteIpAddress.ToString()