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-SmbServerCertificateMapping** cmdlet retrieves the certificates associated with the SMB server for SMB over QUIC on ‘Windows Server 2022 Datacenter: Azure Edition’. This cmdlet is not used for Windows or other Windows Server editions. For more information, review [SMB over QUIC](https://aka.ms/smboverquic).
27
+
28
+
The `Get-SmbServerCertificateMapping` cmdlet retrieves the certificates associated with the SMB
29
+
server for SMB over QUIC. For more information, see [SMB over QUIC](https://aka.ms/smboverquic).
26
30
27
31
## EXAMPLES
28
32
29
33
### Example 1 - Retrieve the certificate mapped to two SMB over QUIC server names
30
34
31
-
This command retrieves the certificate mapped to two SMB over QUIC server names that clients can connect to, `fs2.contoso.com` and `2022-ae-02.corp.contoso.com`.
35
+
This command retrieves the certificate mapped to two SMB over QUIC server names that clients can
36
+
connect to, `fs2.contoso.com` and `2022-ae-02.corp.contoso.com`.
32
37
33
38
```powershell
34
-
PS C:\> Get-SmbServerCertificateMapping
39
+
Get-SmbServerCertificateMapping
35
40
```
41
+
36
42
```output
37
43
Name Subject Thumbprint DisplayName StoreName Type Flags
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a [`New-CimSession`](/powershell/module/cimcmdlets/new-cimsession) or [`Get-CimSession`](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the current session on the local computer.
69
+
70
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
71
+
object, such as the output of a [`New-CimSession`](/powershell/module/cimcmdlets/new-cimsession) or
72
+
[`Get-CimSession`](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
Specifies if `NamedPipes` are enabled for SMB over QUIC. The acceptable values for this parameter are:
92
104
105
+
Specifies if `NamedPipes` are enabled for SMB over QUIC. The acceptable values for this parameter
106
+
are:
93
107
94
-
- `None:`Remove all flags
95
-
- `AllowNamedPipe:`Enable use of named pipes in SMB over QUIC connections for this mapping (off by default, overrides value of RestrictNamedPipeAccessOverQuic)
96
-
- `DefaultCert:`Not used
108
+
- `None`: Remove all flags
109
+
- `AllowNamedPipe`: Enable use of named pipes in SMB over QUIC connections for this mapping (off by
110
+
default, overrides value of RestrictNamedPipeAccessOverQuic)
Specifies a fully-qualified DNS name or NetBIOS name that must match the certificate’s subject name or an entry in the certificate’s subject alternative names.
143
+
144
+
Specifies a fully-qualified DNS name or NetBIOS name that must match the certificate's subject name
145
+
or an entry in the certificate's subject alternative names.
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. 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. The throttle limit applies only to the current cmdlet, not to the session or to the computer.
233
+
234
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
235
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
236
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
237
+
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).
288
+
289
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments