Find virtual machines with downtime more then a week

Hello community,

I'm looking for a command to find the virtual machines where the week then a longer time to stop-ist.

I need this information to:

Get - VM | Select-Object - property 'Name', 'Description', 'NumCPU', 'MemoryMB.

I hope someone has an answer.

Best wishes

Jorn

I think that the following script should produce those VM names.

He begins by taking only the currently PoweredOff VMs.

Then she collects all the virtual machines that have been turned off last week.

And finally, it combines the 2 lists to find these virtual machines that have been turned off more than a week ago.

I would like to know if it works for you.

$vms = (Get-VM | where {$_.PowerState -eq "PoweredOff"}) | %{$_.Name}
$events = Get-VIEvent -Start (Get-Date).AddDays(-7) | where{$_.FullFormattedMessage -like "Task: Power off*"}
$lastweekVM = $events | %{$_.Vm.Name}
$longer1week = $vms | where {!($lastweekVM -contains $_)}
$longer1week

____________

Blog: LucD notes

Twitter: lucd22

Tags: VMware

Similar Questions

  • Using filters and Get - view to find virtual machines with a specific guest operating system.

    I have the following code snippet to find all virtual machines with the updated OS to ' Red Hat Enterprise Linux * "prompt. It does not work. If the filter is left out, I find myself with all virtual machines.

    The immediate question is the specs for the game ' Red Hat Enterprise Linux. " Originally from the "Performance Difference between GET - VM and GET-VIEW")

    http://www.batchworks.de/performance-difference-between-get-VM-and-get-view/ ).

    $ClusterFilter = Get-View -ViewType ClusterComputeResource -Property Name -Filter @{“Name” = $ClusterName } | select -ExpandProperty MoRef

    $VirtualMachines = Get-View -ViewType VirtualMachine -Property Config -SearchRoot $ClusterFilter


    The biggest problem for me is to understand for Get-View filter. I was capable of a bit of insight to gleen from the URL below, but I think what Miss me is the reference (Microsoft) for what is happening to the right of the equal sign. What is the correct terminology for this type of query expression / where the syntax is 'left' = 'straight' and keywords such as "-match" are not allowed.

    http://purple-screen.com/?Cat=3

    VMware vSphere 5.1

    http://Wannemacher.us/?p=259

    Regular expressions with Windows PowerShell

    Right in the filter expression is an RegEx expression, please allow for characters before and after the word Linux.

    And the name of the OS is Config.GuestFullName.

    I corrected the entries more early as well.

    $ClusterName = "^MyCluster$"$ClusterFilter = get-view -ViewType ClusterComputeResource -Property Name -Filter @{"Name" = $ClusterName } | select -ExpandProperty MoRefWrite-Host $ClusterFilter
    
    $VirtualMachinesNoFilter   = Get-View -ViewType VirtualMachine -Property Name,Config -SearchRoot $ClusterFilter $VirtualMachinesWithFilter = Get-View -ViewType VirtualMachine -Property Name,Config -SearchRoot $ClusterFilter -Filter @{"Config.GuestFullName"=".*Linux.*"}
    
  • Find virtual machines with disks of 'thin '.

    Hello

    I'm looking for a script that locates the virtual machines with disks of 'thin' and retrieves information about the provisioned size and "used" actual size and output to a CSV file.

    Thank you in advance!

    This gives you a report on virtual machines with thin discs and the capacity of your hard disk.

    Validated clerk/no values are available only through VM by the data store, I'm afraid, not by the hard drive.

    $report = foreach($vm in Get-VM){    $vm.Harddisks | where {$_.StorageFormat -eq "Thin"} |    Select @{N="VM";E={$vm.Name}},@{N="Harddisk";E={$_.Name}},    @{N="ProvisionedGB";E={[math]::Round($_.CapacityKB/1MB,1)}}}$report | Export-Csv "C:\report.csv" -NoTypeInformation -UseCulture
    
  • Tool to find virtual machines with connected CD-ROM or a SQL query?

    What is a good way to find all the virtual machines that have the cd player or datastore ISO file attached host?

    RV tools will also work.  http://www.robware.NET

  • Cloning of virtual machines with snapshots

    Is it possible to take a virtual machine with snapshots, and then copy the individual vmdk files that make up a set of 5 shots manually and create a new virtual machine, so that all of the snapshots is all kept - and if it works what are the possible caviats / traps?  When you use just the cloning tool, it includes all snapshots.

    Hi TheVMinator,

    As mentioned in the kb, it is not recommended. But if you stop your virtual machine, copy the complete folder and then save the new VMX, it should work.

    The only problem that you have is a corruption of the sequence of disk. In this case, you can try to fix it or make another copy of the original VM. But you will not damage your original machine.

    Good luck.

    Concerning

    Franck

  • Cannot create a virtual machine with a vmdk file copied from another location, please find the attached error

    Hi all

    I copied a file from one place vmdk and try to make a new virtual machine with this vmdk file. But when I turn on after the creation of vm error is coming. Error in the text and the image below

    Power on the virtual machine: cannot open scsi0:0 disc: disc not supported or not valid type 7. Ensure that the disk has been imported.

    See the error of the stack for more details on the cause of this problem.

    Time: 31/03/2015-14:40:05

    Target: DBServer

    vCenter Server: vcsa

    Error stack

    An error was received from the ESX host turning on DBServer VM.

    Unable to start the virtual machine.

    Power DevicePowerOn module has failed.

    Unable to create the virtual SCSI device for scsi0:0, ' / vmfs/volumes/543d140b-feb33d52-7640-90b11c9796c3/vmdk/kapuatdb.vmdk'

    Could not open scsi0:0 disc: disc not supported or not valid type 7. Ensure that the disk has been imported.

    This error message generally if the hard files have been copied hosted as VMware Workstation product, which uses a format of sparse file that is not supported on an ESXi host. Instead of the hard copy, you can use VMware Converter, or - if you prefer - you can convert the hard using vmware-vdiskmanager (before transfer) or vmkfstools (after downloading). I deal to use vmkfstools you will need to load the mutliextent module (see for example "Clone or migration operations involving virtual discs non-VMFS on ESXi fail with an error" vSphere 5.1 Release Notes)

    André

  • Plan for the creation of new virtual machine with 3 TB data drive

    We have an old server, we need to virtualize, and one thing that we need is a lot more storage. We have approximately 3.25 TB of available for this machine (250 GB for the OS and 3 to for the data drives), but I'm going in circles trying to find the best approach for this server. It is not possible to separate the data between several players because of the way the files are indexed. I have created a virtual machine with 2 TB of disk space (for the readers of OS and data) and added 1.25 TB of disk space I want to add on the data reader, but it does not seem possible to add 1.25 TB without destroying the data on the first disk of 2 TB. What is the best approach? Create a single disc for my virtual machine that is 250 GB and then add in two separate disks of 1.5 TB for storage and combine them within Windows?

    Thanks for your suggestions.

    Hello

    Unfortunately, the maximum size of virtual disk to a virtual computer is 2 TB - 512 bytes. In you case it should create two or three separate virtual disks and combine them (disks RAID 0 or concatenate). Another way (IMHO besser way) is to create several virtual drives and mount using NTFS mount points.

    An example:

    C:\Data is a folder on one of the virtual disks. Create a second virtual disks and create the C:\Data\Data2 folder. Rather than assign a drive letter for the newly created disk, you can mount it in the Database2 folder. This gives you the ability to move the largest files on separate virtual drives without lose you the structure of folders.

    Kind regards

    Patrick

  • Start and stop Virtual Machines with the system

    Hello

    In a server cluster @vcenter HA/DRS 5.1, I enabled start and stop virtual machines with the system option but after I checked two days later, he is off again somehow. What makes this option off? I had a power failure in the datacenter. vCenter server has not been upward. I started all of the ESXi servers manually then went all VMs account is declining. I want that they start automatically when server ESXi upward.

    Thanks in advance,

    Thank you. This option is more valid than if the hosts are part of an HA Cluster license. I suspect that you configured through the traditional vSphere Client and that it is a bug with this client. If you try with the new vSphere Web Client, you will find a notice that it is disabled and there is no button "Edit".

    Concerning

  • Run a virtual machine with a graphical interface on a host without GUI

    Hallo

    I want to install a simple Windows 7 for some tasks bit where I need Windows on my server Ubuntu 14.04. This server has no GUI (no X) and should have any.

    Already, I've installed the virtual Windows machine on my workstation to 12, so I would just copy the vmdk on my linux server and run it, maybe put something in the vmx file.

    But I do not know is that it's all means possible.

    Is it?

    Is there any player or any application for ubuntu VMware when there is no X system (on ubuntu), where I can run virtual machines with GUI inside?

    Maybe another virtualization tool, vmware not?

    I think that this exact question already somewhere, but I haven't found much question where comments lacking a GUI, but not the host.

    I need a guest-gui on a host without gui (where I have only the terminal).

    So maybe it's not possible at all, so please tell me a 'no', so I won't expect more

    Thank you to

    Frank

    EDIT: oh, this seems to be another question unanswered it is too difficult or too stupid?

    Hi Frank,.

    Now that would be stupid, having a text Installer, and then not allow the virtual machine to run. I think it should work, but you must pass the nogui option.

    Vmrun help:

    beginning

    (Supported only on teams

    Workstation.)

    Starts a virtual machine (.vmx file) or team (file .vmtm).

    The default graphical user interface option starts the machine in an interactive way,

    What is necessary to display a user interface of VMware.

    Nogui option suppresses the user interface,

    including start-up, to allow dialog box not interactive

    writing scripts.

    [gui | nogui]

    refer to the manual of vmrun: VIX API Documentation

    Edit: hmm... Now, I see that you have already tried the nogui option. You might be able to install the package libxinerama, but he could hang out in a lot of dependencies.

    FWIW, vSphere is pretty much what you describe a system not GUI to run GUI invited, so it shouldn't be a problem at all.

    Unfortunately, I don't have a host linux without X installed handy here, so can't test here without the implementation of a server without head myself.

    You can also try to run the client via the command vmware:

    VMware Workstation 12 Pro Documentation Center

    --

    Wil

  • Help to get a list of virtual machines with switch network and name

    I'm trying to get a simple list of virtual machines on a single host and include their name and networkname.

    When I run this Get - vm | where {$_.} $host.name - eq "ESX.local"}, I get the virtual machines with their name.  When I run this Get-networkadapter - vm Get - vm | where {$_.} $host.name - eq "ESX.local"} I download news network with the name of the network, which is what im after. "  I want to combine these 2 commands and get vm name and network name in a csv.  The network name is the Group of ports, the VM is affected change settings for example, it could be vlan10 or what you named your group of ports in the switch DV.  I've attached a screenshot of the orders successfully.

    Hello, brisketx-

    You could do a little more efficiently by getting first the VMHost (s) that are of interest, then get their virtual machines and then using a computed property for the names of network for virtual machines.  As:

    Get-VMHost esx.local | Get-VM |    Select-Object Name, @{n="NetworkName"; e={(Get-NetworkAdapter -VM $_ | %{$_.NetworkName}) -join ","}}
    

    You can then, of course, lead to Export-Csv to write the data to a CSV file.  How does do for you?

  • How to use a virtual machine that requires more physical memory that I have?

    A colleague send me a Linux VM, he built on a machine with much more physical memory 4 GB I have in my Macbook Air.  When I started the virtual machine in Fusion, he said that the more physical memory virtual machine that I had and suggested that this would reduce the memory for the virtual machine to 3 GB.  I said OK and the machine started.  I did a lot of work in this virtual machine.  I suspended the VM because I needed to recover a portion of memory that he used for another application.

    When I try to start the virtual machine now, it says that it requires 4 GB of memory and that I should quit some applications or restart to free the memory required.  I tried both without success.

    Why the parameter / 3GB was not recorded when I suspended the VM?

    Given that I can't change the memory required for the virtual machine until it is properly closed and since then I can't stop the virtual machine without unsuspending it, I suspect that the VM is toast.

    Is it possible to recover the virtual machine?

    With VMware Fusion closed, you can remove the file from .vmss to to reset the VM to a shutdown state.  Note that whatever it is not recorded when he was suspended will be lost.

  • create a new virtual machine with the default settings?

    I was wondering if there was a way to create a new virtual machine with the default settings.

    For example, let's say I want all new Lion VM to have 2 CPU cores. Is there a way to set this automatically? There are other parameters I want a new machine to inherit automatically, I was wondering if there is an automatic way to do this, or is it a feature request...

    Thanks in advance

    lerker wrote:

    Just for my clarification, when you say a vm model, basically I would execute a finder copy then drag back to the VM library, right?

    Yes.

    On the orders of spcirpting, it would be unix commands or are there specific vmware controls that make your job easier (in Applications/VMware\ Fusion/content or elsewhere)...

    IIRC, VMware Fusion 3 and later versions has an AppleScript dictionary, but it is not yet officially supported and may not be able to do what you want so, basically, only Unix Shell scripts, that's what I was referring to.  For an example, see my script attached to the following response: Re: vmware - script of the creation of the vm and the operating system installation process

  • How to clone a virtual machine with the drive?

    Hello

    Previously, I used VMware Workstation and has a mastery of "clone". Now I use the reader and I would like to clone my current VM and there is no special orders. Simply copy the directory would probably not there a lot of information such as DNS name, etc. that are likely to be changed. Is it possible to clone a virtual machine with player or do I Workstation?

    Many thanks in advance,

    Nicolas

    In my computer a full clone is nothing more then is not a copy that was made unique in the process and the players of VMware capacity but there is nothing stopping you from manually making a copy and then manually by making the changes to make it unique.

  • Let me know scenarios when different virtual machines with the same UUID are created in VMware Hypervisors?

    Let me know scenarios when different virtual machines with the same UUID created in VMware Hypervisors, aside from editing the .vmx file?

    The only other way I've seen is when you manually copy the virtual machine to another location on the data store (or another data store) and then when turn on/off the virtual machine, select I moved, rather that I copied it (the default option).  This will keep the same UUID.

  • Create a virtual machine with Maximum carrots ESXi has?

    I someone told me that VMware does not support to create a virtual machine with more than 50% of the available cores has your host. For example, I have an ESXi host with 2 CPU each with 8 cores. I have therefore 16 cores on my host. I wouldn't be able to create a virtual machine with 8 cores to be supported. Even if I am able to create a virtual machine with 16 cores? Is this person crazy me

    This is completely untrue, there is no such limitation. If your license allows, you can use vCPUs as much as your physical host has available threads and as the VM virtual hardware version allows.

Maybe you are looking for