Applies to: Exchange Server 2007
Topic Last Modified: 2007-06-05
Use the Get-AvailabilityAddressSpace cmdlet to retrieve the access method and associated credentials that are used to exchange free/busy information across forests.
Syntax
Get-AvailabilityAddressSpace [-Identity
<AvailabilityAddressSpaceIdParameter>] [-DomainController
<Fqdn>]
|
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
To specify the fully qualified domain name (FQDN) of the domain controller that retrieves data from the Active Directory directory service, include the DomainController parameter in the command. |
Identity |
Optional |
Microsoft.Exchange.Configuration.Tasks.AvailabilityAddressSpaceIdParameter |
The Identity parameter specifies the availability address space entry to be retrieved. |
Detailed Description
The Get-AvailabilityAddressSpace cmdlet retrieves the access method and associated credentials that are used to exchange free/busy information across forests. To effectively use the command, run it on a computer that has the Client Access server role installed.
To run the Get-AvailabilityAddressSpace cmdlet, the account you use must be delegated the following:
- Exchange View-Only Administrator role
For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.
Input Types
Return Types
Errors
Error | Description |
---|---|
Exceptions
Exceptions | Description |
---|---|
Example
The following code is an example of the Get-AvailabilityAddressSpace command.
Copy Code | |
---|---|
Get-AvailabilityAddressSpace |