Your company uses Office 365.
You need to retrieve a list of all the mail-enabled objects in Office 365.
Which Windows PowerShell cmdlet should you use?
A.
Get-MSOLUser
B.
Get-MSOLContact
C.
Get-RoleGroupMember
D.
Get-Group
E.
Get-Recipient
F.
Get-LogonStatistics
G.
Get-MailContact
H.
Get-RemovedMailbox
I.
Get-Mailbox
J.
Get-ManagementRoleAssignment
K.
Get-MailboxStatistics
L.
Get-User
Explanation:
supposed to be Get-MSOLUser
As per Microsoft it is Get-Reciepient.
“Use the Get-Recipient cmdlet to view existing recipient objects in your organization. This cmdlet returns all mail-enabled objects (for example, mailboxes, mail users, mail contacts, and distribution groups).”
https://technet.microsoft.com/en-us/library/aa996921(v=exchg.160).aspx