Exchange 2019:- Set TLS Certificate name on your receive connector.

In Exchange 2019, same with Exchange 2016, you have your standard receive connectors that comes with Exchange once installed. To recap, here is the list: Default <ServerName> Client Proxy <ServerName> Default Frontend <ServerName> Outbound Proxy Frontend <ServerName> Client Frontend <ServerName> As advised by Microsoft and other MVP’s, you shouldn’t remove Read more…

Exchange 2019:- Remove alias from Distribution Group with PowerShell

Quick tip for the day. Ever wanted to remove an alias from a Distribution Group and wondered how to do this with the Exchange Management Shell (EMS). It is pretty simple, you run the following command below: Set-distributiongroup GroupEmailAddress –EmailAddresses @{remove=’AliasAddress’} Replace the “GroupEmailAddress” with the Primary SMTP address and Read more…