Hello,
I am writing a windows service that needs to add/remove hosts from a windows network load balancing cluster. I have seen documentation on the WMI Class MicrosoftNLB_Cluster which is derived from the CIM_Cluster class, but upon looking this up, I see "WMI does not implement this class."
Can you please tell me how to programmatically interact with NLB? I've tried to look up help on this topic, but to no avail. Code samples would be greatly appreciated.
Thanks in advance,
I am writing a windows service that needs to add/remove hosts from a windows network load balancing cluster. I have seen documentation on the WMI Class MicrosoftNLB_Cluster which is derived from the CIM_Cluster class, but upon looking this up, I see "WMI does not implement this class."
Can you please tell me how to programmatically interact with NLB? I've tried to look up help on this topic, but to no avail. Code samples would be greatly appreciated.
Thanks in advance,