nerdexam
Microsoft

MS-720 · Question #104

MS-720 Question #104: Real Exam Question with Answer & Explanation

The correct answer is B. Grant-CsOnlineVoiceRoutinePolicy C. Set-CsUser. Set-CsUser (C) and Grant-CsOnlineVoiceRoutingPolicy (B) are the two required cmdlets because completing Direct Routing user setup involves two distinct steps: configuring the user's phone number and enabling Enterprise Voice (Set-CsUser -EnterpriseVoiceEnabled $true -LineUri), th

Plan and configure Direct Routing

Question

You are enabling users for Direct Routing. You already assigned licenses to the users. You need to complete the user setup. Which two cmdlets should you run? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • ASet-CsOnlineVoiceUser
  • BGrant-CsOnlineVoiceRoutinePolicy
  • CSet-CsUser
  • DGrant-CsVoicePolicy
  • ESet-CsUSerPstnSettings

Explanation

Set-CsUser (C) and Grant-CsOnlineVoiceRoutingPolicy (B) are the two required cmdlets because completing Direct Routing user setup involves two distinct steps: configuring the user's phone number and enabling Enterprise Voice (Set-CsUser -EnterpriseVoiceEnabled $true -LineUri), then assigning a voice routing policy that tells Teams which PSTN gateway path to use for outbound calls (Grant-CsOnlineVoiceRoutingPolicy).

Why the distractors are wrong:

  • A. Set-CsOnlineVoiceUser - A legacy cmdlet superseded by Set-CsUser in modern Teams Direct Routing; no longer the recommended approach.
  • D. Grant-CsVoicePolicy - An on-premises Skype for Business cmdlet; Teams Direct Routing uses Grant-CsOnlineVoiceRoutingPolicy instead.
  • E. Set-CsUserPstnSettings - Another deprecated Skype for Business Online cmdlet, not applicable to Teams Direct Routing.

Memory tip: Think "Set the User, Grant the Route" - Set-CsUser puts the phone number on the user, and Grant-CsOnlineVoiceRoutingPolicy tells the system which PSTN route that user's calls should take. Any cmdlet with "VoicePolicy" (no "Routing") belongs to the on-premises world, not Teams.

Topics

#Direct Routing#PowerShell#User configuration#Voice routing policies

Community Discussion

No community discussion yet for this question.

Full MS-720 Practice