|
I'm trying to obtain the PhysicalDisk counters on my system, but the ListCounters function call fails with "A required argument is invalid or a reserved argument is not null".
The code is as simple as my
$objd = $perfObj->ListCounters("PhysicalDisk");
how do i resolve this??
|