diff --git a/docset/winserver2012-ps/smbshare/Set-SmbClientConfiguration.md b/docset/winserver2012-ps/smbshare/Set-SmbClientConfiguration.md index 494d74bcd5..20cd91bc52 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 @@ -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. 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