Windows 10 Getting IP address of the client connected to machine over RDP

From Notes_Wiki
Revision as of 04:09, 6 May 2023 by Saurabh (talk | contribs) (Created page with "Home > Windows > Windows 10 > Windows 10 Getting IP address of the client connected to machine over RDP To know the IP address of the client connected to current Windows machine via RDP use: # Open Event viewer. This can be accessed via "Computer Management" # Go to Applications and Services Logs -> Microsoft -> Windows -> TerminalServices-LocalSessionManager # In the logs look for Source Network Address Refer: https://stackoverflow.com/quest...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > Windows > Windows 10 > Windows 10 Getting IP address of the client connected to machine over RDP

To know the IP address of the client connected to current Windows machine via RDP use:

  1. Open Event viewer. This can be accessed via "Computer Management"
  2. Go to Applications and Services Logs -> Microsoft -> Windows -> TerminalServices-LocalSessionManager
  3. In the logs look for Source Network Address

Refer: https://stackoverflow.com/questions/63493633/getting-public-ip-address-of-a-remotes-desktop-client

Home > Windows > Windows 10 > Windows 10 Getting IP address of the client connected to machine over RDP