MS-720 · Question #104
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…
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)…
Question
Options
- ASet-CsOnlineVoiceUser
- BGrant-CsOnlineVoiceRoutinePolicy
- CSet-CsUser
- DGrant-CsVoicePolicy
- ESet-CsUSerPstnSettings
How the community answered
(21 responses)- A5% (1)
- B81% (17)
- D5% (1)
- E10% (2)
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.