WMI Help
-
Hi, I have several servers which have an Intel Pro network adapter with several vlans. I am attempting to write a C# application to modify the vlan id and vlan name for a single adapter. I've been able to query the id's and names via WMI, however when i attempt to use a PUT() (update only) i receive a generic error. Reading the documentation it says i need to do a putinstance() for those values. I've managed to find a C++ version of PutInstance() but nothing for C#. Any assistance on how i can do this with native C# classes? Thanks!
-
Hi, I have several servers which have an Intel Pro network adapter with several vlans. I am attempting to write a C# application to modify the vlan id and vlan name for a single adapter. I've been able to query the id's and names via WMI, however when i attempt to use a PUT() (update only) i receive a generic error. Reading the documentation it says i need to do a putinstance() for those values. I've managed to find a C++ version of PutInstance() but nothing for C#. Any assistance on how i can do this with native C# classes? Thanks!