I have a computer that when in use it will occasionally disconnect Outlook from the Exchange server and display Disconnected in the lower right hand corner. The computer is part of a domain as well as the Exchange server. Both are in the same IP address network and I have ensured that the box for "Work Offline" is unchecked. This occurs on both Wireless and Ethernet Connections.
I have ran a little make shift CMD Batch file I have writen which is fairly simple and works. But sometimes it will still happen.
CMD Batch:
IPCONFIG > C:\IPA_repair\IPAddress_Before.txt
IPCONFIG/RELEASE
IPCONFIG/FLUSHDNS
IPCONFIG/RENEW
IPCONFIG > C:\IPA_repair\IPAddress_After.txt
As said, this is simple but works.
I'm wondering what keeps causing the issue.