TCP ports required Orchestrator SCCM Integration pack?

Nordqvist Peter 1 Reputation point
2020-10-08T11:32:45.047+00:00

Can someone tell me wich tcp ports is required for the IP to SCCM to work?

System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
215 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Leon Laude 85,666 Reputation points
    2020-10-08T11:57:40.337+00:00

    Hi @Nordqvist Peter ,

    I don't believe there is any official documentation showing what ports the SCCM integration pack requires, I would however start by opening the following ports:

    • Network File Shares and Named Pipes rely on communication over 137, 139 UDP and 445 TCP. (137 and 139 are used for NetBIOS resolution and 445 is SMB).
    • 135 for the RPC calls.

    If you have problems of some kind, you can use a packet tracer tool of any kind, filter the communication between the server and the remote point and see what ports the queries are going to.

    Here's a list of ports and protocols for standard runbook activities:

    Ports and Protocols of Standard Activities
    https://learn.microsoft.com/en-us/previous-versions/system-center/system-center-2012-R2/hh674234(v=sc.12)

    And below you'll find general Orchestrator firewall ports:

    TCP Port Requirements
    https://learn.microsoft.com/en-us/previous-versions/system-center/system-center-2012-R2/hh420382(v=sc.12)

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon

    0 comments No comments

  2. Nordqvist Peter 1 Reputation point
    2020-10-08T12:25:50.51+00:00

    Hi @Leon Laude

    We got it working, but i hav´nt found any published documents on required ports.. MS thinks that all ports are open default :)
    We found one TCP port that seems to be random, we got 2 environemnts, on one the port was 41954 and the other 51738..
    Thanks