Skip to content

Commit 06a69ea

Browse files
Update teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent f9e8255 commit 06a69ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ foreach ($pn in $pns) {
130130
Write-Host (Get-CsPhoneNumberAssignment -LocationId $OldLocationId).Count numbers found in old ___location $OldLocationId
131131
Write-Host (Get-CsPhoneNumberAssignment -LocationId $NewLocationId).Count numbers found in new ___location $NewLocationId
132132
```
133-
This Example shows how to update the LocationID from an old ___location to new ___location for a set of phone numbers.
133+
This Example shows how to update the LocationID from an old ___location to a new ___location for a set of phone numbers.
134+
134135

135136
## PARAMETERS
136137

0 commit comments

Comments
 (0)