I am trying to create a Federation Trust with MFG (Microsoft Federation Gateway). However, I am running into a problem. I see in the following that link (http://technet.microsoft.com/en-us/library/ff607475(v=exchg.141).aspx) that I have to run this command:
Set-ExchangeServer -Identity "MAIL01" -InternetWebProxy "<Webproxy URL>"
Please note that I have the following in our Exchange 2010 SP3 environment:
Two CAS/HT Servers (CAS Array between the two)
Two mailbox servers (DAG between the two)
One mailbox server (for stand-alone mailbox/archive databases)
We use windows load balancing and the internal/external VIP name is "mail.domain.com"
1. What do I put for the "Web Proxy URL"?
2. Do I have to run the Set-ExchangeServer -Identity "MAIL01" -InternetWebProxy "<Webproxy URL>" command on every server?