like a status/info command? something like ipconfig but RDP related. The closest I got to is this
Get-Service -Name "Remote Desktop Services", "Remote Desktop Configuration", "Remote Desktop Services UserMode Port Redirector"
but doesnt this just say whether there is an active RDP session running?