MS-700 Practice Question 3298

Exam: MS-700
Domain: Monitor, report on, and troubleshoot Teams
Difficulty: hard
You need to assign a Teams messaging policy to a batch of 500 users simultaneously using PowerShell. Which cmdlet applies policy assignments to groups of users?

Answer Options

A
New-CsBatchPolicyAssignmentOperation
B
Grant-CsTeamsMessagingPolicyToAll
C
Set-ExecutionPolicy Unrestricted
D
Update-CsUserPolicyBatchList

Correct Answer

A: New-CsBatchPolicyAssignmentOperation

Explanation

New-CsBatchPolicyAssignmentOperation assigns a specific Teams policy to a large collection of users asynchronously in batches.