MS-721 Practice Question 3347

Exam: MS-721
Domain: Configure and manage Teams Phone
Difficulty: easy
You are deploying Microsoft Calling Plans. You need to assign an available geographic telephone number to a user in the Dallas office. Which PowerShell cmdlet assigns the number and sets the assignment type?

Answer Options

A
Set-CsPhoneNumberAssignment
B
New-CsOnlineTelephoneNumber
C
Set-MailboxRegionalConfiguration
D
Grant-CsVoicePolicy

Correct Answer

A: Set-CsPhoneNumberAssignment

Explanation

Set-CsPhoneNumberAssignment -Identity user@contoso.com -PhoneNumber "+12145550100" -PhoneNumberType CallingPlan sets the user phone number assignment.