Get-OutlookAnywhere
Applies to: Exchange Server 2010
Topic Last Modified: 2011-03-19
Use the Get-OutlookAnywhere cmdlet to retrieve all Outlook Anywhere settings on a computer running Microsoft Exchange Server 2010 that has the Client Access server role installed.
Get-OutlookAnywhere [-Identity <VirtualDirectoryIdParameter>] [-DomainController <Fqdn>]
Get-OutlookAnywhere -Server <ServerIdParameter> [-DomainController <Fqdn>]
| Parameter | Required | Type | Description |
|---|---|---|---|
|
Server |
Required |
Microsoft.Exchange.Configuration.Tasks.ServerIdParameter |
The Server parameter specifies the name or GUID of the server for which you want to display the settings. This parameter is required if you aren't running the Get-OutlookAnywhere cmdlet on a server that has the Client Access server role installed. |
|
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that retrieves data from Active Directory. |
|
Identity |
Optional |
Microsoft.Exchange.Configuration.Tasks.VirtualDirectoryIdParameter |
The Identity parameter specifies the name or GUID of the virtual directory. It's represented as: ServerName\VirtualDirectoryName (WebsiteName). |
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Outlook Anywhere configuration settings" entry in the Client Access Permissions topic.
| Error | Description |
|---|---|
|
|
|
This example uses the Server parameter to retrieve all Outlook Anywhere settings on the server CAS01.
Get-OutlookAnywhere -Server CAS01
This example uses the Server and Identity parameters to retrieve all Outlook Anywhere settings on the server CAS01.
Get-OutlookAnywhere -Server CAS01 -Identity: "CAS01\Rpc (Default Web Site)"
This example displays all Outlook Anywhere settings for the Client Access server exch01.
Get-OutlookAnywhere -Identity "exch01\rpc (Default Web Site)"
