We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e8255 commit 06a69eaCopy full SHA for 06a69ea
teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md
@@ -130,7 +130,8 @@ foreach ($pn in $pns) {
130
Write-Host (Get-CsPhoneNumberAssignment -LocationId $OldLocationId).Count numbers found in old ___location $OldLocationId
131
Write-Host (Get-CsPhoneNumberAssignment -LocationId $NewLocationId).Count numbers found in new ___location $NewLocationId
132
```
133
-This Example shows how to update the LocationID from an old ___location to new ___location for a set of phone numbers.
+This Example shows how to update the LocationID from an old ___location to a new ___location for a set of phone numbers.
134
+
135
136
## PARAMETERS
137
0 commit comments