File tree 4 files changed +40
-0
lines changed
docset/winserver2025-ps/smbshare
4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,16 @@ Get-SmbServerCertificateMapping [[-Name] <String[]>] [[-Subject] <String[]>]
28
28
The ` Get-SmbServerCertificateMapping ` cmdlet retrieves the certificates associated with the SMB
29
29
server for SMB over QUIC. For more information, see [ SMB over QUIC] ( https://aka.ms/smboverquic ) .
30
30
31
+ > [ !NOTE]
32
+ >
33
+ > - If the ** RequireClientAuthentication** parameter is set to ` $true ` and
34
+ > ** SkipClientCertificateAccessCheck** is set to ` $false ` , the server will perform both client
35
+ > certificate validation and access control checks.
36
+ >
37
+ > - If the ** RequireClientAuthentication** parameter is set to ` $true ` and
38
+ > ** SkipClientCertificateAccessCheck** is also set to ` $true ` , the server will perform client
39
+ > certificate validation but no access control checks.
40
+
31
41
## EXAMPLES
32
42
33
43
### Example 1 - Retrieve the certificate mapped to two SMB over QUIC server names
Original file line number Diff line number Diff line change @@ -28,6 +28,16 @@ New-SmbServerCertificateMapping [-Name] <String> [-Thumbprint] <String> [-StoreN
28
28
The ` New-SmbServerCertificateMapping ` cmdlet associates a certificate to the SMB server for SMB
29
29
over QUIC. For more information, see [ SMB over QUIC] ( https://aka.ms/smboverquic ) .
30
30
31
+ > [ !NOTE]
32
+ >
33
+ > - If the ** RequireClientAuthentication** parameter is set to ` $true ` and
34
+ > ** SkipClientCertificateAccessCheck** is set to ` $false ` , the server will perform both client
35
+ > certificate validation and access control checks.
36
+ >
37
+ > - If the ** RequireClientAuthentication** parameter is set to ` $true ` and
38
+ > ** SkipClientCertificateAccessCheck** is also set to ` $true ` , the server will perform client
39
+ > certificate validation but no access control checks.
40
+
31
41
## EXAMPLES
32
42
33
43
### Example 1 - Map a certificate located in the local machine's personal store
Original file line number Diff line number Diff line change @@ -40,6 +40,16 @@ The `Remove-SmbServerCertificateMapping` cmdlet removes the certificates associa
40
40
server for SMB over QUIC. For more information, review
41
41
[ SMB over QUIC] ( /windows-server/storage/file-server/smb-over-quic ) .
42
42
43
+ > [ !NOTE]
44
+ >
45
+ > - If the ** RequireClientAuthentication** parameter is set to ` $true ` and
46
+ > ** SkipClientCertificateAccessCheck** is set to ` $false ` , the server will perform both client
47
+ > certificate validation and access control checks.
48
+ >
49
+ > - If the ** RequireClientAuthentication** parameter is set to ` $true ` and
50
+ > ** SkipClientCertificateAccessCheck** is also set to ` $true ` , the server will perform client
51
+ > certificate validation but no access control checks.
52
+
43
53
## EXAMPLES
44
54
45
55
### Example 1 - Remove a certificate mapping for SMB server edge endpoint
Original file line number Diff line number Diff line change @@ -38,6 +38,16 @@ Set-SmbServerCertificateMapping -InputObject <CimInstance[]> [-Flags <Flags>] [-
38
38
The ` Set-SmbServerCertificateMapping ` cmdlet modifies a certificate's association to the SMB server
39
39
for SMB over QUIC. For more information, see [ SMB over QUIC] ( https://aka.ms/smboverquic ) .
40
40
41
+ > [ !NOTE]
42
+ >
43
+ > - If the ** RequireClientAuthentication** parameter is set to ` $true ` and
44
+ > ** SkipClientCertificateAccessCheck** is set to ` $false ` , the server will perform both client
45
+ > certificate validation and access control checks.
46
+ >
47
+ > - If the ** RequireClientAuthentication** parameter is set to ` $true ` and
48
+ > ** SkipClientCertificateAccessCheck** is also set to ` $true ` , the server will perform client
49
+ > certificate validation but no access control checks.
50
+
41
51
## EXAMPLES
42
52
43
53
### Example 1: Enable Named Pipes for the SMB over QUIC endpoint
You can’t perform that action at this time.
0 commit comments