Exchange Server 2019generating network traffic via Powershell.

-Toadstool42 1 Reputation point
2021-03-26T23:21:48.557+00:00

In watching recent traffic generated by my Exchange Server 2019 Version 15.2 ‎(Build 858.5)‎. I see this as a newer traffic since updating with the latest "patches" from earlier this month (March 2021). According to healthchecker.ps1 and every other scan I can get my hands on, I don't have a "nasty" in my network. Specifically usually a TCP connection attempt to various ports to the AD Servers in the organization from the E2019 VM. This is the script that is running. The only change I see is the hexadecimal number changes after .\pipe\iisipm c:\windows\system32\inetsrv\w3wp.exe () -ap "msexchangepowershellapppool" -v "v4.0" -c "C:\Program Files\Microsoft\Exchange Server\V15\bin\GenericAppPoolConfigWithGCServerEnabledFalse.config" -a \.\pipe\iisipm2102ad39-516e-4a5c-a934-228a22f08eb5 () -h "C:\inetpub\temp\apppools\MSExchangePowerShellAppPool\MSExchangePowerShellAppPool.config" -w "" -m 0 Does anyone know if this is normal behavior? I am currently block the process through our internal behavior monitoring software.

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,914 questions
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,628 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 47,896 Reputation points
    2021-03-27T02:17:02.553+00:00

    Exchange uses RPC to do may things, and the connections are ephemeral so while the initial connection from the Exchange server would always begin on the same port (135), the actual data exchange would always take place on a dynamically assigned "high port".

    I haven't worked on Exchange since 2014 (I was an Exchange Server MVP for 16 years before retiring), but looking at what you posted it seems to have to do with the configuration of the application pool used by what used to be the Client Access Server (I don't know what that role's called now, sorry).

    Maybe one of the Exchange folks can fill in more detail. But I wouldn't interfere with that traffic for now.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.