1 min read
Exchange Update Offline Address Book
Since Exchange 2010 the graphical console doesn’t support the same functionality as the PowerShell Exchange console, it’s possible that there occur some exotic errors or a lack of functionality while working with the graphical console. I recommend to use only the Exchange PowerShell console for administrative work.
For example: I had to update the offline address book, I’ve deleted some distribution groups, updated the address list and the offline book, all with the graphical console. Result the address book still wasn’t up to date in the Outlook client after downloading the offline address book.
So I did the same thing with PowerShell:
Get-OfflineAddressbook | Update-OfflineAddressbook
Get-ClientAccessServer | Update-FileDistributionService
And hurray everything worked.
Categories: scriptingTags: error , exchange , offline
Edit this page
Show statistic for this page