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
Copy file name to clipboardExpand all lines: docset/winserver2022-ps/smbshare/Disable-SmbDelegation.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
92
92
## OUTPUTS
93
93
94
94
### System.Object
95
+
95
96
## NOTES
96
97
* This cmdlet relies on Active Directory Windows PowerShell cmdlets to perform its actions. Before you use this cmdlet, you must install the Active Directory cmdlets. To install the Active Directory cmdlets, run the following command:
Copy file name to clipboardExpand all lines: docset/winserver2022-ps/smbshare/Enable-SmbDelegation.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
76
76
## OUTPUTS
77
77
78
78
### System.Object
79
+
79
80
## NOTES
80
81
* This cmdlet relies on Active Directory Windows PowerShell cmdlets to perform its actions. Before you use this cmdlet, you must install the Active Directory cmdlets. To install the Active Directory cmdlets, run the following command:
Copy file name to clipboardExpand all lines: docset/winserver2022-ps/smbshare/Get-SmbDelegation.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
60
60
## OUTPUTS
61
61
62
62
### System.Object
63
+
63
64
## NOTES
64
65
* This cmdlet relies on Active Directory Windows PowerShell cmdlets to perform its actions. Before you use this cmdlet, you must install the Active Directory cmdlets. To install the Active Directory cmdlets, run the following command:
@@ -31,7 +31,7 @@ The **Get-SmbServerCertificateMapping** cmdlet retrieves the certificates associ
31
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`.
32
32
33
33
```powershell
34
-
Get-SmbServerCertificateMapping
34
+
PS C:\> Get-SmbServerCertificateMapping
35
35
```
36
36
```output
37
37
Name Subject Thumbprint DisplayName StoreName Type Flags
Specifies if `NamedPipes` are enabled for SMB over QUIC. The acceptable values for this parameter are:
92
92
93
93
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
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)
The New-SmbGlobalMapping cmdlet creates an SMB global mapping on the SMB client to an SMB share. Global mappings allow all users to use the same mapping. Its primary use is for Windows Containers.
26
+
The **New-SmbGlobalMapping** cmdlet creates an SMB global mapping on the SMB client to an SMB share. Global mappings allow all users to use the same mapping. Its primary use is for Windows Containers.
27
27
28
28
## EXAMPLES
29
29
@@ -35,7 +35,7 @@ Status Local Path Remote Path
35
35
OK G: \\fs1.contoso.com\public
36
36
```
37
37
38
-
This command will gather the credentials for the global mapping. It then maps the remote share path “\\fs1.contoso.com\public” to the “G:” drive letter. Any users, applications, or containers can now access data on the G: drive.
38
+
This command will gather the credentials for the global mapping. It then maps the remote share path "\\fs1.contoso.com\public" to the "G:" drive letter. Any users, applications, or containers can now access data on the G: drive.
Specifies if Named Pipes are enabled for SMB over QUIC. The acceptable values for this parameter are:
91
91
92
-
- `None` Remove all flags.
93
-
- `AllowNamedPipe`Enable use of named pipes in SMB over QUIC connections for this mapping (off by default, overrides the value of RestrictNamedPipeAccessOverQuic).
94
-
- `DefaultCert`Not used.
92
+
- `None:` Remove all flags.
93
+
- `AllowNamedPipe:`Enable use of named pipes in SMB over QUIC connections for this mapping (off by default, overrides the value of RestrictNamedPipeAccessOverQuic).
0 commit comments