nerdexam
Microsoft

MS-720 · Question #43

Your company receives PSTN services in Microsoft Teams through a derived Direct Routing trunk from a telephone carrier. The carrier becomes an operator in the Operator Connect program. You need to…

The correct answer is A. Run the Set-CsUser cmdlet and set the -OnPremLineURI parameter to $null. C. Run the Grant-CsOnlineVoiceRoutingPolicy cmdlet and set the D. Run the Set-CsOnlineVoiceUser cmdlet and set the -TelephoneNumber parameter to each. Migrating from Direct Routing to Operator Connect requires dismantling the existing Direct Routing configuration before applying the new one. Setting -OnPremLineURI to $null (A) clears the Direct Routing phone number assignment from each user - without this step, the user…

Configure and manage Microsoft Teams Phone for voice users

Question

Your company receives PSTN services in Microsoft Teams through a derived Direct Routing trunk from a telephone carrier. The carrier becomes an operator in the Operator Connect program. You need to migrate the users to Operator Connect. Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • ARun the Set-CsUser cmdlet and set the -OnPremLineURI parameter to $null.
  • BRun the cmdlet and set the
  • CRun the Grant-CsOnlineVoiceRoutingPolicy cmdlet and set the
  • DRun the Set-CsOnlineVoiceUser cmdlet and set the -TelephoneNumber parameter to each
  • ERun the cmdlet and set the parameter to
  • FRun the Set-CsUser cmdlet and set the -OnPremLineURI parameter to each user's phone

How the community answered

(33 responses)
  • A
    73% (24)
  • B
    15% (5)
  • E
    3% (1)
  • F
    9% (3)

Explanation

Migrating from Direct Routing to Operator Connect requires dismantling the existing Direct Routing configuration before applying the new one. Setting -OnPremLineURI to $null (A) clears the Direct Routing phone number assignment from each user - without this step, the user remains tied to the old trunk. Granting a voice routing policy set to $null (C) removes the Direct Routing voice routing policy, which is unnecessary (and would conflict) in an Operator Connect model where routing is managed by the carrier. Setting the -TelephoneNumber parameter via Set-CsOnlineVoiceUser (D) assigns the carrier-managed Operator Connect number to each user, completing the migration.

Why the distractors are wrong: Option F is the inverse of A - setting -OnPremLineURI to the user's number would re-apply Direct Routing configuration rather than remove it. Options B and E are incomplete in the question text and do not represent valid, complete commands.

Memory tip: Think "Null → Null → Number" - you null out the line URI (A), null out the routing policy (C), then assign the new number (D). The two nulls tear down Direct Routing; the number assignment builds up Operator Connect.

Topics

#Teams Voice Migration#Operator Connect#Direct Routing#Teams Phone PowerShell

Community Discussion

No community discussion yet for this question.

Full MS-720 Practice