ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 158 - MS-721 discussion

Report
Export

HOTSPOT

You have a Microsoft Teams Phone deployment.

You need to ensure that incoming calls to a user are forwarded to a phone number of +15552224190 if the calls are NOT answered within 20 seconds.

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.


Question 158
Correct answer: Question 158

Explanation:

Box 1: Grant-CsDialoutPolicy

Least bad option perhaps, but it does not seem to be a good answer.

* Grant-CsDialoutPolicy

Use the Grant-CsDialoutPolicy cmdlet to assign the tenant global, a group of users, or a per-user outbound calling restriction policy to one or more users.

Syntax

Grant-CsDialoutPolicy

[[-Identity] <string>]

[[-PolicyName] <string>]

[-PassThru]

[-WhatIf]

[-Confirm]

[<CommonParameters>]

Note: Set-CsUserCallingSettings would be a good answer, but it is not an option.

This cmdlet will set the call forwarding, simultaneous ringing and call group settings for the specified user.

-UnansweredTargetType

The unanswered target type. Supported values are Voicemail, SingleTarget, MyDelegates and Group.

SingleTarget is used when forwarding the unanswered call to another user or phone number.

MyDelegates is used when forwarding the unanswered call to the users's delegates. Group is used when forwarding the unanswered call to the specified user's call group.

Box 2: -UnansweredTargetType

Incorrect:

* Grant-CsIPPhonePolicy, Skype for Business Server 2019

Use the Grant-CsIPPhonePolicy cmdlet to assign an Internet Protocol (IP) phone policy to a user or a group of users. IP phone policies determine the features of Microsoft Teams, Skype for Business

Online, or Skype for Business Server 2019 that are available to users. For example, you might enable the Better Together Over Ethernet feature for some users while disabling it for others.

Syntax

Grant-CsIPPhonePolicy, Skype for Business Server 2019

[[-Identity] <UserIdParameter>]

[-PolicyName] <String>

[-Tenant <Guid>]

[-DomainController <Fqdn>]

[-PassThru]

[-WhatIf]

[-Confirm]

[<CommonParameters>]

* Grant-CsOnlineVoiceRoutingPolicy

Assigns a per-user online voice routing policy to one user, a group of users, or sets the Global policy instance. Online voice routing policies manage online PSTN usages for Phone System users.

Syntax

Grant-CsOnlineVoiceRoutingPolicy

[[-Identity] <string>]

[[-PolicyName] <string>]

[-PassThru]

[-WhatIf]

[-Confirm]

[<CommonParameters>]

* Set-CsOnlineAudioConferencingRoutingPolicy

Reference:

https://learn.microsoft.com/en-us/powershell/module/teams/set-csusercallingsettings

https://learn.microsoft.com/en-us/powershell/module/skype/grant-csonlinevoiceroutingpolicy

asked 05/10/2024
Kees den Dekker
43 questions
User
0 comments
Sorted by

Leave a comment first