2
2
description : Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
3
3
external help file : SmbServerConfiguration.cdxml-help.xml
4
4
Module Name : SmbShare
5
- ms.date : 10/20/2022
5
+ ms.date : 02/22/2024
6
6
online version : /powershell/module/smbshare/set-smbserverconfiguration?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
7
7
schema : 2.0.0
8
8
title : Set-SmbServerConfiguration
@@ -17,26 +17,26 @@ Sets the Server Message Block (SMB) server configuration.
17
17
18
18
```
19
19
Set-SmbServerConfiguration [-AnnounceComment <String>] [-AnnounceServer <Boolean>]
20
- [-AsynchronousCredits <UInt32>] [-AuditSmb1Access <Boolean>] [-AutoDisconnectTimeout <UInt32 >]
21
- [-AutoShareServer <Boolean>] [-AutoShareWorkstation <Boolean >] [-CachedOpenLimit <UInt32 >]
22
- [-DisableCompression <Boolean>] [-DisableSmbEncryptionOnSecureConnection <Boolean>]
23
- [-DurableHandleV2TimeoutInSeconds <UInt32 >] [-EnableAuthenticateUserSharing <Boolean >]
24
- [-EnableDownlevelTimewarp <Boolean>] [-EnableForcedLogoff <Boolean>] [-EnableLeasing <Boolean>]
25
- [-EnableMultiChannel <Boolean>] [-EnableOplocks <Boolean>] [-EnableSecuritySignature <Boolean>]
26
- [-EnableSMB1Protocol <Boolean>] [-EnableSMB2Protocol <Boolean>] [-EnableSMBQUIC <Boolean>]
27
- [-EnableStrictNameChecking <Boolean>] [-EncryptData <Boolean>] [-EncryptionCiphers <String >]
28
- [-IrpStackSize <UInt32 >] [-KeepAliveTime <UInt32 >] [-MaxChannelPerSession <UInt32>]
29
- [-MaxMpxCount <UInt32>] [-MaxSessionPerConnection <UInt32>] [-MaxThreadsPerQueue <UInt32>]
30
- [-MaxWorkItems <UInt32>] [-NullSessionPipes <String >] [-NullSessionShares <String >]
31
- [-OplockBreakWait <UInt32 >] [-PendingClientTimeoutInSeconds <UInt32>]
32
- [-RejectUnencryptedAccess <Boolean >] [-RequestCompression <Boolean>]
33
- [-RequireSecuritySignature <Boolean>] [-RestrictNamedpipeAccessViaQuic <Boolean>]
34
- [-ServerHidden <Boolean>] [-Smb2CreditsMax <UInt32 >] [-Smb2CreditsMin <UInt32>]
35
- [-SmbServerNameHardeningLevel <UInt32>] [-TreatHostAsStableStorage <Boolean >]
36
- [-ValidateAliasNotCircular <Boolean>] [-ValidateShareScope <Boolean>]
37
- [-ValidateShareScopeNotAliased <Boolean>] [-ValidateTargetName <Boolean>] [-Force ]
38
- [-CimSession <CimSession[] >] [-ThrottleLimit <Int32> ] [-AsJob] [-WhatIf] [-Confirm ]
39
- [<CommonParameters>]
20
+ [-AsynchronousCredits <UInt32>] [-AuditClientCertificateAccess <Boolean>]
21
+ [-AuditSmb1Access <Boolean>] [-AutoDisconnectTimeout <UInt32 >] [-AutoShareServer <Boolean >]
22
+ [-AutoShareWorkstation <Boolean>] [-CachedOpenLimit <UInt32>] [-DisableCompression <Boolean>]
23
+ [-DisableSmbEncryptionOnSecureConnection <Boolean >] [-DurableHandleV2TimeoutInSeconds <UInt32 >]
24
+ [-EnableAuthenticateUserSharing <Boolean>] [-EnableDownlevelTimewarp <Boolean>]
25
+ [-EnableForcedLogoff <Boolean>] [-EnableLeasing <Boolean>] [-EnableMultiChannel <Boolean>]
26
+ [-EnableOplocks <Boolean>] [-EnableSecuritySignature <Boolean>] [-EnableSMB1Protocol <Boolean>]
27
+ [-EnableSMB2Protocol <Boolean>] [-EnableSMBQUIC <Boolean>] [-EnableStrictNameChecking <Boolean >]
28
+ [-EncryptData <Boolean >] [-EncryptionCiphers <String >] [-IrpStackSize <UInt32>]
29
+ [-KeepAliveTime <UInt32>] [-MaxChannelPerSession <UInt32>] [-MaxMpxCount <UInt32>]
30
+ [-MaxSessionPerConnection <UInt32>] [-MaxThreadsPerQueue <UInt32 >] [-MaxWorkItems <UInt32 >]
31
+ [-NullSessionPipes <String >] [-NullSessionShares <String>] [-OplockBreakWait <UInt32>]
32
+ [-PendingClientTimeoutInSeconds <UInt32 >] [-RejectUnencryptedAccess <Boolean>]
33
+ [-RequestCompression <Boolean>] [-RequireSecuritySignature <Boolean>]
34
+ [-RestrictNamedpipeAccessViaQuic <Boolean>] [-ServerHidden <Boolean >] [-Smb2CreditsMax <UInt32>]
35
+ [-Smb2CreditsMin <UInt32>] [-SmbServerNameHardeningLevel <UInt32 >]
36
+ [-TreatHostAsStableStorage <Boolean>] [-ValidateAliasNotCircular <Boolean>]
37
+ [-ValidateShareScope <Boolean>] [-ValidateShareScopeNotAliased <Boolean>]
38
+ [-ValidateTargetName <Boolean >] [-Force ] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32> ]
39
+ [-AsJob] [-WhatIf] [-Confirm] [ <CommonParameters>]
40
40
```
41
41
42
42
## DESCRIPTION
@@ -184,6 +184,25 @@ Accept pipeline input: False
184
184
Accept wildcard characters : False
185
185
` ` `
186
186
187
+ ### -AuditClientCertificateAccess
188
+
189
+ Enables SMB over QUIC client access control audit events. There are three possible events: access
190
+ allowed, access denied, and error. The access allowed and access denied events list properties of
191
+ the client certificate chain and any allow and deny access control entries that apply to the
192
+ client certificates.
193
+
194
+ ` ` ` yaml
195
+ Type : SwitchParameter
196
+ Parameter Sets : (All)
197
+ Aliases :
198
+
199
+ Required : False
200
+ Position : Named
201
+ Default value : None
202
+ Accept pipeline input : False
203
+ Accept wildcard characters : False
204
+ ` ` `
205
+
187
206
### -AuditSmb1Access
188
207
189
208
Enables auditing of SMB version 1 protocol in Windows Event Log.
0 commit comments