|
2 | 2 | description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. |
3 | 3 | external help file: SmbClientConfiguration.cdxml-help.xml |
4 | 4 | Module Name: SmbShare |
5 | | -ms.date: 06/23/2022 |
| 5 | +ms.date: 02/22/2024 |
6 | 6 | online version: https://learn.microsoft.com/powershell/module/smbshare/get-smbclientconfiguration?view=windowsserver2025-ps&wt.mc_id=ps-gethelp |
7 | 7 | schema: 2.0.0 |
8 | 8 | title: Get-SmbClientConfiguration |
@@ -33,7 +33,7 @@ configuration. |
33 | 33 | Get-SmbClientConfiguration |
34 | 34 | ``` |
35 | 35 |
|
36 | | -```Output |
| 36 | +```output |
37 | 37 | SkipCertificateCheck : False |
38 | 38 | ConnectionCountPerRssNetworkInterface : 4 |
39 | 39 | DirectoryCacheEntriesMax : 16 |
@@ -64,9 +64,7 @@ EncryptionCiphers : AES_128_GCM, AES_128_CCM, AES_256_GCM, A |
64 | 64 | This command retrieves the SMB client configuration. |
65 | 65 |
|
66 | 66 | > [!NOTE] |
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, |
| 67 | +> The **EncryptionCiphers** parameter is available beginning with Cumulative Update for Windows 11, |
70 | 68 | > version 22H2 ([KB5014668](https://support.microsoft.com/help/5014668)). |
71 | 69 |
|
72 | 70 | ## PARAMETERS |
@@ -106,45 +104,45 @@ Accept pipeline input: False |
106 | 104 | Accept wildcard characters: False |
107 | 105 | ``` |
108 | 106 |
|
109 | | -### -ThrottleLimit |
| 107 | +### -Confirm |
110 | 108 |
|
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 |
115 | | -computer. |
| 109 | +Prompts you for confirmation before running the cmdlet. |
116 | 110 |
|
117 | 111 | ```yaml |
118 | | -Type: Int32 |
| 112 | +Type: SwitchParameter |
119 | 113 | Parameter Sets: (All) |
120 | | -Aliases: |
| 114 | +Aliases: cf |
121 | 115 |
|
122 | 116 | Required: False |
123 | 117 | Position: Named |
124 | | -Default value: None |
| 118 | +Default value: False |
125 | 119 | Accept pipeline input: False |
126 | 120 | Accept wildcard characters: False |
127 | 121 | ``` |
128 | 122 |
|
129 | | -### -Confirm |
| 123 | +### -ThrottleLimit |
130 | 124 |
|
131 | | -Prompts you for confirmation before running the cmdlet. |
| 125 | +Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If |
| 126 | +this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an |
| 127 | +optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the |
| 128 | +computer. The throttle limit applies only to the current cmdlet, not to the session or to the |
| 129 | +computer. |
132 | 130 |
|
133 | 131 | ```yaml |
134 | | -Type: SwitchParameter |
| 132 | +Type: Int32 |
135 | 133 | Parameter Sets: (All) |
136 | | -Aliases: cf |
| 134 | +Aliases: |
137 | 135 |
|
138 | 136 | Required: False |
139 | 137 | Position: Named |
140 | | -Default value: False |
| 138 | +Default value: None |
141 | 139 | Accept pipeline input: False |
142 | 140 | Accept wildcard characters: False |
143 | 141 | ``` |
144 | 142 |
|
145 | 143 | ### -WhatIf |
146 | 144 |
|
147 | | -Shows what would happen if the cmdlet runs. The cmdlet is not run. |
| 145 | +Shows what would happen if the cmdlet runs. The cmdlet isn't run. |
148 | 146 |
|
149 | 147 | ```yaml |
150 | 148 | Type: SwitchParameter |
@@ -179,5 +177,6 @@ The **MSFT_SmbClientConfiguration** object represents the configuration of the S |
179 | 177 |
|
180 | 178 | ## RELATED LINKS |
181 | 179 |
|
182 | | -[Set-SmbClientConfiguration](./Set-SmbClientConfiguration.md) |
| 180 | +[Reset-SmbClientConfiguration](./Reset-SmbClientConfiguration.md) |
183 | 181 |
|
| 182 | +[Set-SmbClientConfiguration](./Set-SmbClientConfiguration.md) |
0 commit comments