Skip to content

Commit 56d3448

Browse files
pencil edit
1 parent f8eee03 commit 56d3448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teams/teams-ps/teams/Set-CsOnlineLisCivicAddress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ If the user runs this cmdlet on one of the unsupported countries, it may interfe
4343

4444
### Example 1
4545
```powershell
46-
Set-CsOnlineLisCivicAddress -CivicAddressid a363a9b8-1acd-41de-916a-296c7998a024 -Description "City Center" -CompanyName Contoso
46+
Set-CsOnlineLisCivicAddress -CivicAddressId a363a9b8-1acd-41de-916a-296c7998a024 -Description "City Center" -CompanyName Contoso
4747
```
4848

4949
This example modifies the description and company name of the civic address with the identity a363a9b8-1acd-41de-916a-296c7998a024.
5050

5151
### Example 2
5252
```powershell
53-
Set-CsOnlineLisCivicAddress -CivicAddressid a363a9b8-1acd-41de-916a-296c7998a024 -Latitude 47.63952 -Longitude -122.12781 -ELIN MICROSOFT_ELIN
53+
Set-CsOnlineLisCivicAddress -CivicAddressId a363a9b8-1acd-41de-916a-296c7998a024 -Latitude 47.63952 -Longitude -122.12781 -ELIN MICROSOFT_ELIN
5454
```
5555

5656
This example modifies the latitude, longitude and ELIN name of the civic address with the identity a363a9b8-1acd-41de-916a-296c7998a024.

0 commit comments

Comments
 (0)