Re: Connect-CIServer - Data at the root level is invalid
Thread moved to the vCloud Director PowerCLI community
View ArticleRe: Grabbing all vApp templates available.
By SIZE do you mean the number of VMs inside the template? You can get all organization templates with the vAppTemplate query. GET api/query?type=vAppTemplate&fields=name,numberOfVMs 'fields' says...
View ArticleRe: Need to automate ESXi5.1 through PowerCLI
ok..Previously we had done PXE boot of ESXi5.1.for this out setup is like this..=>Virtual m/c Windows 2008 R2 having DHCP setup=>tftp server on ubuntu 11.10.also in /var/lib/tftpboot/ESX we had...
View ArticleAutomation of ESXi5.1 through script
I need to automate ESXi 5.1 installation from a powershell script.For This to understand how PXE works we done with setup of DHCP on Virtual m/c having Windows 2008 R2 and TFTP server on Ubuntu 11.10...
View Articleget mac address of ESX host through powershell Commands
How to get mac address of ESX host through powershell Commands?
View ArticleRe: Memory Controller Read Error
Нашел. Вот строкаMC:PCPU0: 2 hardware errors seen since boot (1 corrected by hardware)
View ArticleRe: get mac address of ESX host through powershell Commands
Try this Get-VMHostNetworkAdapter|Select@{N="ESXi";E={$_.VMHost.Name}},Name,Mac
View ArticleRe: Windows XP Dies on bootup
Thank you so much. I was in such a rush to download player I didnt check for a Windows 8 specific version. Have a great day.
View ArticleRe: get mac address of ESX host through powershell Commands
in this command we need to write IP of ESX inplce of ESXi??
View ArticleZinio Reader 4
Has anyone managed to capture this application using ThinApp 4.7.3 on Windows 8? I have successfully captured the application using ThinApp 4.7.3 installed on Windows XP SP3, but whilst this works on a...
View ArticleFC HBA showing as iscsi
DEAR VMEXPERTS, I am doing a new installation of esxi 5.1 on hp dl380 g7 having Brocade Communications Systems, Inc. HP 82B 8Gbps dual port FC HBA onto it and i have installed the esxi when i connect...
View ArticleTrasloco di una grossa VM xVmotion?
Ciao a tutti, sto studiando come portare fuori da un cluster (5.1 enterprise) una grossa VM. Questa è membro di un DAG exchange 2010 che ha circa 1000 mailbox -molto attive- con 2 vmdk da 1 TB di...
View ArticleRe: get mac address of ESX host through powershell Commands
You mean in the output ? Instead of the hostname ?
View ArticleRe: Zinio Reader 4
Yes. It appears to work whilst being captured as I get the login box, but when on a clean machine, I don't get a login box as expected, just a black screen.
View ArticleRe: get mac address of ESX host through powershell Commands
Get-VMHostNetworkAdapter | Select @{N="ESXi";E={$_.VMHost.Name}},Name,Mac In this command what shuld b entered in place of N=ESXi' and E=? or i jst need to execute this command.i executed this giving...
View ArticleLive Snapshot Consolidation Query.
Hi everyone, I have a small query that I've spent some time on here looking for some advice but no joy as yet so I thought I'd ask directly. I'll try and provide as much info on my setup before I ask...
View ArticleRe: get mac address of ESX host through powershell Commands
Which PowerCLI version are you running ?Do aGet-PowerCLIVersion
View Article