Forum Discussion

Harshavardhan_T's avatar
Harshavardhan_T
Icon for Nimbostratus rankNimbostratus
Dec 08, 2014

How to get Virtual Server Type using powershell iControlSnapIn?

I am using powershell iControlSnapIn to fetch the details of the Virtual Servers. I am trying to get type value. It always returns RESOURCE_TYPE_POOL. But when look these up in the browser, I see values like Standard, Performance (Layer 4). I would like my powershell script also return the same values. Could anyone tell me as how I would do this?

 

1 Reply

  • These 'types' are not explicitly detailed in a VS configuration. I'd suggest you list the VS configuration at the CLI and then hopefully things will become clear. For instance, a Performance L4 VS will have a FastL4 profile assigned, a standard VS will not.