Posts

Showing posts from August, 2022

All of the Best Exchange Server Fixes, including FIPFS service

Image
 When you start seeing "Microsoft Exchange Server Auth Certificate" expirations https://www.zubairalexander.com/blog/dealing-with-a-missing-microsoft-exchange-server-auth-certificate-that-causes-federation-or-auth-certificate-not-found-warnings/ Sometimes you see this message when you use OWA or ECP. OWA Login Error "Something went wrong We can't get that information right now. Please try again later. X-FEServer: <server>" The above blog will resolve it. Powershell: Change the Current Configuation Domain Controllers This command below will show the current configuration Get-ExchangeServer -Identity "exmail" -status | fl the commands below will change the configuration Set-ExchangeServer -Identity "exmail" -StaticDomainControllers "VM-HIP-DC-BAK2.hippopool.com" Set-ExchangeServer -Identity "exmail" -StaticGlobalCatalogs "VM-HIP-DC-BAK2.hippopool.com" Set-ExchangeServer -Identity "exmail" -StaticCon