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.