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
This example retrieves information about the SMB session identified as 8813272891621 that is currently established between the SMB server and the associated clients.
65
+
This command retrieves information about the SMB session identified as 8813272891621 that is currently established between the SMB server and the associated clients.
66
66
67
-
### EXAMPLE 3
67
+
### Example 3: Get session information for a specific client
This example retrieves information about the SMB sessions that are currently established between the SMB server and the SMB client at the IP address 192.168.102.14.
80
+
This command retrieves information about the SMB sessions that are currently established between the SMB server and the SMB client at the IP address 192.168.102.14.
81
81
82
-
### EXAMPLE 4
82
+
### Example 4: Get session information for a client
This example retrieves information about the SMB sessions that are currently established between the SMB server and the SMB client with the user name Contoso\Contoso-HV1$.
98
+
This command retrieves information about the SMB sessions that are currently established between the SMB server and the SMB client that has the user name Contoso\Contoso-HV1$.
This example retrieves all of the information about the SMB session identified as 8813272891441 that are currently established between the SMB server and the SMB client.
119
+
This command retrieves all of the information about the SMB session identified as 8813272891441 that are currently established between the SMB server and the SMB client.
You can use this parameter, or you can pipe the input to this cmdlet.
249
+
250
+
```yaml
251
+
Type: SmbInstance
252
+
Parameter Sets: (All)
253
+
Aliases:
254
+
Accepted values: Default, CSV, SBL, SR
255
+
256
+
Required: False
257
+
Position: Named
258
+
Default value: None
259
+
Accept pipeline input: True (ByPropertyName)
260
+
Accept wildcard characters: False
261
+
```
262
+
245
263
### -ThrottleLimit
246
264
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
247
265
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.
This example retrieves information about the SMB session identified as 8813272891621 that is currently established between the SMB server and the associated clients.
73
+
This command retrieves information about the SMB session identified as 8813272891621 that is currently established between the SMB server and the associated clients.
74
74
75
-
### EXAMPLE 3
75
+
### Example 3: Get session information for a specific client
This example retrieves information about the SMB sessions that are currently established between the SMB server and the SMB client at the IP address 192.168.102.14.
88
+
This command retrieves information about the SMB sessions that are currently established between the SMB server and the SMB client at the IP address 192.168.102.14.
89
89
90
-
### EXAMPLE 4
90
+
### Example 4: Get session information for a client
This example retrieves information about the SMB sessions that are currently established between the SMB server and the SMB client with the user name Contoso\Contoso-HV1$.
106
+
This command retrieves information about the SMB sessions that are currently established between the SMB server and the SMB client that has the user name Contoso\Contoso-HV1$.
This example retrieves all of the information about the SMB session identified as 8813272891441 that are currently established between the SMB server and the SMB client.
127
+
This command retrieves all of the information about the SMB session identified as 8813272891441 that are currently established between the SMB server and the SMB client.
0 commit comments