I am trying add virtual switch to network adapter on Windows2012 using WMI (C++/Powershell) method AddVirtualSystemResources. I could add the switch to the Network adapter on Windows 2008 R2 but not on Windows 2012. When I ran the script on the
2012 I am seeing the return value as 4096. So I have looked at the corresponding job object and found that the Errorcode was 32774 which is "System in use". How can I find out which process is holding up the resource? I don't have any anti virus
installed on my machine. I have closed all the hyper-v related applications and tried the same with no luck. Any help is highly appreciated.
↧