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
Question
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-CsUserin modern Teams Direct Routing; no longer the recommended approach. - D. Grant-CsVoicePolicy - An on-premises Skype for Business cmdlet; Teams Direct Routing uses
Grant-CsOnlineVoiceRoutingPolicyinstead. - 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
Community Discussion
No community discussion yet for this question.