Skip to content

Commit 79dbe07

Browse files
authored
Update New-CsTeamsUnassignedNumberTreatment.md
1 parent 00dc0de commit 79dbe07

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

teams/teams-ps/teams/New-CsTeamsUnassignedNumberTreatment.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Accept wildcard characters: False
7474
```
7575
7676
### -Identity
77-
The Id of the specific treatment.
77+
The Id of the treatment.
7878
7979
8080
```yaml
@@ -131,6 +131,20 @@ Accept pipeline input: False
131131
Accept wildcard characters: False
132132
```
133133
134+
### -TreatmentId
135+
The identity of the treatment.
136+
137+
```yaml
138+
Type: System.String
139+
Parameter Sets: (All)
140+
Aliases:
141+
142+
Required: False
143+
Default value: None
144+
Accept pipeline input: False
145+
Accept wildcard characters: False
146+
```
147+
134148
### -TreatmentPriority
135149
The priority of the treatment. Used to distinguish identical patterns. The lower the priority the higher preference. The priority needs to be unique.
136150
@@ -156,6 +170,8 @@ Accept wildcard characters: False
156170
## NOTES
157171
The cmdlet is available in Teams PS module 2.5.1 or later.
158172
173+
The parameters Identity and TreatmentId are mutually exclusive.
174+
159175
## RELATED LINKS
160176
- [Import-CSOnlineAudioFile](https://docs.microsoft.com/powershell/module/skype/import-csonlineaudiofile)
161177

0 commit comments

Comments
 (0)