What PowerShell cmdlet do you use to enable POP3 access for a mailbox?

What PowerShell cmdlet do you use to enable POP3 access for a mailbox?

What PowerShell cmdlet do you use to enable POP3 access for a mailbox?

A.
Set-CASMailbox

B.
Set-MailboxProtocols

C.
Set-Mailbox

D.
Put-MailboxProtocols

Explanation:
To enable POP3 access for a mailbox, you need to use the Set-CASMailbox cmdlet, such as: SetCASMailbox-identity [email protected] -POPEnabled:$true.



Leave a Reply 0

Your email address will not be published. Required fields are marked *