From c65b6adca3d4db856bf28f0fd768a3aa41b8b2db Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Wed, 25 Sep 2019 17:59:21 -0400 Subject: [PATCH 1/3] Update Set-SmbClientConfiguration.md Corrected exmaples --- .../smbshare/Set-SmbClientConfiguration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docset/winserver2012-ps/smbshare/Set-SmbClientConfiguration.md b/docset/winserver2012-ps/smbshare/Set-SmbClientConfiguration.md index 494d74bcd5..be1b3b4781 100644 --- a/docset/winserver2012-ps/smbshare/Set-SmbClientConfiguration.md +++ b/docset/winserver2012-ps/smbshare/Set-SmbClientConfiguration.md @@ -34,7 +34,7 @@ The **Set-SmbClientConfiguration** cmdlet sets the Server Message Block (SMB) cl ## EXAMPLES -### EXAMPLE 1 +### Example 1: Set the SMB client configuration ``` PS C:\>Set-SmbClientConfiguration -ConnectionCountPerRssNetworkInterface 8 Confirm @@ -43,14 +43,14 @@ Performing operation 'Modify' on Target 'SMB Client Configuration'. [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): ``` -This example sets the SMB client configuration. +This command sets the SMB client configuration. -### EXAMPLE 2 +### Example 2: Set the SMB client configuration without confirmation ``` PS C:\>Set-SmbClientConfiguration -ConnectionCountPerRssNetworkInterface 4 -Force ``` -This example sets the SMB client configuration without user confirmation. +This command sets the SMB client configuration without user confirmation. ## PARAMETERS From 41e20d35ab98edff32044dd432c3abe84dfd8140 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Wed, 25 Sep 2019 18:23:51 -0400 Subject: [PATCH 2/3] Update Set-SmbClientConfiguration.md added -EnableLoadBalanceScaleOut --- .../smbshare/Set-SmbClientConfiguration.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docset/winserver2012-ps/smbshare/Set-SmbClientConfiguration.md b/docset/winserver2012-ps/smbshare/Set-SmbClientConfiguration.md index be1b3b4781..20cd91bc52 100644 --- a/docset/winserver2012-ps/smbshare/Set-SmbClientConfiguration.md +++ b/docset/winserver2012-ps/smbshare/Set-SmbClientConfiguration.md @@ -206,6 +206,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableLoadBalanceScaleOut +Indicates whether load balance scale out is enabled. + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EnableMultiChannel Indicates that multi-channel is enabled. From 296ec59e2a99ae816fd49d473aafdc04bcfe400a Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Thu, 26 Sep 2019 17:20:09 -0400 Subject: [PATCH 3/3] Update Set-SmbClientConfiguration.md adding a commit to correct 2012 r2 version --- .../smbshare/Set-SmbClientConfiguration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docset/winserver2012r2-ps/smbshare/Set-SmbClientConfiguration.md b/docset/winserver2012r2-ps/smbshare/Set-SmbClientConfiguration.md index ba9398dfdc..ff12b25a1d 100644 --- a/docset/winserver2012r2-ps/smbshare/Set-SmbClientConfiguration.md +++ b/docset/winserver2012r2-ps/smbshare/Set-SmbClientConfiguration.md @@ -43,7 +43,7 @@ The **Set-SmbClientConfiguration** cmdlet sets the Server Message Block (SMB) cl ## EXAMPLES -### EXAMPLE 1 +### Example 1: Set the SMB client configuration ``` PS C:\>Set-SmbClientConfiguration -ConnectionCountPerRssNetworkInterface 8 Confirm @@ -52,14 +52,14 @@ Performing operation 'Modify' on Target 'SMB Client Configuration'. [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): ``` -This example sets the SMB client configuration. +This command sets the SMB client configuration. -### EXAMPLE 2 +### Example 2: Set the SMB client configuration without confirmation ``` PS C:\>Set-SmbClientConfiguration -ConnectionCountPerRssNetworkInterface 4 -Force ``` -This example sets the SMB client configuration without user confirmation. +This command sets the SMB client configuration without user confirmation. ## PARAMETERS @@ -231,7 +231,7 @@ Accept wildcard characters: False ``` ### -EnableLoadBalanceScaleOut -{{Fill EnableLoadBalanceScaleOut Description}} +Indicates whether load balance scale out is enabled. ```yaml Type: Boolean