Enable-MSOnlinePOPAccess
Use the Enable-MSOnlinePOPAccess cmdlet to enable POP3 access for a specific user’s mailbox in Microsoft Online Services.
Syntax
Enable-MSOnlinePOPAccess -Identity <String> -Credential <PSCredentials>
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| Identity | Required | System.String | The Simple Mail Transfer Protocol (SMTP) e-mail address or UPN of user’s mailbox you want to modify. |
| Credential | Required | System.Management.Automation.PSCredential | Your company’s administrator credentials. |
Example
This example enables POP access for a specific user’s mailbox.
Enable-MSOnlinePOPAccess -Identity johns@contoso.com -Credential $CompanyAdminCredentials