All about virtualization
  • vBooks
  • ESXTOP
    • ESXTOP vSphere 6
    • ESXTOP vSphere 5.5
  • vBlogDB
    • Open the vBlog Database
    • vBlog diagrams
  • vSphere 6
  • Homelab
  • VMworld 2017
    • VMworld 2016
    • VMworld 2015
    • VMworld 2014
  • TechFieldDay 13
    • TechFieldDay 11
  • Free tools
  • About
    • Privacy Policy

Code snippet – report VMs with CD-ROM/floppy and the device status

Andreas Lesslhumer 15. July 2012 0 PowerCli Snippets CDROM, connect, device, floppy, powercli, report, script, status

This script will report all VMs with a connected CD-ROM/floppy device (incl. information about the device status – eg. connected, connect at power on, client device,…) Just fill in the name of your vCenter Server in the first line: Connect-VIServer…
Read more

Tweet

Code snippet – find/report all ballooning VMs

Andreas Lesslhumer 15. July 2012 0 PowerCli Snippets ballooning, powercli, report, script, VM

This script will help you to find all ballooning VMs: Just fill in the name of your vCenter Server in the first line: Connect-VIServer vCenter_Server $vms = Get-VM Get-Stat -Entity $vms -Realtime -Stat mem.vmmemctl.average -MaxSamples 1 -ErrorAction SilentlyContinue | where…
Read more

Tweet

Code snippet – Report with VM name, LUN name, vmdk file and path

Andreas Lesslhumer 15. July 2012 1 PowerCli Snippets cluster, datacenter, datastore, hard disc, name, path, powercli, report, script, VM, vmdk

This script will write the following information into a .csv file: .) name of the virtual machine (VM) .) datacenter name .) cluster name .) hard disc .) datastore name .) path and name of the .vmdk file Just fill…
Read more

Tweet

Post navigation

← Previous 1 … 127 128 129 130 Next →

Join me on Twitter

Follow @@lessi001
vBlog Database

Recent Comments

  • christoph on Veeam Backup & Replication Version 10 at a glance poster
  • Rizwana on HPE ProLiant Server End of Service Life (EOSL) and Retired Matrix
  • MRa on How to forcibly stop a dedicated Veeam job stuck in „stopping“ status
  • Hans Müller on HPE ProLiant Server End of Service Life (EOSL) and Retired Matrix
  • Igor on How to initially process all existing backups with a new Veeam backup copy job

The views expressed anywhere on this site are strictly mine and not the opinions and views of my employer.

Privacy Policy | About