exam questions

Exam MS-102 All Questions

View all questions & answers for the MS-102 exam

Exam MS-102 topic 1 question 313 discussion

Actual exam question from Microsoft's MS-102
Question #: 313
Topic #: 1
[All MS-102 Questions]

HOTSPOT
-

You have a Microsoft 365 E5 subscription.

You plan to use Microsoft Graph PowerShell to perform the following tasks:

• Change the Company name property for all users.
• Create new Microsoft 365 groups.

Which PowerShell cmdlet should you run? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
Preeb
Highly Voted 6 months, 2 weeks ago
Change the Company name property for all users: You would use the Update-MgUser cmdlet. For creating new Microsoft 365 groups: New-MgGroup
upvoted 20 times
...
GetEsn
Highly Voted 6 months, 2 weeks ago
https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users/update-mguser?view=graph-powershell-1.0 => Update-MgUser
upvoted 10 times
...
SummerK
Most Recent 1 month, 1 week ago
Set-MgUser -UserId <UserID> -CompanyName "New Company Name" New-MgGroup -DisplayName "New Group Name" -Description "Group Description" -GroupTypes "Unified" -MailEnabled $true -SecurityEnabled $false
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago