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.
73
-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
74
-
The default is the current session on the local computer.
79
+
80
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
81
+
object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/get-cimsession)
82
+
or [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
120
-
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.
121
-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
130
+
131
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
132
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
133
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
134
+
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).
150
+
151
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments