Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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--