I have a C++ COM app that is trying to manage NLB using WMI.
I am using "MicrosoftNLB_" classes for this.
I could bind the NLB to NIC and also could modify the cluster setting.

Now i am trying to add/rem port rules to an NLB cluster.
None of the "MicrosoftNLB_" classes have methods to add/rem port rules.
I tried creating a new instance of "MicrosoftNLB_PortRuleEX" using "IWBemWebServices::PutInstance".

Any pointers ?

Thanks -John

Re: NLB WMI programming by Arkady

Arkady
Thu Nov 16 00:27:02 CST 2006

Maybe ask that on
microsoft.public.win32.programmer.wmi NG too

Arkady


"John" <John@newsgroups.nospam> wrote in message
news:5kO6h.52$_Q3.64@news.oracle.com...
>I have a C++ COM app that is trying to manage NLB using WMI.
> I am using "MicrosoftNLB_" classes for this.
> I could bind the NLB to NIC and also could modify the cluster setting.
>
> Now i am trying to add/rem port rules to an NLB cluster.
> None of the "MicrosoftNLB_" classes have methods to add/rem port rules.
> I tried creating a new instance of "MicrosoftNLB_PortRuleEX" using
> "IWBemWebServices::PutInstance".
>
> Any pointers ?
>
> Thanks -John