Re: Reporting resource usage per VMfolder
This will give you the list per vCenter, provided you are not running in multiple mode, with the full folderpath (which can be handy in case of duplciate names).And it uses only 1 Get-VM call...
View ArticleSet-VMRecourceConfiguration -MemLimitMB to The currently configured memory.
Hi Guys I am am about to set the memory limit of all my virtual machines in a datacenter to Unlimited. With this: (pretty easy) Get-Datacenter -name "Target Datacenter" | Get-Cluster | Get-VM |...
View ArticleCan I create .ova image in Wmware Workstation
Hi All,I build a image in VmwareWorkstation (6.5). But one of my frind want to use these image in VMware ESXi. He want .ova format. So, Can I convert my file to .ova format, or can I create the image...
View ArticleThin PC - WSUS AV
Does a converted PC to a thin PC still require WSUS updates and Virus Software? Am I being wishful and naive thinking it is the same as a zero client now? Opinions? Thanks.
View ArticleRe: Set-VMRecourceConfiguration -MemLimitMB to The currently configured memory.
Hi John, you can use the next PowerCLI script for the reverse approach: Get-Datacenter -name "Target Datacenter" |Get-VM |ForEach-Object { $VM = $_ $VM | Get-VMResourceConfiguration | Where-Object...
View ArticleRe: Unable to Power On shared VM's in Workstation 8
Hi, Thanks for this investigation, I'm tried to find since many hours why it doesn't work and finally read this thread !I don't really understand why VMware do nothing about this issue. I tried on...
View ArticleRe: snapshot script help
I have take a bit more of a look at this, so ignore my previous post. The best way to acheive what you need is to remove the line: $Daysold = Get-VM $GuestName | Get-Snapshot | Select @{N="DaysOld";...
View Articlemigrate vm from intel cluster to amd cluster
Hello,I have an issue in my VM, windows server 2003 ent. 32bit (Citrix PS 4.5 applications) was hosted in vSpherere 5.1 ESXi cluster with Intel CPUs.the VM P2Ved from an Intel CPU server.The VM is with...
View ArticleVMware view get users
Hi I have to make a script for our VMware view environment that gets the amount of users that have logged in last week.but I'm stuck. i got so far with my script. $pss = New-PSSession "view-broker"...
View ArticleRe: Set-VMRecourceConfiguration -MemLimitMB to The currently configured memory.
Thanks RvdNieuwendijk, That is so much cleaner than what I was trying to do.
View ArticleNetwork Failover not working
We have a number of hosts on vmware 5.1On vswitch0 there are two physical NICs connected to the same vlan, there is also a VMotion network and management network. configured on this switch.However, if...
View Articlelicencia free perpetua
Buenos Dias:Estoy iniciándome en el mundo de vmware.He instalado la versión free de Esxi 5.1 pero me dice que tengo 60 Dias y me da una licencia para registrar el producto.después de esos 60 es...
View ArticleRe: VMware Player- USB
As a workaround, try using a USB 2.0 Hub between the Notebook and the USB Device.
View ArticleView Desktops (VDI) vs. Terminal Server
Dear Community, I'm just in progress to learn the basics about the View environment.At this point i'm trying to understand some conceptional questions regarding the use of the View clients.Until today...
View Articlehow to access vcloud from internet?
Hi, I built up a very small vCloud environment and it seems to be working fine as per the requirement.I am using PG backed network and I can access web portal internally fine.How do I have to publish...
View ArticleRe: ESXi inside KVM
Hello and welcome to the communities. Note: Discussion successfully moved from VMware ESXi 5 to Nested Virtualization
View ArticleRe: Can´t use SAN transfer mode after update to 5.1.0 u1
Note: Discussion successfully moved from VMware vCenter™ to Backup & Recovery
View ArticleFixed: Web Client Service will not start
For the event error: "The VMware vSphere Web Client service terminated with service-specific error Incorrect function" This is how I resolved: I figured it out thx to this guy: vSphere 5.1 Web Client:...
View Article