Training
Module
Manage Exchange Online by using Windows PowerShell - Training
This module covers managing mailboxes, resources, and admin roles in Exchange Online with PowerShell.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic explains how to remove an offline address book (OAB) from Exchange Online. If you remove the default OAB, you must assign a different OAB as the default OAB. For instructions about how to change the default OAB, see Change the default offline address book.
For additional management tasks related to OABs, see Offline address book procedures.
Estimated time to complete each procedure: 5 minutes.
By default, the Address List role isn't assigned to any role groups in Exchange Online. To use any cmdlets that require the Address List role, you need to add the role to a role group. For more information, see Modify role groups.
You can only use Exchange Online PowerShell to perform the procedures in this topic. To connect to Exchange Online PowerShell, see Connect to Exchange Online PowerShell.
Tip
Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange Online or Exchange Online Protection.
This example removes an OAB named My OAB.
Remove-OfflineAddressBook -Identity "My OAB"
For detailed syntax and parameter information, see Remove-OfflineAddressBook.
To verify that you've successfully removed the OAB, run the following command to verify that the OAB is gone.
Get-OfflineAddressBook
Training
Module
Manage Exchange Online by using Windows PowerShell - Training
This module covers managing mailboxes, resources, and admin roles in Exchange Online with PowerShell.