Replacing Get-VM, Get-Counter and Get-VmProcessor using Hyper-V API's and using c++

  • Thread starter Thread starter ananda vardhana
  • Start date Start date
A

ananda vardhana

Guest
I have an old program where I have been using Power Shell commands like Get-VM, Get-Counter, Get-VMProcessor. These PS commands are archaic and very slow and I want to move to Hyper-V API's. Could someone kindly point me to an sample program(s) which would give me an idea as to how to get the same job done using Hyper-V API's and non-object c++ language.

thanks a lot in advance.

Continue reading...
 
Back
Top