How should I know what software I am using for remote access to the client computer? and what rules should be enable like the ports?

TechQ 236 Reputation points
2023-03-13T01:18:19.56+00:00

Is there way to figure out what software I am or my company using for remote access for their domain added computer using Command Prompt ? I know most people using TeamViewer but I want to see the entry list someone use from the Command Prompt.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,635 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,244 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,406 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-03-13T01:30:11.6633333+00:00
    netstat -aon
    

    will show you the ports being used, then using the PID match it up with the process name via Task Manager\Processes tab

    -

    --please don't forget to upvote and Accept as answer if the reply is helpful--