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
77
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.
72
78
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.
103
-
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.
104
-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
109
+
110
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
111
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
112
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
113
+
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 (http://go.microsoft.com/fwlink/?LinkID=113216).
129
+
130
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
120
131
121
132
## INPUTS
122
133
123
134
## OUTPUTS
124
135
125
136
### CimInstance#MSFT_HgsGuardian
137
+
126
138
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
127
139
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
128
140
@@ -137,4 +149,3 @@ The path after the pound sign (`#`) provides the namespace and class name for th
0 commit comments