Export All Power Supply Status of ESX Hosts on Linux
This question has been answered for PowerCLI here: Export All Power Supply status of ESX Hosts using PowerCLI We run RHEL 7 systems on HP servers. The original solution was to run hponcfg periodically...
View Articleissue with HTML output
Hi, I am having issues in getting the output in html format Get-VM-Namedb1-PipelineVariablevm|ForEach-Object-Process { $_.guest.IPAddress | Select @{N='VM Name';E={$vm.Name}}, @{N="IP...
View ArticleRe: issue with HTML output
You don't need to use the Select-Object for this.Just handle the IP addresses in a ForEach loop, and use the values in a string.Something like this $VMInfo=$null$VMInfo+="<th><center>VM...
View ArticleRe: what is difference between Concurrent Storage vMotion operations per...
Is that your means maximum sVmotion from local disk on host1to shared storage on host2 is 8 vdisk ?
View ArticleRe: what is difference between Concurrent Storage vMotion operations per...
If you are migrating a VM from Datastore 1 to datastore 2 irrespective of host.per datastore you can have maximum 8 storage vmotion concurrently , i.e what below screenshot and provided doc explains:...
View ArticleRe: issue with HTML output
Hi LucD, Thanks a lot for your quick reply. How can I get this exported to html file ? I tried the below, it is not working $VMInfo=$null$VMInfo+="<th><center>VM...
View ArticleRe: issue with HTML output
Since the script already produces HTML, there is no need to do the ConvertTo-Html.The following are in fact some HTML remarks: The data needs to go with the <td> tag, not <th> which is...
View ArticleRe: Workstation 15: Guest screen flickering occasionally - can someone...
We have multiple machines running VMWare workstation 15.0.2 build - 10952284. We have guest running Windows Server 2016. My machine is a T480s using the Intel UHD Graphics 620 video adapter. The...
View ArticleRe: Problem with accessing datastore after RAID 0 changed to RAID 1....
I'm not familiar with the capabilities of the RAID controller which you are using, but can you confirm that it mirrored the data to the second (added) disk after reconfiguring the RAID from 0 to 1?...
View ArticleRe: what is difference between Concurrent Storage vMotion operations per...
So thanks according your table wiuld you please answer this question clearly? Is that your means maximum sVmotion from local disk on host1to shared storage on host2 is 8 vdisk ? BR
View ArticleAcceptable forms of identification for the VCP exam in the UK?
What counts as my second form of ID, a credit or debit card? Is there a list of acceptable ID ?
View ArticleRe: NFS shared folders for mac guests?
Is this not something already built into the OS?
View ArticleRe: HA not restarting VMs on other hosts when access to NFS datastore is lost
Can you provide a screenshot with the HA configuration?Verify that the affected virtual machine(s) are in protected state in the HA cluster.
View ArticleRe: Acceptable forms of identification for the VCP exam in the UK?
AFAIK it's the same in all counties.You can find the official Test Admission Policy on the VMware Certification web page. André
View ArticleRe: VMWARE ESX 6.7 FREE problema hora - fuso - ntp
Welcome to the Community, I hope it's ok to answer in English. ESXi uses UTC internally, and doesn't support time zone settings.The vSphere Client "translates" most time stamps to the time zone that's...
View ArticleRe: Repoint Site Recovery Manager after externalize PSC from Windows Embedded...
My very strong recommendation here is to delete your Windows vCenter and use the appliance which actually has a future.
View ArticleRe: HA not restarting VMs on other hosts when access to NFS datastore is lost
There are no issues with VM not be HA protected that I can see
View ArticleWindows 10 UWP missing and UEM Default Apps and FTAs
Hello, I apologize in advance if this has already been discussed. I was unable to find any solutions about this on the forums or KBs. I figured I would share my experience here.Recently we have decided...
View ArticleRe: Export list of VMs with complete folder path
Thank you, LucD , for the explanation and information regarding seconds to days. As always with your guidance, it worked like a charm.
View ArticleRe: Export All Power Supply Status of ESX Hosts on Linux
There's not going to be a "Linux native solution" for this. You'll have to install something, so may as well make it PowerShell core and then PowerCLI. Because at least that way you have a much more...
View Article