-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Add this list into PowerShell [pscustomobject] for displaying as part of Word document
| Protocol and Port | AD and AD DS Usage | Type of traffic |
|---|---|---|
| TCP 25 | Replication | SMTP |
| TCP 42 | If using WINS in a domain trust scenario offering NetBIOS resolution | WINS |
| TCP 135 | Replication | RPC, EPM |
| TCP 137 | NetBIOS Name resolution | NetBIOS Name resolution |
| TCP 139 | User and Computer Authentication, Replication | DFSN, NetBIOS Session Service, NetLogon |
| TCP and UDP 389 | Directory, Replication, User and Computer Authentication, Group Policy, Trusts | LDAP |
| TCP 636 | Directory, Replication, User and Computer Authentication, Group Policy, Trusts | LDAP SSL |
| TCP 3268 | Directory, Replication, User and Computer Authentication, Group Policy, Trusts | LDAP GC |
| TCP 3269 | Directory, Replication, User and Computer Authentication, Group Policy, Trusts | LDAP GC SSL |
| TCP and UDP 88 | User and Computer Authentication, Forest Level Trusts | Kerberos |
| TCP and UDP 53 | User and Computer Authentication, Name Resolution, Trusts | DNS |
| TCP and UDP 445 | Replication, User and Computer Authentication, Group Policy, Trusts | SMB, CIFS, SMB2, DFSN, LSARPC, NbtSS, NetLogonR, SamR, SrvSvc |
| TCP 9389 | AD DS Web Services | SOAP |
| TCP 5722 | File Replication | RPC, DFSR (SYSVOL) |
| TCP and UDP 464 | Replication, User and Computer Authentication, Trusts | Kerberos change/set password |
| UDP 123 | Windows Time, Trusts | Windows Time |
| UDP 137 | User and Computer Authentication | NetLogon, NetBIOS Name Resolution |
| UDP 138 | DFS, Group Policy, NetBIOS Netlogon, Browsing | DFSN, NetLogon, NetBIOS Datagram Service |
| UDP 67 and UDP 2535 | DHCP (Note: DHCP is not a core AD DS service but these ports may be necessary for other functions besides DHCP, such as WDS) | DHCP, MADCAP, PXE |
More or less:
$Array = @()
$Array += [pscustomobject] @{ Protocol = 'TCP'; Port = 25; Description = 'Replication'; 'Traffic Type' = 'SMTP'
Metadata
Metadata
Assignees
Labels
No labels