We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d49814 commit 1865faeCopy full SHA for 1865fae
Powershell/Test-SCOMPorts.ps1
@@ -117,6 +117,11 @@ Starting SCOM Port Checker
117
"Web Console (HTTPS) Port" = 443;
118
"SNMP (Get) Port" = 161;
119
"SNMP (Trap) Port" = 162
120
+
121
+ "Remote Procedure Call (RPC)" = 135;
122
+ "NetBIOS (Name Services)" = 137;
123
+ "NetBIOS (Datagram Services)" = 138;
124
+ "NetBIOS (Session Services)" = 139;
125
}
126
foreach ($server in $DestinationServer)
127
{
0 commit comments