Re: Create Parameters for WriteData function
You should sort on the Name property, not on the object.Like thisforeach ($Cluster in (Get-Cluster -Location $Datacenter | Sort-Object -Property Name)) {
View ArticleRe: Capacity and Performance Trending reports
LucD, as always thanks for your replies. Any suggestions or recommendations on these scripts? Like is there a better way to collect this data than from the resourcepool? From the cluster or host...
View ArticleRe: Deleting a Virtual Machine
right click and delete from disk if you no longer need it you can also remove from disk as well remove from disk will allow you to repurpose or add the vm back to inventory late on
View ArticleRe: Windows 8 Virtual Machine Not Found
Woody, Thank you for your quick reply. Attached please find the tgz file as requested.
View Articlevmware-cmd removesnapshot running 24 hours +
We have a server that is still running ESX 3.01, we are preparing to replace the hardware and upgrade everything. Through this preparation process I came across a VM that has some old (2009), HUGE...
View ArticleRe: Are the questions in the study guides similar to the test?
You don't need to be able to recite maximums, but knowledge of them helps. Expect questions from all corners of the exam blueprint, other useful info on my blog - link in a post above...
View ArticleRe: Create Parameters for WriteData function
Gothca...lesson learned but how come when I try to sort by vCenter it doesn't sort? vCenter = $Datacenter.Uid.Split("@")[1].Split(":")[0] | Sort-Object -Property Name
View ArticleInstalling View - Problems with Certificate
HiI like to install the new View Version 5.1.2. Also I like to Install the certificate using MS IIs (Requesting an SSL Certificate for VMware View using Microsoft Internet Information Services (IIS)...
View ArticleRe: ESX5 HTTP/1.1 403 Forbidden Error
I was able to find the issue, it was soemthing to do with the CURL headers, they need to contains fields like: "Connection: Keep-Alive");"Content-Type:...
View ArticleVirtual Terminals not working in Fedora 17, Dekstop graphics lock up
IHello Folks,Looking for some input on the following issue: After a full YUM update in Fedora 17, on reboot the desktop starts but the login window never is displayed. VMWare Tools is installed an up...
View ArticleRe: Windows 8 Virtual Machine Not Found
According to information in the support bundle, the "/Users/klodigensky/Library/Application Support/VMware Fusion/vmInventory" file the Virtual Machine Package should be located at...
View ArticleRe: Are the questions in the study guides similar to the test?
Yes,I have already taken the required class my work paid for. Not only do I run a large vSphere enrivonment at my work with over 600 VM's and a large View infrastructure, I also have my home lab which...
View ArticleRe: tagged SSD device does not show as SSD host configuration storage
Did you also unclaim the device and then load and run the claim rules? Try this esxcli storage core claiming --type device --device naa.IDesxcli storage core claimrule loadesxcli storage core claimrule...
View ArticleRe: Question about specific Scenario
If you are testing and want that many manchines you could install vcenter for 60 days under a trial license. It would save you a lot of time building those VMs. And welcome VM group!
View ArticleRe: Windows 8 Virtual Machine Not Found
Woody, You rock! I am setting up this machine for my wife and inadvertantly moved the Virtual Machines directory to the trash when I was cleaning up some files that I was moving around. Easy fix....
View ArticleRe: Are the questions in the study guides similar to the test?
The books you mentioned are certainly a great way to prepare yourself for the test and the questions will help to get an impression on how the real test will look like, but expect more or less...
View ArticleRe: Multiprocessor initialization failed - noobie here
FYI - the answer is this... Upon activation, it became apparent the free version of esxi does not support multiple processors.
View ArticleRe: Capacity and Performance Trending reports
Well, as you might have guessed, it depends. It depends on what you want to see or detect in these reports.If you use resourcepools in the correct way, and not just for organising your VMs in handy...
View ArticleRe: vmware-cmd removesnapshot running 24 hours +
I can't tell you for sure what happened. However, since the delta files are gone it should be safe to assume that the snapshot cleanup process has finished and the vmware-cmd command may just wait for...
View ArticleRe: Create Parameters for WriteData function
That's because the object you are placing on the pipeline doesn't have a property called Name.You can check by doing$Datacenter.Uid.Split("@")[1].Split(":")[0] | Get-MemberIt's just a string object. To...
View Article