Get-POPSettings (RTM)
Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.
Applies to: Exchange Server 2007
The Get-POPSettings cmdlet enables you to view the Post Office Protocol version 3 (POP3) settings for the Microsoft Exchange Server 2007 computer that has the Client Access server role installed and that is running the POP3 service.
Syntax
Get-PopSettings [-DomainController <Fqdn>] [-Server <ServerIdParameter>]
Detailed Description
The Get-POPSettings cmdlet returns the POP3 configuration for Exchange 2007 Client Access servers. Information can be returned only about servers that are located in the Exchange organization from which the cmdlet is run.
To run the Get-POPSettings 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.
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. |
Server |
Optional |
Microsoft.Exchange.Configuration.Tasks.ServerIdParameter |
If this parameter is specified, the cmdlet returns an individual Client Access server in your organization for which you are specifying POP3 settings. |
Input Types
Return Types
Errors
Error | Description |
---|---|
|
|
Exceptions
Exceptions | Description |
---|---|
|
|
Example
The following code example displays the parameters and values for a Client Access server named CAS01 that is running the POP3 service.
Get-POPSettings -Server CAS01