From 5c21af32eed50d0bdc10faf41dd23faf94f4775e Mon Sep 17 00:00:00 2001 From: Kirill Nikolaev Date: Sat, 30 May 2026 17:26:16 +0200 Subject: [PATCH] Invoke-WmiMethod: corrects a typo --- .../5.1/Microsoft.PowerShell.Management/Invoke-WmiMethod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/5.1/Microsoft.PowerShell.Management/Invoke-WmiMethod.md b/reference/5.1/Microsoft.PowerShell.Management/Invoke-WmiMethod.md index 50d5f7b4af96..ab974e4f53ac 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/Invoke-WmiMethod.md +++ b/reference/5.1/Microsoft.PowerShell.Management/Invoke-WmiMethod.md @@ -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