nerdexam
Microsoft

MS-721 · 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 mig

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 removing Direct Routing configuration and applying Operator Connect configuration for each user. Step A: Set-CsUser with -OnPremLineURI $null removes the phone number assigned via Direct Routing (the LineURI), which is re

Configure and manage Microsoft Teams Phone

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

(24 responses)
  • A
    79% (19)
  • B
    13% (3)
  • E
    8% (2)

Explanation

Migrating from Direct Routing to Operator Connect requires removing Direct Routing configuration and applying Operator Connect configuration for each user. Step A: Set-CsUser with -OnPremLineURI $null removes the phone number assigned via Direct Routing (the LineURI), which is required before assigning an Operator Connect number. Step C: Grant-CsOnlineVoiceRoutingPolicy removes the Direct Routing voice routing policy from the user - Operator Connect users do not use online voice routing policies (routing is handled by the operator), so this policy must be cleared. Step D: Set-CsOnlineVoiceUser with -TelephoneNumber assigns the Operator Connect phone number provided by the carrier to each user, completing the migration. The other options reference incorrect or truncated cmdlets and parameters not applicable to this migration path.

Topics

#Operator Connect#Direct Routing#Teams Phone migration#PowerShell

Community Discussion

No community discussion yet for this question.

Full MS-721 Practice