Skip to content

Commit 7f6930a

Browse files
committed
Minor edit
1 parent 1bea369 commit 7f6930a

4 files changed

+8
-8
lines changed

docset/winserver2025-ps/smbshare/Get-SmbServerCertificateMapping.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ Accept wildcard characters: False
187187
### -SkipClientCertificateAccessCheck
188188

189189
Specifies whether the server should skip the check for client certificate access when a client
190-
connects. When this parameter is set to `$true`, the server will not check whether the client has
191-
access to the certificate it presents. This can be useful in scenarios where the server is acting
190+
connects. When this parameter is set to `$true`, the server will not perform the access control
191+
checks based on the client certificates. This can be useful in scenarios where the server is acting
192192
as a gateway or proxy, and does not need to perform full certificate validation.
193193

194194
However, it can also increase the risk of security breaches. When this parameter is set to

docset/winserver2025-ps/smbshare/New-SmbServerCertificateMapping.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ Accept wildcard characters: False
192192
### -SkipClientCertificateAccessCheck
193193

194194
Specifies whether the server should skip the check for client certificate access when a client
195-
connects. When this parameter is set to `$true`, the server will not check whether the client has
196-
access to the certificate it presents. This can be useful in scenarios where the server is acting
195+
connects. When this parameter is set to `$true`, the server will not perform the access control
196+
checks based on the client certificates. This can be useful in scenarios where the server is acting
197197
as a gateway or proxy, and does not need to perform full certificate validation.
198198

199199
However, it can also increase the risk of security breaches. When this parameter is set to

docset/winserver2025-ps/smbshare/Remove-SmbServerCertificateMapping.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ Accept wildcard characters: False
252252
### -SkipClientCertificateAccessCheck
253253

254254
Specifies whether the server should skip the check for client certificate access when a client
255-
connects. When this parameter is set to `$true`, the server will not check whether the client has
256-
access to the certificate it presents. This can be useful in scenarios where the server is acting
255+
connects. When this parameter is set to `$true`, the server will not perform the access control
256+
checks based on the client certificates. This can be useful in scenarios where the server is acting
257257
as a gateway or proxy, and does not need to perform full certificate validation.
258258

259259
However, it can also increase the risk of security breaches. When this parameter is set to

docset/winserver2025-ps/smbshare/Set-SmbServerCertificateMapping.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ Accept wildcard characters: False
197197
### -SkipClientCertificateAccessCheck
198198

199199
Specifies whether the server should skip the check for client certificate access when a client
200-
connects. When this parameter is set to `$true`, the server will not check whether the client has
201-
access to the certificate it presents. This can be useful in scenarios where the server is acting
200+
connects. When this parameter is set to `$true`, the server will not perform the access control
201+
checks based on the client certificates. This can be useful in scenarios where the server is acting
202202
as a gateway or proxy, and does not need to perform full certificate validation.
203203

204204
However, it can also increase the risk of security breaches. When this parameter is set to

0 commit comments

Comments
 (0)