G
Guest
If I VPN into a remote network from my machine, is there a way to get the
user name and domain of the user who connected through VPN from my computer?
WindowsIdentity.GetCurrent().Name
Environment.UserName
SystemInformation.UserName
Environment.GetEnvironmentVariable("USERNAME")
These all return the local user (as expected). How do I get the VPN user
who connected to the remote network?
user name and domain of the user who connected through VPN from my computer?
WindowsIdentity.GetCurrent().Name
Environment.UserName
SystemInformation.UserName
Environment.GetEnvironmentVariable("USERNAME")
These all return the local user (as expected). How do I get the VPN user
who connected to the remote network?