Re: Trouble with populating the Get-VIEventPlus function into html code
Hi RvdNieuwendijkI could just do that but the format of the html code that I am using is so much nicer. Thanks for response.
View ArticleRe: Trouble with populating the Get-VIEventPlus function into html code
Why don't you use the PowerShell ConvertTo-Html cmdlet to generate the html output? Remove the call to the writedata function from the code and change the line containing the last } into: } |...
View ArticleRe: vSphere Web Client and Mac OS X
I know I'm looking at other solutions because of the missing OS X support.
View ArticleRe: Trouble with populating the Get-VIEventPlus function into html code
Can you try that routine like this ?$oneMonth = (Get-Date).AddDays(-31)$entity = Get-Folder -Name datacenters$events = Get-VIEventPlus -Entity $entity -EventType VmPoweredOnEvent -Recurse...
View ArticleMicrosoft 2012 Clustering Setup
Hi Everyone, We're working with a NetApp Filer and 10 ESXi Hosts (FlexPod). We wanted to know the best way to configure a cluster using Microsoft Server 2012.We have access to the OnCommand Management...
View ArticleRe: Trouble with populating the Get-VIEventPlus function into html code
You can easily enhace the output of the ConvertTo-Html cmdlet by using a cascading stylesheet. via the -CssUri parameter. For example to use the Tahoma font as in your code you can create a file called...
View ArticleRe: Microsoft 2012 Clustering Setup
Welcome to the Community - Have you looked at this - http://pubs.vmware.com/vsphere-51/topic/com.vmware.ICbase/PDF/vsphere-esxi-vcenter-server-511-setup-mscs.pdf
View ArticleDeployment of edge gateway failed in vcd5.1.2a
Deployment of edge gateway gedgegw failed.com.vmware.vcloud.fabric.nsm.error.VsmException: VSM response error (10105): Failed to publish configuration on vShield Edge. The requested object :...
View ArticleRe: vSphere Web Client and Mac OS X
Yeah I've had numerous vmware reps tell me that the OSX client or app store app is right around the corner for the last 3 years and I'm still using vsphere client in a windows VM. It is literally the...
View ArticleRe: GatewayHub setDisableEventRelay removed from API in 6.6.X
Hi David, I think the best channel to get an specific version is to request by submitting a support ticket. Please post here if you find any issues with that.Thanks,~/William
View ArticleRe: how to enable predictive disk failure alerts
I've found a similar issue. http://communities.vmware.com/thread/259842?start=0&tstart=0 it seems that this issue is already there for a long time without a solution.According to this KB (...
View ArticleRe: Trouble with populating the Get-VIEventPlus function into html code
I'm getting the following error: The term 'writedata' is not recognized as the name of a cmdlet, function, sct file, or operable program. Check the spelling of the name, or if a path wancluded, verify...
View ArticleRe: Symlink bug in shared folders with Linux guest
Hi, This doesn't really explain why a symlink to an adjacent file does not work and a symlink to a file in another folder (or one with the fake long path././././foo) works with the default settings.It...
View ArticleRe: uninstall fusion problem
Hi Pedro, What's the version of Fusion are you trying to install? What is the version of Mac OS you are running on your Mac? Thanks,--Darius
View ArticleRe: Trouble with populating the Get-VIEventPlus function into html code
Hi Rob Do you have any examples?...When I run the code as is I see the html code populated but it doesn't create the file. Thanks
View ArticleRe: Trouble with populating the Get-VIEventPlus function into html code
Try the attached script, but I'm not too sure that your HTML formatting is correct.
View ArticleRe: VT-d support on desktop motherboard
Bigfrank83 wrote: 1. Run ESXi from a USB stick2. Use Add-in NIC for Management (This NIC will also supply network connectivity to your 2 Gentoo VM's as you will have passed through the other ports to...
View ArticleRe: would like to 'migrate' old 32bit PC (XP SP3) as Virtual machine to new...
There is no network. They are as islands unto themselves. Is there not some way a cable connector of some kind could be put to use to bridge the gap?
View ArticleRe: Issues with Deploying a VM from template
Do you see anything related in guestcust.log, setup-act, setuperr , debug logs ? Just trying to see if we could get clues.. -JD
View ArticleRe: How to start up in safe boot or safe mode INSIDE a virtual machine?
VirtualMac2009 wrote: The problem is on one of them it has been left idle since it arose. Not sure what you mean by that however that doesn't clearly answer the question I asked! Do you know if...
View Article