itsvivekg's Posts

One VM\template at a time.
I havent tried it yet.But I need something to check one server one time. Can you convert this for my need - Get -View -ViewType VirtualMachine -Property Name -Filter @{ "Config... See more...
I havent tried it yet.But I need something to check one server one time. Can you convert this for my need - Get -View -ViewType VirtualMachine -Property Name -Filter @{ "Config.Template" = "true" }
I am using this, but its not helping - $TEMPLATE = (get-Template $VM_NAME).Name If ($TEMPLATE -eq $VM_Name) {$CHK = "TEMPLATE"} One more thing, When I m taking $cells.item($i,8)  = (Get-VM ... See more...
I am using this, but its not helping - $TEMPLATE = (get-Template $VM_NAME).Name If ($TEMPLATE -eq $VM_Name) {$CHK = "TEMPLATE"} One more thing, When I m taking $cells.item($i,8)  = (Get-VM $INPUT_IP|Select PowerState) , its thowing "0" for Powered OFF VMs.
I need to check for a list of VMs\Templates, which ones are templates. Is there a way to do that - powercli way?
Guys, We are in process of planning to install and configure VCM in our environment. We have both Physical and Virtual servers in radar, to be managed by VCM. Our first choice is weather we shou... See more...
Guys, We are in process of planning to install and configure VCM in our environment. We have both Physical and Virtual servers in radar, to be managed by VCM. Our first choice is weather we should install in on a virtual server or physical. We have around 8-9 VCs to be managed with vast number of VMs to be managed through VCM. And what do you suggest to go for Tier 1, 2 or 3? Thanks in advance Vivek