Task 'testu@wsecu.org' reported error (0x8004010F) : 'The operation failed. An object cannot be found.'.
I have found multiple articles on this issue and nothing seems to fix what I am experiencing. Here are all of the commands that I have run:
[PS] C:\>Get-OabVirtualDirectory -ADPropertiesOnly | ft Identity, *Auth* -AutoSize
Identity BasicAuthentication WindowsAuthentication OAuthAuthentication InternalAuthenticationMethods
-------- ------------------- --------------------- ------------------- ------------------
EXCHANGE-02\OAB (Default Web Site) False False False {WindowsIntegra...
EXCHANGE-01\OAB (Default Web Site) False False False {WindowsIntegra...
EX13CAS-01\OAB (Default Web Site) False False False {WindowsIntegra...
EX13CAS-01\OAB (Default Web Site) False False False {WindowsIntegra...
-------- ----------- -----------
EXCHANGE-02\OAB (Default Web Site) http://exchange-02.domain.int/OAB https://cert.domain.org/OAB
EXCHANGE-01\OAB (Default Web Site) https://cert.domain.org/oab https://cert.domain.org/OAB
EX13CAS-01\OAB (Default Web Site) https://outlook.domain.net/OAB https://outlook.domain.net/OAB
EX13CAS-01\OAB (Default Web Site) https://outlook.domain.net/OAB https://outlook.domain.net/OAB
[PS] C:\>Get-Mailbox -Arbitration | where {$_.PersistedCapabilities -like "*OAB*"} | ft Name, Servername, Database -AutoSize Name ServerName Database
---- ---------- --------
SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c} ex13mbx-01 Information Technology
[PS] C:\>Get-MailboxDatabase | Ft Name, *book* Name OfflineAddressBook
---- ------------------
Information Technology \Default Offline Address List (Ex2013)
OWF Journaling \Default Offline Address List (Ex2013)
Back Office \Default Offline Address List (Ex2013)
Front Office \Default Offline Address List (Ex2013)
Management \Default Offline Address List (Ex2013)
Marketing \Default Offline Address List (Ex2013)
TempDB \Default Offline Address List (Ex2013)
General \Default Offline Address List (Ex2013)
Resources \Default Offline Address List (Ex2013)
[PS] C:\>Get-Mailbox TestU | fl Name, OfflineAddressBook,Database
Name : test user
OfflineAddressBook:
Database : Information Technology
As you can see I have assigned the offline address book to all mailbox databases, yet when I do a lookup on an individual user, it shoes that no offlineaddressbook has been configured.
Any help would be greatly appreciated.