exam questions

Exam MS-500 All Questions

View all questions & answers for the MS-500 exam

Exam MS-500 topic 4 question 54 discussion

Actual exam question from Microsoft's MS-500
Question #: 54
Topic #: 4
[All MS-500 Questions]

You have a Microsoft 365 subscription.
You have a team named Team1 in Microsoft Teams.
You plan to place all the content in Team1 on hold.
You need to identify which mailbox and which Microsoft SharePoint site collection are associated to Team1.
Which cmdlet should you use?

  • A. Get-UnifiedGroup
  • B. Get-MailUser
  • C. Get-Team
  • D. Get-TeamChannel
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
kiketxu
Highly Voted 4 years, 2 months ago
Correct. https://docs.microsoft.com/en-us/powershell/module/exchange/get-unifiedgroup?view=exchange-ps
upvoted 10 times
...
AjayGadge
Highly Voted 3 years, 10 months ago
Get-UnifiedGroup -Identity "*Team1*" | Select -ExpandProperty SharePointSiteURL Get-UnifiedGroup -Identity "*Team1*" -ResultSize Unlimited | Select DisplayName,EmailAddresses,Notes,ManagedBy,AccessType
upvoted 8 times
...
mkoprivnj
Most Recent 3 years, 6 months ago
Selected Answer: A
A is correct!
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...