From ad351ffba1c5cb087a8273952691e715ad081949 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Thu, 26 Sep 2019 18:25:37 -0400 Subject: [PATCH 1/2] Update Get-SmbClientNetworkInterface.md added description to Examples --- .../smbshare/Get-SmbClientNetworkInterface.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docset/winserver2012-ps/smbshare/Get-SmbClientNetworkInterface.md b/docset/winserver2012-ps/smbshare/Get-SmbClientNetworkInterface.md index d209d8a796..2c02e826b6 100644 --- a/docset/winserver2012-ps/smbshare/Get-SmbClientNetworkInterface.md +++ b/docset/winserver2012-ps/smbshare/Get-SmbClientNetworkInterface.md @@ -25,7 +25,7 @@ The **Get-SmbClientNetworkInterface** cmdlets retrieves the network interfaces u ## EXAMPLES -### EXAMPLE 1 +### Example 1: Get network interfaces used by an SMB client ``` PS C:\>Get-SmbClientNetworkInterface Interface Index RSS Capable RDMA Capable Speed IpAddresses Friendly Name @@ -41,9 +41,9 @@ Interface Index RSS Capable RDMA Capable Speed 14 False False 1 Gbps {192.168.100.13} Internal ``` -This example retrieves the network interfaces used by the SMB client. +This command retrieves the network interfaces used by the SMB client. -### EXAMPLE 2 +### Example 2: Get network interfaces used by an SMB client for a specified link speed ``` PS C:\>Get-SmbClientNetworkInterface | Where-Object -Property LinkSpeed -Gt 10GB Interface Index RSS Capable RDMA Capable Speed IpAddresses Friendly Name @@ -52,9 +52,9 @@ Interface Index RSS Capable RDMA Capable Speed 15 True True 32 Gbps {192.168.102.13} RDMA2 ``` -This example retrieves the network interfaces used by the SMB client that match the link speed of 10 gigabits or more. +This command retrieves the network interfaces used by the SMB client that match the link speed of 10 gigabits or more. -### EXAMPLE 3 +### Example 3: Display details for network interfaces ``` PS C:\>Get-SmbClientNetworkInterface | Where-Object -Property LinkSpeed -Gt 10GB | Select-Object -Property * FriendlyName : RDMA1 @@ -67,7 +67,7 @@ PSComputerName : CimClass : ROOT/Microsoft/Windows/SMB:MSFT_SmbClientNetworkInterface CimInstanceProperties : {FriendlyName, InterfaceIndex, IpAddresses, LinkSpeed...} CimSystemProperties : Microsoft.Management.Infrastructure.CimSystemProperties - + FriendlyName : RDMA2 InterfaceIndex : 15 IpAddresses : {192.168.102.13} @@ -80,7 +80,7 @@ CimInstanceProperties : {FriendlyName, InterfaceIndex, IpAddresses, LinkSpeed... CimSystemProperties : Microsoft.Management.Infrastructure.CimSystemProperties ``` -This example displays all of the information retrieved from the network interfaces used by the SMB client that match the link speed of 10 gigabits or more. +This command displays all of the information retrieved from the network interfaces used by the SMB client that match the link speed of 10 gigabits or more. ## PARAMETERS From ff4366ec1f81b590bb997d15cdd3dce8aa83056d Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Thu, 26 Sep 2019 18:26:40 -0400 Subject: [PATCH 2/2] Update Get-SmbClientNetworkInterface.md added example description for 2012 r2 --- .../smbshare/Get-SmbClientNetworkInterface.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docset/winserver2012r2-ps/smbshare/Get-SmbClientNetworkInterface.md b/docset/winserver2012r2-ps/smbshare/Get-SmbClientNetworkInterface.md index 56128858a1..41410f4e22 100644 --- a/docset/winserver2012r2-ps/smbshare/Get-SmbClientNetworkInterface.md +++ b/docset/winserver2012r2-ps/smbshare/Get-SmbClientNetworkInterface.md @@ -34,7 +34,7 @@ The **Get-SmbClientNetworkInterface** cmdlets retrieves the network interfaces u ## EXAMPLES -### EXAMPLE 1 +### Example 1: Get network interfaces used by an SMB client ``` PS C:\>Get-SmbClientNetworkInterface Interface Index RSS Capable RDMA Capable Speed IpAddresses Friendly Name @@ -50,9 +50,9 @@ Interface Index RSS Capable RDMA Capable Speed 14 False False 1 Gbps {192.168.100.13} Internal ``` -This example retrieves the network interfaces used by the SMB client. +This command retrieves the network interfaces used by the SMB client. -### EXAMPLE 2 +### Example 2: Get network interfaces used by an SMB client for a specified link speed ``` PS C:\>Get-SmbClientNetworkInterface | Where-Object -Property LinkSpeed -Gt 10GB Interface Index RSS Capable RDMA Capable Speed IpAddresses Friendly Name @@ -61,9 +61,9 @@ Interface Index RSS Capable RDMA Capable Speed 15 True True 32 Gbps {192.168.102.13} RDMA2 ``` -This example retrieves the network interfaces used by the SMB client that match the link speed of 10 gigabits or more. +This command retrieves the network interfaces used by the SMB client that match the link speed of 10 gigabits or more. -### EXAMPLE 3 +### Example 3: Display details for network interfaces ``` PS C:\>Get-SmbClientNetworkInterface | Where-Object -Property LinkSpeed -Gt 10GB | Select-Object -Property * FriendlyName : RDMA1 @@ -76,7 +76,7 @@ PSComputerName : CimClass : ROOT/Microsoft/Windows/SMB:MSFT_SmbClientNetworkInterface CimInstanceProperties : {FriendlyName, InterfaceIndex, IpAddresses, LinkSpeed...} CimSystemProperties : Microsoft.Management.Infrastructure.CimSystemProperties - + FriendlyName : RDMA2 InterfaceIndex : 15 IpAddresses : {192.168.102.13} @@ -89,7 +89,7 @@ CimInstanceProperties : {FriendlyName, InterfaceIndex, IpAddresses, LinkSpeed... CimSystemProperties : Microsoft.Management.Infrastructure.CimSystemProperties ``` -This example displays all of the information retrieved from the network interfaces used by the SMB client that match the link speed of 10 gigabits or more. +This command displays all of the information retrieved from the network interfaces used by the SMB client that match the link speed of 10 gigabits or more. ## PARAMETERS