We will Export the IP Relay List on SMTP Virtual server into a txt file. The Process is getting this work done is very simple.
- Download and save it to your C drive
- Open CMD windows and navigate the same directory.
- From Command line run the following command
regsvr32 exipsec.dll
Now use the following command below (Change the Exchangeserver=Your Exchange server name & DomainControllerName=Your DC name )
cscript ipsec.vbs -s ExchangeserverName -o e -r relay -d DomainControllerName >>IPRelayList.txt
Download, ExIPSecurity
Best,
oz ozugurlu
5 comments:
It's even easier to just copy the data in this field using adsiedit from the existing server and paste to the new server.
msExchSmtpRelaylpList
It's located under servername > cn=protocols > cn=smtp > cn=1
Thanks for the tips
Best
oz ozugurlu
Hello, and I obtain an SMTP list of Exchange 2010???
From PS
Get-ReceiveConnector | Select-Object -Property 'Identity','RemoteIPRanges'
Post a Comment