This is an old revision of the document!
https://blog.ahasayen.com/smtp-relay-exchange-internalsmtpservers/
Get the current list:
Get-TransportConfig | fl InternalSMTPServers
Replace list:
Set-TransportConfig -InternalSMTPServers 192.168.1.0/24, 192.168.5.2
Add to list:
Set-TransportConfig -InternalSMTPServers @{Add="<ip address1>","<ip address2>"...}