ports remote request powershell

Андрей Михалевский 2,846 Reputation points
2024-07-18T13:43:04.61+00:00

Hello.

I have executed the get-service -computername PC01 command

Wireshark showed me that port 135 is used in the first request.

wireshark

https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/what-port-does-powershell-remoting-use/ba-p/571480

https://learn.microsoft.com/en-us/answers/questions/1134852/can-i-use-powershell-to-open-firewall-ports-remote

I found information that RPC and WINRM ports are used, this I was aware of. But where can I find the official documentation where the 135 port is described ?

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,455 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,310 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 45,831 Reputation points
    2024-07-18T15:26:54+00:00

    Remote Procedure Call (RPC) isn't MIcrosoft-specific. You'll find many Request For Comments (RFCs) that describe the protocol, its use of dynamic ports, and it binding and authentication.

    https://learn.microsoft.com/en-us/windows/win32/rpc/rpc-start-page

    This might be a better place to start: https://virtuedesktops.info/port-135/#:~:text=Port-135%20is%20essential%20for%20Remote%20Procedure%20Call%20%28RPC%29,and%20interactions%20between%20computers%20more%20efficient%20and%20seamless.

    0 comments No comments