Re: get count of desktops from a pool
Hi All,thanks for all your help, I got a bit further Now I'm having the problem that I can't get any useful data out of my array^^ I use this command to fill the associative array ergs, but later I...
View ArticleRe: MSI Failed Problem - Again!
I too had some fun trying to install VMWare Workstation and VMWare Player on Win8. I ran into the same problem, and then came across this: Understanding Error 1603: Fatal Error During Installation |...
View ArticleRe: get count of desktops from a pool
You see no values because that array is not a hash table.When you do$ergsyou will see all the rows in the array.To address for example the Pool_id value for the first row, you would...
View ArticleRe: How to build a firewall VM for ESXi 5
Dear A.P I have read this guide but nothing to found for my purposeCould U show me the necessary info?
View ArticleRe: lun input/output error
Ok, now i get this: DISKLIB-VMFS : "/vmfs/volumes/Aida DB/icg4aida/icg4aida-flat.vmdk" : failed to open (Input/output error): AIOMgr_Open failed. Type 3DISKLIB-LINK : "/vmfs/volumes/Aida...
View ArticleRe: get count of desktops from a pool
This is also not working here, still no output.Atm my multidimensional associative array consist of these value examples: $ergsabb-pool1-1-v 3 3abb-pool2-1-v 100 120abb-pool3-2-v 50...
View ArticleRe: get count of desktops from a pool
What do the following return ?$ergs | Get-Memberand$ergs[0]The '-' is in a property value, that shouldn't cause any problems
View ArticleRe: lun input/output error
Connect directly to the host where the problem VM registered via vsphere client and check if the datastore is visible for that host. Also do a rescan of datastore for that host.
View ArticleRe: get count of desktops from a pool
Outout of both as following: TypeName: Microsoft.PowerShell.Commands.Internal.Format.FormatStartData Name MemberType Definition----...
View ArticleRe: P>V conversion of Windows server > ESXi host 5.1 fails
This could be a network drop while cloning. Do you convert again or it is reproduced always?
View ArticleRe: get count of desktops from a pool
I obviously didn't notice you had a Format-Table in there.Just do$ergs = Get-Pool | Select Pool_id,@{N="desktops";E={$_ | Get-DesktopVM | Measure-Object | Select -ExpandProperty Count}}The Format-Table...
View ArticleRe: P2V Unable to obtain hardware information for the selected machine
Please attach log bundle to check for error.
View ArticleCan VMESXi5 be virtual machine?
Hi, All I have two physical ESXi hosts with ESXi5.0 installed. However, our physical servers just have one physical NIC card.Because we want to test some functions such as vMotion, HA, we tried to...
View ArticleRe: get count of desktops from a pool
I needed the Format-Table to get rid of the TableHeaders.Iin past tests these values(pool_id, desktops, maximumcount, --------,..) were also written in the array variable which isn't really nice to...
View ArticleRe: Hello to all
Cievo wrote: I don't think this is post it should be here. Agreed. Discussion successfully moved from VMware ThinApp: Discussion Forum to Virtual Lounge droper0 : Welcome to the communities Regards
View ArticleRe: Problems trying to receive a HostImageProfileSummary
Thanks Lauent,I took another look, and did another try, and now I can get the information. I had misinterpreted the help,and didn't realize that the HostImageGetConfig() was a method of the HostSystem....
View ArticleRe: Need a power-shell script to ..
Thats LUcD its works fine but the size of the disk ( CapacityGB) seems to be blank
View ArticleRe: Need a power-shell script to ..
And will also would love to sort by vm in alphabetically order .. Thanks for you help
View ArticleRe: lun input/output error
I can not see the datastore on that host.Under configuration - storage adapters i see vmhba0 with 3 devices and all 3 are marked active and mounted.Under configuration - storage i only see the other 2...
View Article