You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Get-SmbClientConfiguration** cmdlet retrieves the Server Message Block (SMB) client configuration.
24
+
25
+
The `Get-SmbClientConfiguration` cmdlet retrieves the Server Message Block (SMB) client
26
+
configuration.
25
27
26
28
## EXAMPLES
27
29
28
30
### Example 1: Get the client configuration
29
-
```PowerShell
31
+
32
+
```powershell
30
33
Get-SmbClientConfiguration
31
34
```
35
+
32
36
```Output
33
37
SkipCertificateCheck : False
34
38
ConnectionCountPerRssNetworkInterface : 4
@@ -60,17 +64,21 @@ EncryptionCiphers : AES_128_GCM, AES_128_CCM, AES_256_GCM, A
60
64
This command retrieves the SMB client configuration.
61
65
62
66
> [!NOTE]
63
-
> The EncryptionCiphers parameter is available beginning with 2022-06 Cumulative Update for Microsoft server operating system version 21H2 for x64-based Systems ([KB5014665](https://support.microsoft.com/help/5014665)), and Cumulative Update for Windows 11, version 22H2 ([KB5014668](https://support.microsoft.com/help/5014668)).
67
+
> The **EncryptionCiphers** parameter is available beginning with 2022-06 Cumulative Update for
68
+
> Microsoft server operating system version 21H2 for x64-based Systems
69
+
> ([KB5014665](https://support.microsoft.com/help/5014665)), and Cumulative Update for Windows 11,
70
+
> version 22H2 ([KB5014668](https://support.microsoft.com/help/5014668)).
64
71
65
72
## PARAMETERS
66
73
67
74
### -AsJob
75
+
68
76
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
Runs the cmdlet in a remote session or on a remote computer.
84
-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
85
-
The default is the current session on the local computer.
91
+
92
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
93
+
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
94
+
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
101
-
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
102
-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
110
+
111
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
112
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
113
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
114
+
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
162
+
163
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
This command retrieves the SMB server configuration.
82
85
83
86
> [!NOTE]
84
-
> The EncryptionCiphers parameter is available beginning with 2022-06 Cumulative Update for Microsoft server operating system version 21H2 for x64-based Systems ([KB5014665](https://support.microsoft.com/help/5014665)), and Cumulative Update for Windows 11, version 22H2 ([KB5014668](https://support.microsoft.com/help/5014668)).
87
+
> The **EncryptionCiphers** parameter is available beginning with 2022-06 Cumulative Update for
88
+
> Microsoft server operating system version 21H2 for x64-based Systems
89
+
> ([KB5014665](https://support.microsoft.com/help/5014665)), and Cumulative Update for Windows 11,
90
+
> version 22H2 ([KB5014668](https://support.microsoft.com/help/5014668)).
85
91
86
92
## PARAMETERS
87
93
88
94
### -AsJob
89
-
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
95
+
96
+
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to
Runs the cmdlet in a remote session or on a remote computer.
105
-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
106
-
The default is the current session on the local computer.
112
+
113
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
114
+
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
115
+
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
122
-
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
123
-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
131
+
132
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
133
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
134
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
135
+
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
184
+
185
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments