Re: Decimal round of size
Sure it does: PS C:\Users\chris> $test = 34.457454758739874837483PS C:\Users\chris> [int]$test34PS C:\Users\chris>
View ArticleRe: Failure to import CSV with ConvertFrom-Csv
at first we should handle the error "op_addition"op_addition is a method used by array vars. you declare$data = 0 and after you did$data+=$VM.UsedSpaceGBSo Powershell, return an error! He only does...
View ArticleRe: Decimal round of size
To an [int] yes, but not to a decimal, that's why you use [math]::round
View ArticleRe: Server 2012 R2
Supported by that.Check it on guest OS guide: VMware Compatibility Guide: Guest/Host Search
View ArticleBilling Policy Clarification Needed
Hello I am trying to understand the difference between billing based on CPU usage vs vCPU count. On the Base Rates tab of a Cost Model, you can see CPU with a metric of GHz and vCPU with a metric of...
View ArticleRe: Reporting resource usage per VMfolder
Where are you stuck? To get your report you could: Get-VM -Location FolderName | FT Name, *CPU*, MemoryGB, *space*
View ArticleSnapshot RDMs
Am I right in thinking that when you snapshot a VM with a mixture of VMDKs but also has RDMs attached to it that everything including the RDMs is snapped and all delta changes are logged for all the...
View ArticleRe: get count of desktops from a pool
Maybe this will kick start you off (Get-ResourcePool -Name "Name.Of.Pool" | Get-VM).count
View Articlemaintenance mode > reboot > network nolonger works.
I have been using ESXi 5.1.0 (Build 799733) on a Home Desktop/Server for six months now, and I have upped and down the system many times. Recently I was going to have a planned outage and decided to...
View Articleacronis image
Hi I have acronis image and (server 2008 r2 image ) i want to install it on esxi 5 . how to make it ? thanks
View ArticleHelp! VMWare Fusion causing chain crashes on Lion
Hello everyone! I really need some help. I don't pretend to be an expert by any means, but I can usually solve my own problems by web searching and common sense. However, this one has me really...
View ArticleRe: ADD A HOST WIZARD IS NOT RESOLVING THE HOSTNAME ONLY IP (ESXi5.1)
PINGING STATISTICS ON VCENTER SERVER APPLIANCE CONSOLE: PING VIPHOST (unknown host - error)PING VIPHOST.MYDOMAIN.COM (works)PING 10.1.1.70 (its address - works)NSLOOKUP VIPHOST (error) However, all of...
View ArticleRe: Virtualisation and CMDB
The purpose of virtualization is to separate physical infrastructure from applications. In terms of a CMDB this means you should remove the direct link between ESXi host and VM. In terms of a CMDB it...
View ArticleRe: Difinitive disk.terminateVMOnPDLDefault
Thank you. A different one again..... I'll give it a go and let you know how it goes.
View ArticleRe: Doubts regarding some interview questions
Hi Frank, Thanks for that insight.As you rightly stated, the more I will get a chance to work on prod environments the more I will learn. My current position is absolutely not allowing me to do that...
View ArticleRe: acronis image
Hi, download the free VMware Converter: VMware vCenter Converter, Convert Physical Machines to Virtual Machines It can convert Acronis .tib files into VMs. Regards
View Article