Skip to content

Commit fbd0c47

Browse files
authored
Merge pull request #8482 from JensTrier/FixRefInUnassignedNumbers
Fix ref in unassigned numbers
2 parents 854c293 + 69e4cab commit fbd0c47

File tree

4 files changed

+23
-15
lines changed

4 files changed

+23
-15
lines changed

teams/teams-ps/teams/Get-CsTeamsUnassignedNumberTreatment.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ The cmdlet is available in Teams PS module 2.5.1 or later.
105105
Using the Filter parameter does not work as intended.
106106
107107
## RELATED LINKS
108-
- [Remove-CsTeamsUnassignedNumberTreatment](Remove-CsTeamsUnassignedNumberTreatment.md)
109-
- [New-CsTeamsUnassignedNumberTreatment](New-CsTeamsUnassignedNumberTreatment.md)
110-
- [Set-CsTeamsUnassignedNumberTreatment](Set-CsTeamsUnassignedNumberTreatment.md)
108+
[Remove-CsTeamsUnassignedNumberTreatment](Remove-CsTeamsUnassignedNumberTreatment.md)
109+
110+
[New-CsTeamsUnassignedNumberTreatment](New-CsTeamsUnassignedNumberTreatment.md)
111+
112+
[Set-CsTeamsUnassignedNumberTreatment](Set-CsTeamsUnassignedNumberTreatment.md)

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ where the audio file MainAnnouncement.wav will be played to the caller.
5151

5252
### Example 3
5353
```powershell
54-
$UserObjectId = (Get-CsOnlineUser -Identity [email protected]).Identity
54+
$UserObjectId = (Get-CsOnlineUser -Identity [email protected]).ObjectId
5555
New-CsTeamsUnassignedNumberTreatment -Identity TR2 -Pattern "^\+15552224444$" -TargetType User -Target $UserObjectId -TreatmentPriority 3
5656
```
5757
This example creates a treatment that will route all calls to the number +1 (555) 222-4444 to the user [email protected].
@@ -176,8 +176,10 @@ The cmdlet is available in Teams PS module 2.5.1 or later.
176176
The parameters Identity and TreatmentId are mutually exclusive.
177177
178178
## RELATED LINKS
179-
- [Import-CSOnlineAudioFile](https://docs.microsoft.com/powershell/module/skype/import-csonlineaudiofile)
179+
[Import-CSOnlineAudioFile](https://docs.microsoft.com/powershell/module/skype/import-csonlineaudiofile)
180180
181-
- [Get-CsTeamsUnassignedNumberTreatment](Get-CsTeamsUnassignedNumberTreatment.md)
182-
- [Remove-CsTeamsUnassignedNumberTreatment](Remove-CsTeamsUnassignedNumberTreatment.md)
183-
- [Set-CsTeamsUnassignedNumberTreatment](Set-CsTeamsUnassignedNumberTreatment.md)
181+
[Get-CsTeamsUnassignedNumberTreatment](Get-CsTeamsUnassignedNumberTreatment.md)
182+
183+
[Remove-CsTeamsUnassignedNumberTreatment](Remove-CsTeamsUnassignedNumberTreatment.md)
184+
185+
[Set-CsTeamsUnassignedNumberTreatment](Set-CsTeamsUnassignedNumberTreatment.md)

teams/teams-ps/teams/Remove-CsTeamsUnassignedNumberTreatment.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8282
The cmdlet is available in Teams PS module 2.5.1 or later.
8383
8484
## RELATED LINKS
85-
- [Get-CsTeamsUnassignedNumberTreatment](Get-CsTeamsUnassignedNumberTreatment.md)
86-
- [New-CsTeamsUnassignedNumberTreatment](New-CsTeamsUnassignedNumberTreatment.md)
87-
- [Set-CsTeamsUnassignedNumberTreatment](Set-CsTeamsUnassignedNumberTreatment.md)
85+
[Get-CsTeamsUnassignedNumberTreatment](Get-CsTeamsUnassignedNumberTreatment.md)
86+
87+
[New-CsTeamsUnassignedNumberTreatment](New-CsTeamsUnassignedNumberTreatment.md)
88+
89+
[Set-CsTeamsUnassignedNumberTreatment](Set-CsTeamsUnassignedNumberTreatment.md)

teams/teams-ps/teams/Set-CsTeamsUnassignedNumberTreatment.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
162162
The cmdlet is available in Teams PS module 2.5.1 or later.
163163
164164
## RELATED LINKS
165-
- [Import-CSOnlineAudioFile](https://docs.microsoft.com/powershell/module/skype/import-csonlineaudiofile)
165+
[Import-CSOnlineAudioFile](https://docs.microsoft.com/powershell/module/skype/import-csonlineaudiofile)
166166
167-
- [Get-CsTeamsUnassignedNumberTreatment](Get-CsTeamsUnassignedNumberTreatment.md)
168-
- [Remove-CsTeamsUnassignedNumberTreatment](Remove-CsTeamsUnassignedNumberTreatment.md)
169-
- [New-CsTeamsUnassignedNumberTreatment](New-CsTeamsUnassignedNumberTreatment.md)
167+
[Get-CsTeamsUnassignedNumberTreatment](Get-CsTeamsUnassignedNumberTreatment.md)
168+
169+
[Remove-CsTeamsUnassignedNumberTreatment](Remove-CsTeamsUnassignedNumberTreatment.md)
170+
171+
[New-CsTeamsUnassignedNumberTreatment](New-CsTeamsUnassignedNumberTreatment.md)

0 commit comments

Comments
 (0)