Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions docset/winserver2012-ps/smbshare/Set-SmbClientConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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.

Expand Down
10 changes: 5 additions & 5 deletions docset/winserver2012r2-ps/smbshare/Set-SmbClientConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -231,7 +231,7 @@ Accept wildcard characters: False
```

### -EnableLoadBalanceScaleOut
{{Fill EnableLoadBalanceScaleOut Description}}
Indicates whether load balance scale out is enabled.

```yaml
Type: Boolean
Expand Down