Obtaining cluster name in VB.Net
Within my application I need to retrieve the computer name. I am doing this usingMy.Computer.Name which works fine.
My application MAY also run on a cluster, in this case I need the name of the cluster not the node it is running on.
I cannot find a way of doing this in VB.Net.
I have even experimented with GetComputerNameEx. Despite what the help says all of the calls return the node name not the cluster name when running on a cluster.
TIA

