Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi Kurniadi,
Actually, after running Get-Mailbox -SoftDeletedMailbox | Where AddressBookPolicy -eq <AddressBookPolicyName> , we can get the actual result.
Please check these softdeleted mailboxes in the UI, and see if there is any address book policy assigned to them. If yes, please remove the connection with the address book policy. To remove an ABP from a user’s mailbox, you can use the Mailbox features page of the mailbox’s properties or the Set-Mailbox cmdlet.
You can also run the **Get-Mailbox | Where AddressBookPolicy -eq <AddressBookPolicyName>**and check the outcome. See if there is any mailbox linked to the address book policy.
Thanks,
Lance