Hi Everyone,
recently I performed a migration from Exchange 2003 srv to exchange 2013 srv.
Most of it went well, but I might have missed some step with the migration.
Now when I run the:
get-offlineaddressbook | update-offlineaddressbook management shell command I get the error below:
------------------------------------------------------------------
[PS] C:\Windows\system32>get-offlineaddressbook | update-offlineaddressbook
Couldn't find database "domain.com.au/Configuration/Deleted Objects/Public Folder Store (RF-S2)
DEL:11308972-ca5f-4576-b715-242493130611". Make sure you have typed it correctly.
+ CategoryInfo : NotSpecified: (:) [Update-OfflineAddressBook], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : [Server=RF-EX01,RequestId=59b8d5f5-1b4f-4330-b9ef-ffc0404e44cf,TimeStamp=25/01/2016 1:02
:25 PM] [FailureCategory=Cmdlet-ManagementObjectNotFoundException] 3354EF8D,Microsoft.Exchange.Management.SystemCo
nfigurationTasks.UpdateOfflineAddressBook
+ PSComputerName : rf-ex01.domain.com.au
------------------------------------------------------------------
RF-S2 is the old server that now has been decomissioned, whereas RF-EX01 is the new exchange server.
When I run the:
Get-OfflineAddressBook | fl Name,publicfolderdatabase command I get:
Name : Default Offline Address List
PublicFolderDatabase : domain.com.au/Configuration/Deleted Objects/Public Folder Store (RF-S2)
DEL:11308972-ca5f-4576-b715-242493130611
Name : Default Offline Address List (Ex2013)
PublicFolderDatabase :
It looks like the first entry points to the old server.
I know I can use adsiedit to fix things, but I am a bit anxious to try it.
Since I am not using public folders yet on the new exchange 2013 server, can I remove the first entry?
Or do I need to modify it/
Hopefully someone can help me.
Thank you.
Alfred56