Which PowerShell cmdlet is used to retrieve a user’s mailbox information?

Which PowerShell cmdlet is used to retrieve a user’s mailbox information?
A. Get-User -ResultSize unlimited
B. Set-CASMailbox -mailbox $mailbox -ActiveSyncEnabled $True
C. Get-CASMailbox -mailbox $mailbox | fl
D. Get-ActiveSyncDevice -mailbox $mailbox | fl

microsoft-exams

7 thoughts on “Which PowerShell cmdlet is used to retrieve a user’s mailbox information?

  1. All the Answers Seem to be wrong technically.
    A: Lists all the Users.
    B: “Set” not used for retrieving info.
    C: -mailbox parameter is not valid for Get-CASMailbox.
    D: Retrieves the list of active sync devices that the mailbox is associated with.

    If we leave the “info” to imagination and assume that “info = active sync devices associated with the mail box”, then D might be correct answer.

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.