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
Runs the cmdlet in a remote session or on a remote computer.
71
-
Enter a computer name or a session object, such as the output of a New-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227967 or Get-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227966 cmdlet.
88
+
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
89
+
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
72
90
The default is the current session on the local computer.
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
184
-
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.
207
+
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
208
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
185
209
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
186
210
187
211
```yaml
188
212
Type: Int32
189
213
Parameter Sets: (All)
190
-
Aliases:
214
+
Aliases:
191
215
192
216
Required: False
193
217
Position: Named
@@ -196,9 +220,14 @@ Accept pipeline input: False
196
220
Accept wildcard characters: False
197
221
```
198
222
223
+
### CommonParameters
224
+
225
+
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).
0 commit comments