Sometimes when we try to use Invoke-WmiMethod with an argument list we get an error PS> Invoke-WmiMethod -Class Win32_Share -Name Create -ArgumentList "c:test", "Test57", 0 Invoke-WmiMethod : Type mismatch At line:1 char:17 + Invoke-WmiMethod <<<< … Read the full text.