S
sl
Hi,
I m trying to run the following C# code.
ManagementClass mc = new
ManagementClass("Win32_WindowsProductActivation", new
ObjectGetOptions());
ManagementBaseObject outParams =
mc.InvokeMethod("GetInstallationID", null, null);
But it is throwing exception as "Invalid Method Parameter(s)".
Please help.
I m trying to run the following C# code.
ManagementClass mc = new
ManagementClass("Win32_WindowsProductActivation", new
ObjectGetOptions());
ManagementBaseObject outParams =
mc.InvokeMethod("GetInstallationID", null, null);
But it is throwing exception as "Invalid Method Parameter(s)".
Please help.