Set-CsCallingLineIdentity
Use the Set-CsCallingLineIdentity cmdlet to modify a Caller ID policy in your organization.
Syntax
Set-CsCallingLineIdentity
[[-Identity] <string>]
[-BlockIncomingPstnCallerID <boolean>]
[-CallingIDSubstitute <string>]
[-CompanyName <string>][-Description <string>]
[-EnableUserOverride <boolean>]
[-ResourceAccount <string>]
[-ServiceNumber <string>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
You can either change or block the Caller ID (also called a Calling Line ID) for a user. By default, the Microsoft Teams or Skype for Business Online user's phone number can be seen when that user makes a call to a PSTN phone, or when a call comes in. You can modify a Caller ID policy to provide an alternate displayed number, or to block any number from being displayed.
Note:
- Identity must be unique.
- ServiceNumber must be a valid Service Number in the tenant telephone number inventory.
- If CallerIdSubstitute is given as "Service", then ServiceNumber cannot be empty.
- If CallerIdSubstitute is given as "Resource", then ResourceAccount cannot be empty.
Examples
Example 1
PS C:\> Set-CsCallingLineIdentity -Identity "MyBlockingPolicy" -BlockIncomingPstnCallerID $true
This example blocks the incoming caller ID. The user can override this setting.
Example 2
PS C:\> Set-CsCallingLineIdentity -Identity "UKOrgAA" -CallingIdSubstitute "Service" -ServiceNumber "14258828080"
This example modifies the UKOrgAA Caller ID policy to sets the Caller ID to a specified service number.
Example 3
PS C:\> Set-CsCallingLineIdentity -Identity Anonymous -Description "anonymous policy" -CallingIDSubstitute Anonymous -EnableUserOverride $false -BlockIncomingPstnCallerID $true
This example modifies the new Anonymous Caller ID policy that blocks the incoming Caller ID.
Example 4
$ObjId = (Get-CsOnlineApplicationInstance -Identity dkcq@contoso.com).ObjectId
Set-CsCallingLineIdentity -Identity DKCQ -CallingIDSubstitute Resource -ResourceAccount $ObjId -CompanyName "Contoso"
This example modifies the Caller ID policy that sets the Caller ID to the phone number of the specified resource account and sets the Calling party name to Contoso
Parameters
The BlockIncomingPstnCallerID switch determines whether to block the incoming Caller ID. The default value is false.
The BlockIncomingPstnCallerID switch is specific to incoming calls from a PSTN caller to a user. If this is set to True and if this policy is assigned to a Lync user, then Caller ID for incoming calls is suppressed/anonymous.
| Type: | Boolean |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Microsoft Teams, Skype for Business Online |
The CallingIDSubstitute parameter lets you specify an alternate Caller ID. The possible values are Anonymous, Service, LineUri and Resource.
| Type: | CallingIDSubstituteType |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Microsoft Teams, Skype for Business Online |
This parameter sets the Calling party name (typically referred to as CNAM) on the outgoing PSTN call.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Microsoft Teams, Skype for Business Online |
The Confirm switch causes the command to pause processing, and requires confirmation to proceed.
| Type: | SwitchParameter |
| Aliases: | cf |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Microsoft Teams, Skype for Business Online |
The Description parameter briefly describes the Caller ID policy.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Microsoft Teams, Skype for Business Online |
The EnableUserOverride switch lets the user override the Caller ID policy.
| Type: | Boolean |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Microsoft Teams, Skype for Business Online |
The Identity parameter identifies the Caller ID policy.
| Type: | String |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Microsoft Teams, Skype for Business Online |
This parameter specifies the ObjectId of a resource account/online application instance used for Teams Auto Attendant or Call Queue. The outgoing PSTN call will use the phone number defined on the resource account as caller id. For more information about resource accounts please see https://docs.microsoft.com/microsoftteams/manage-resource-accounts.
| Type: | Guid |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Microsoft Teams, Skype for Business Online |
The ServiceNumber parameter lets you add any valid service number for the CallingIdSubstitute.
Note: Do not add '+' to the Service number. For example, if the Service number is +1425-xxx-xxxx then valid input is 1425xxxxxxx.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Microsoft Teams, Skype for Business Online |
The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes.
| Type: | SwitchParameter |
| Aliases: | wi |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | Microsoft Teams, Skype for Business Online |
Related Links
Comentários
Enviar e exibir comentários de