Use powershell to list the RDP Connections History of logged-in users or all users
Enumerating the registry key values of HKEY_USERS"+$User.SID+"\Software\Microsoft\Terminal Server Client\Servers\
Realization ideas:
- First use "reg load" to load hive.
- Then read the RDP Connections History from HKEY_USERS.
- Last you need to use "reg unload" to unload hive.
Note:
The script automatically implements the above operation,there is no need for a GUI. :)
More Details: