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 for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Server | User experience | Other
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--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.