
You can't use this parameter with the Identity parameter. You can use any value that uniquely identifies the server. The Server parameter returns all of the OABs that are generated by the specified Exchange 2010 or earlier server. The Server property for an OAB is blank, because the OAB is generated by an arbitration mailbox. Note: This parameter isn't relevant in Exchange 2013 or later. This parameter is available only in on-premises Exchange. This example returns specific properties for all existing OABs, including the GeneratingMailbox property that specifies the arbitration mailbox that's responsible for generating the OAB. Example 3 Get-OfflineAddressBook | Format-List Name,AddressLists,GeneratingMailbox,GUID
#Get offline address book server Offline#
This example returns detailed information about the OAB named Default Offline Address Book. Example 2 Get-OfflineAddressBook -Identity "\Default Offline Address Book" | Format-List This example returns a summary list of all existing OABs. Examples Example 1 Get-OfflineAddressBook To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. You need to be assigned permissions before you can run this cmdlet.

In this article Syntax Get-Offline Address Book

For more information, see Add a role to a role group.įor information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax. To use this cmdlet, you need to add the Address Lists role to a role group (for example, to the Organization Management role group). In Exchange Online, this cmdlet is available only in the Address Lists role, and by default, the role isn't assigned to any role groups. Use the Get-OfflineAddressBook cmdlet to view offline address books (OABs). Some parameters and settings may be exclusive to one environment or the other. This cmdlet is available in on-premises Exchange and in the cloud-based service.
