Skip to content

Commit 446e90d

Browse files
authored
Merge pull request MicrosoftDocs#6086 from danny-levin/patch-6
Update Set-CsOnlineLisPort.md
2 parents fb86c61 + 52d1191 commit 446e90d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

skype/skype-ps/skype/Set-CsOnlineLisPort.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,19 @@ If a location with an address exactly matching the address parameters entered he
3535
Set-CsOnlineLisPort -PortID 12174 -ChassisID 0B-23-CD-16-AA-CC -Description "LisPort 12174" -LocationId efd7273e-3092-4a56-8541-f5c896bb6fee
3636
```
3737

38-
Example 1 creayes the association between port "12174" and LocationId "efd7273e-3092-4a56-8541-f5c896bb6fee".
38+
Example 1 creates the association between port "12174" and LocationId "efd7273e-3092-4a56-8541-f5c896bb6fee".
39+
### -------------------------- Example 2 --------------------------
40+
```
41+
PS C:\> Set-CsOnlineLisPort -PortID 0A-25-55-AB-CD-FF -ChassisID 0B-23-CD-16-AA-CC -Description "LisPort 0A-25-55-AB-CD-FF" -LocationId efd7273e-3092-4a56-8541-f5c896bb6fee
42+
```
43+
44+
Example 2 creates the association between port "0A-25-55-AB-CD-FF" and LocationId "efd7273e-3092-4a56-8541-f5c896bb6fee".
45+
### -------------------------- Example 3 --------------------------
46+
```
47+
PS C:\> Set-CsOnlineLisPort -PortID 12174 -ChassisID 55123 -Description "LisPort 12174" -LocationId efd7273e-3092-4a56-8541-f5c896bb6fee
48+
```
49+
50+
Example 3 creates the association between port "12174" and LocationId "efd7273e-3092-4a56-8541-f5c896bb6fee". (Note: in this example, ChassisID sub-type is InterfaceName)
3951

4052
## PARAMETERS
4153

@@ -240,4 +252,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
240252
241253
242254
## RELATED LINKS
243-

0 commit comments

Comments
 (0)