Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Invoke-WmiMethod @invokeWmiMethodSplat
### -ArgumentList

Specifies the parameters to pass to the called method. The value of this parameter must be an array
of objects, and they must appear in the order required by the called method. The `Invoke-CimCommand`
of objects, and they must appear in the order required by the called method. The `Invoke-CimMethod`
cmdlet does not have these limitations.

To determine the order in which to list those objects, run the `GetMethodParameters()` method on the
Expand Down
Loading