Remote Desktop Protocol (RDP)
Overview
RDP (Remote Desktop Protocol) is a network communications protocol developed by Microsoft, which allows users to connect to another computer from a remote location.
Using mstsc
To connect to a session in full-screen mode, type:
Using /admin and /restrictedAdmin
Connects you to a session for administering the server.
Restricted admin mode is disabled by default.
We can enable this through the DisableRestrictedAdmin
registries at the following path:
Command examples
RDP manament through WMI
Checking if RDP is allowed.
Enabling AllowTSConnections (RDP) through WMI
Disabling AllowTSConnections (RDP) through WMI
Restricted admin
Using restricted admin to perform pass the hash.
Disabling restricted admin through registries.
Enabling restricted admin through registries
Base64 encoded:
References
Last updated