Skip to content

Commit 43f19d8

Browse files
authored
Update Set-CsOnlineLisPort.md
1 parent ccfa749 commit 43f19d8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ Set-CsOnlineLisPort -PortID 12174 -ChassisID 0B-23-CD-16-AA-CC -Description "Lis
3636
```
3737

3838
Example 1 creayes the association between port "12174" and LocationId "efd7273e-3092-4a56-8541-f5c896bb6fee".
39+
### -------------------------- Example 2 --------------------------
40+
```
41+
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 creayes the association between port "0A-25-55-AB-CD-FF" and LocationId "efd7273e-3092-4a56-8541-f5c896bb6fee".
45+
### -------------------------- Example 3 --------------------------
46+
```
47+
Set-CsOnlineLisPort -PortID 12174 -ChassisID 55123 -Description "LisPort 12174" -LocationId efd7273e-3092-4a56-8541-f5c896bb6fee
48+
```
49+
50+
Example 3 creayes 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

0 commit comments

Comments
 (0)