exam questions

Exam MS-720 All Questions

View all questions & answers for the MS-720 exam

Exam MS-720 topic 1 question 16 discussion

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

DRAG DROP -
Your company has offices throughout the United States.
The company is opening a new office in Scranton. The office will occupy two floors in the same building.
You need to ensure that if an emergency call is placed, the local emergency dispatchers know from which floor the call came.
How should you complete the PowerShell script? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Reference:
https://docs.microsoft.com/en-us/powershell/module/skype/new-csonlinelislocation?view=skype-ps https://docs.microsoft.com/en-us/powershell/module/skype/set-csonlinelislocation?view=skype-ps

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
Larry35
Highly Voted 2 years, 5 months ago
Should be New-CsOnlineLisLocation for both
upvoted 6 times
hadiwijaya
2 years, 5 months ago
You are correct, because both of them considered "new place"
upvoted 2 times
...
[Removed]
2 years, 4 months ago
Correct answer here.
upvoted 1 times
...
dariomws
2 years, 5 months ago
Correct, for the last command you need to create a new location (2nd floor) for the existing civic address
upvoted 1 times
...
...
Ludwig2023
Most Recent 1 year, 5 months ago
I agree with Larry35's answer which is "New-CsOnlineLisLocation for both". The 1st 3 lines create a new LIS location of the "Scranton Office, 1st Floor" with '-Description "Scranton"'. In the 4th line, get all the information of LIS address of '-Description "Scranton"' and put it into the parameter $Scranton. In the last line, create a new LIS Location by using $Scranton and also enter the new information of '-Location "Scranton Office, 2nd Floor"
upvoted 1 times
...
mbergen
2 years, 3 months ago
Looks like the given answers are correct https://learn.microsoft.com/en-us/powershell/module/skype/set-csonlinelislocation?view=skype-ps
upvoted 4 times
klederson
2 years ago
Use the `Set-CsOnlineLisLocation` cmdlet to modify an existing emergency dispatch location. There can be multiple locations in a civic address. Typically the civic address designates the building, and locations are specific parts of that building such as a floor, office, or wing.
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 ...