You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: The use of CallingIDSubstitute Service has been deprecated. You are no longer able to create new Caller ID policies using CallingIDSubstitute Service and existing policies using CallingIDSubstitute Service are not being honored. You should use CallingIDSubstitute Resource instead.
29
-
30
27
You can either change or block the Caller ID (also called a Calling Line ID) for a user. By default, the 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 create a Caller ID policy to provide an alternate displayed number, or to block any number from being displayed.
**Note**: The use of CallingIDSubstitute Service will be deprecated and you can't create new Caller ID policies with it. You should use CallingIDSubstitute Resource instead.
105
-
106
101
The CallingIDSubstitute parameter lets you specify an alternate Caller ID. The default value is LineUri. Supported values are Anonymous, LineUri, and Resource.
107
102
108
103
```yaml
@@ -186,26 +181,6 @@ Accept pipeline input: False
186
181
Accept wildcard characters: False
187
182
```
188
183
189
-
### -ServiceNumber
190
-
**Note**: The use of CallingIDSubstitute Service and -ServiceNumber will be deprecated and you can't create new Caller ID policies with it. You should use CallingIDSubstitute Resource and -ResourceAccount instead.
191
-
192
-
The ServiceNumber parameter lets you add any valid service number for the CallingIdSubstitute.
193
-
194
-
Note: Do not add '+' to the Service number. For example, if the Service number is +1425-xxx-xxxx then valid input is 1425xxxxxxx
195
-
196
-
```yaml
197
-
Type: String
198
-
Parameter Sets: (All)
199
-
Aliases:
200
-
applicable: Microsoft Teams
201
-
202
-
Required: False
203
-
Position: Named
204
-
Default value: None
205
-
Accept pipeline input: False
206
-
Accept wildcard characters: False
207
-
```
208
-
209
184
### -WhatIf
210
185
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.
**Note**: The use of CallingIDSubstitute Service has been deprecated. Existing policies using CallingIDSubstitute Service are not being honored. You should use CallingIDSubstitute Resource instead.
29
-
30
27
You can either change or block the Caller ID (also called a Calling Line ID) for a user.
31
28
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.
32
29
You can modify a Caller ID policy to provide an alternate displayed number, or to block any number from being displayed.
33
30
34
31
Note:
35
32
- Identity must be unique.
36
-
- ServiceNumber must be a valid Service Number in the tenant telephone number inventory.
37
-
- If CallerIdSubstitute is given as "Service", then ServiceNumber cannot be empty.
38
33
- If CallerIdSubstitute is given as "Resource", then ResourceAccount cannot be empty.
0 commit comments