exam questions

Exam MS-720 All Questions

View all questions & answers for the MS-720 exam

Exam MS-720 topic 3 question 17 discussion

Actual exam question from Microsoft's MS-720
Question #: 17
Topic #: 3
[All MS-720 Questions]

HOTSPOT -
You have a Microsoft Teams Phone deployment
You have a cloud-only user named [email protected].
You need to enable a Direct Routing phone number for [email protected].
How should you complete the PowerShell script? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Set-CsUser -
Example:
Set-CsUser -Identity "Pilar Ackerman" -EnterpriseVoiceEnabled $True
In this example, the Set-CsUser cmdlet is used to modify the user account with the Identity Pilar Ackerman. In this case, the account is modified to enable
Enterprise Voice, the Microsoft implementation of VoIP. This task is carried out by adding the EnterpriseVoiceEnabled parameter, and then setting the parameter value to $True.

Box 2: -LineUri -
Example:
Set-CsUser -Identity "Pilar Ackerman" -LineUri tel:+123456789
In this example, the Set-CsUser cmdlet is used to modify the user account with the Identity Pilar Ackerman. In this case, the account is modified to set the phone number assigned to the user settings its LineUri property.
Reference:
https://docs.microsoft.com/en-us/powershell/module/skype/set-csuser

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
kmeeus
Highly Voted 2 years, 9 months ago
Set-CSUser is not available anymore. Now use Set-CsPhoneNumberAssignment
upvoted 14 times
ymalleb87
2 years, 5 months ago
agreed. however, if its hybrid environment the command still usable in Sfb. for OnPrem EV
upvoted 1 times
...
...
simoen
Most Recent 2 years, 4 months ago
The correct answer is not given in this question. what it should be : Set-csphonenumberassignment -identity "user" -enterprisevoiceenabled:$true -Phonenumber xxxx
upvoted 1 times
...
umair1297
2 years, 4 months ago
on exam 15-02-2023
upvoted 2 times
...
Vikasssdn
2 years, 4 months ago
Ms has updated the command line for enabling the user for EV - Set-csphonenumberassignment.
upvoted 1 times
...
yugiboy932
2 years, 4 months ago
Set-CsOnlineUser for the first. LineURI is correct
upvoted 2 times
...
rawterz
2 years, 4 months ago
Microsoft Teams Phone should use -OnPremLineURI. The -LineURI parameter is used for Skype for Business Server deployments, not Microsoft Teams.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...