Retrieve information about the hard files

Hi all

I'm looking for a way to display file of hard information, such as the last modified date and size of the file.

I already have a list of VMDK in the format according to [datastorename]\vmfolder\vm.vmdk

Is it possible, using cli power, to get information by feeding in the vmdk path in this format? In the end, seek to feed in a list of paths vmdk.

Hope that makes sense and thanks in advance!

This will work. It is not the fastest method, but it works with the data store provider PowerCLI.

An alternative would be to use the browser to store data and the SearchDatastoreSubFolders method.

But it's a little more cumbersome to use.

See my post to remove the old virtual machine monitor dump files for an example.

Tags: VMware

Similar Questions

  • Try to install Windows 7 from XP, receive the error message "Windows could not retrieve information about the disks on this computer.

    Try installing Windows 7 from XP and keep having this error message before choosing my instalation method, Windows not able to retrieve information about the disks on this computer.

    Because the migration from Windows XP to Windows 7 requires a clean install anyway, might as well you are backing up your important files and settings using Windows Easy Transfer and do a custom clean install by booting from the Windows 7 DVD.

    http://www.notebooks.com/2009/10/13/WinXP-to-Win7/

  • When you try to upgrade Windows Vista to Windows 7 I get this error: "Windows could not retrieve information about the disks on this computer."

    original title: problems of Windows update/upgrade

    I'm currently trying to install Windows 7 on my desktop running Vista.

    Whenever I run the Setup it comes up with the following error: Windows could not retrieve information about the disks on this computer.
    I already put the virtual disk on auto and rebooted several times. I get the same error.
    Also, I tried to update my computer by using the windows update thinking that would help... Windows update decides to not work either! It comes up with the error: Windows Update cannot currently check the updates, because the service is not running. You may have to restart your computer.
    gain, I restarted and it still does not work.
    I am currently running Windows Vista 32 bit on my desk (I thank God for my laptop!).

    Help!

    First, run Windows 7 upgrade advisor:

    Windows 7 Upgrade Advisor
    http://Windows.Microsoft.com/UpgradeAdvisor

    Note the results and make sure to follow the steps.

    Try to install Windows 7 using the USB

    Install Windows 7 with a USB memory key
    http://www.winsupersite.com/article/Windows-7/install-Windows-7-with-a-USB-memory-key

  • Windows Media Player says it is retrieve information about the media and update of files but nothing happens

    Windows Media Player has ceased to apply Media Information changes for me to update the audio CD information.  When I click on 'Apply the changes to the media information' dialog box appears which says it's to retrieve information on the media and put files up-to-date but nothing happens... He remains at 0 percent.  Internet connection works fine. It worked a few days ago.

    Hi MartynBH,

    ·         Did you do changes on the computer before the show?

    Follow these methods.

    Method 1: Follow the steps in the article.

    Solve problems in Windows Media Player

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-in-Windows-Media-Player

    Method 2: Uninstall and reinstall Windows Media Player to windows features turn enable or disable. Follow these steps:

    (a) click Start, type turn on or off windows features in the search box start and press to enter.

    (b) scroll down and uncheck the media functions to uninstall.

    (c) restart the system.

    (step d) follow a).

    (e) scroll down and check the option multimedia features to install it.

    (f) restart the system.

    Turn on or off Windows features

    http://Windows.Microsoft.com/en-us/Windows-Vista/turn-Windows-features-on-or-off

  • Receive an error message that Windows can not retrieve information about the disk when I try to put upgraded Windows XP to Windows 7.

    XP Home to Windows 7 upgrade Peoblems

    I can't update my laptop to windows 7, that he will enter the upgrade options, then it will say cannot retrieve information about this disk of computers. What should I do I deleted all leave them and still get this error. Thanks Chris

    It's a little late for this, but anytime you do an upgrade, you must be sure that your computer is compatible. My guess is your drive for windows 7 is a DVD and you have a CD or a witch of CD - RW drive can not read CD

    http://Windows.Microsoft.com/en-us/Windows/downloads/Upgrade-Advisor

  • Non-compliant WMI when retrieving information about the same exact machine

    For some time, WMI has reported the following information some machine:
    Win32_ComputerSystem\Model = "HP EliteBook 8560p.
    Win32_ComputerSystem\Manufacturer = "Hewlett-Packard".

    One day, WMI has reported the following:
    Win32_ComputerSystem\Model = "161A___".
    Win32_ComputerSystem\Manufacturer = "HPQOEM".

    A few days later, WMI is returned for having reported the usual:
    Win32_ComputerSystem\Model = "HP EliteBook 8560p.
    Win32_ComputerSystem\Manufacturer = "Hewlett-Packard".

    I don't have the machine and the user can not explain what might cause WMI retrieve various information.

    How to get Windows in a State where it is retrieved different information about the same PC?
    Is there a way to 'reset' WMI so it retrieves information constantly?

    What similar (and different) for prior experience (different machines).

    The usual case is:
    Win32_ComputerSystem\UserName = DOM-user
    where:
    DOM is the domain of the user (in uppercase)
    the user is the user name (all lowercase)

    But sometimes WMI recovered:
    Win32_ComputerSystem\UserName = DOM- USER
    where:
    the username was all uppercase.   Apparently caused when the machine into hibernation

    or

    Win32_ComputerSystem\UserName = DOM- dom -user
    where:
    the field of user uppercase followed by domain user in all lowercase letters.  Never explained.

    I use WMI to develop an ID for purposes of the license, so it is extremely important that WMi systematically extract information.

    The problem with username is solvable.

    However, the model with randomness and Manfacturer seem more problematic.

    Thank you!!!

    Hello

    The Microsoft Answers community focuses on the context of use. Please reach out to the business community of COMPUTING in the TechNet forum below:

    http://social.technet.Microsoft.com/forums/en/category/w7itpro/

  • Getting information about the FLV file...

    is it possible to get information from the FLV file (perhaps in the metadata) to find the codec, frame rate, kilobits per second, audio data rate, etc...

    can read the information? or can it be done IN flash?

    FLV metadata viewer:

    http://www.buraks.com/flvmdv/

  • How to retrieve information about the network (NIC) for each computer virtual (vim, perl)

    Hello

    I have this simple code to retrieve the name of the VirtualMachines in my infrastructure (filtered for data center)

    [.. .other code...]

    use VMware::VILib;
    OPTS::add_options (%OPTS);
    OPTS::parse();
    OPTS::Validate();
    Util::Connect();

    My $datacenter = $DCFILTER;

    My $clusterFilter = $CLFILTER;

    My $datacenter_view = Vim::find_entity_view (view_type = > 'Data center', filter = > {name = > $datacenter});

    my @values = split (/ \ | /, $clusterFilter);

    foreach my {$val (@values)

    My $cluster_view = Vim::find_entity_view (view_type = > 'ClusterComputeResource', filter = > {name = > qr / $val /});

    My $vm_views = Vim::find_entity_views (view_type = > 'VirtualMachine', begin_entity = > $cluster_view);

    {foreach (@$vm_views)}

    Print $_-> name. "\n";
    $vm = $_-> name;

    }

    }

    Util::Disconnect();

    This code runs, but now I need to recover some information about each virtual computer network, specifically:

    (1) the labels of each card network to NETWORK interface (for each virtual computer)

    (2) the adapter Type (optional)

    (3) the device status: connected to the power (yes/no) (option).

    I have seen that there are being managed - network, property of the VirtualMachine managed - object, but I don't know how to use it in my code and if contains the information I need (maybe "Summary")

    Example here is one:

    network-examples.jpg

    in this case, I would like to know for this virtual machine

    (1) LANBACKUP...; dvPP_LABO...; dvp_LABO...

    and if it is possible information 2) and 3) for each NIC... in this case for NIC LANBAKUP...

    Flexible 2)

    (3) connected to the power supply: Yes

    Can you help me to integrate my code to retrieve the information above?

    Thank you very much, for your help.

    Sergio

    I realized prior extraction DVS elements:

    My $dv_switches = Vim::find_entity_views (view_type-online 'DistributedVirtualSwitch', properties-online ['name', 'uuid']);

    Then, you can search by UUID:

    ($this_dvs) = grep {$_-> eq {'uuid'} $the_uuid} @$dv_switches;

    This will give you the best performance as well, since you don't have to hit the API for each request (just the first effective request DVS).  You can add additional DVSwitch object data if you need it in your logic.

  • Information about the JPEG file.

    Hi all! To see if you could help me with this... I´d would like to know if there is a way to get the information on the resolution and so on to the right of the JPEG file. Wise thanks!

    Check out these links for more information:

    http://en.Wikipedia.org/wiki/JPEG

    http://en.Wikipedia.org/wiki/JPEG_File_Interchange_Format

  • How to retrieve information about the product of two sites.

    Hi all

    I try to get different products in two different places.

    A 'homeSite' Chair and the table of the site 'storeUS '.

    I get data from the site "storeUS" with table produId. No problem with that.

    But I'm not able to get information chair 'homeSite' site.

    Suppose if I move 'chair' to ' site 'storeUS', then I get info President.

    If I try to 'homeSite' site, then empty page displays, data does not come.

    Can you help me.

    Thank you and best regards,
    Murali.ch

    Activate loggingDebug for/atg/commerce/catalog/ProductLookup in dyn/admin component browser and you can get more information about what might happen. If everything else is fine, cause most likely failure here could be that the product you want to search for is not for the current catalog. You can validate this by adding the parameter open wrongCatalog to your ProductLookup.

    If this is the case of the catalog wrong then you need explicitly setting catalog also gout ProductLookup. Note that this parameter to the ProductLookup of droplets must be of the type of repository, so you have to resolve in the first catalogue through the post-search and then move the element output as the value to the parameter catalog catalog. It would be something like this:

    
      
      
      
        catalog is....
    
        
          
          
          <%-- OR  --%>
          
          
            
            
          
          
            WRONG CATALOG!!!
          
        
    
      
    
    

    I hope this helps.

  • transition from xp to windows 7 I get windows could not retrieve information about the disks on this computer

    why I get this message?... try to improve the hp mini 110-1037nr from xp to windows 7

    This means that the hard drive of your HP system controller is not supported by Windows 7 with pilots from the box and you need specific drivers to install Windows 7 on it.  If HP does not have drivers on their website then you're probably not going to succeed.

    "painter113" wrote in the new message: * e-mail address is removed from the privacy * _xp...

    why I get this message?... try to improve the hp mini 110-1037nr from xp to windows 7

    http://answers.Microsoft.com/message/d0607091-A900-49ED-A054-ff6a7868f0ad
    Meta tags: windows_install; windows_xp

    Friday 6 April 2012 00:47:27 + 0000: CreateMessage painter113

  • Windows cannot run disk checking on this volume, because it is write protected & Windows could not retrieve information about the disks on this computer

    I have Vista o/s & I am facing this problem. Please tell me the good soultion on it.

    Hi Sarang_982,

    ·         When exactly you get the error message you at startup of the computer or when you open any application or when you try to run chkdsk on his machine?

    I suggest that you put your computer in a clean boot state, and perform the steps below.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

    You will need to disable automatic disk check, and then run the disk of the WINRE (Windows Recovery Environment) command prompt check and check if the c: drive error (there) get fixed.

    You try to run the audit from WINRE for drive C: disk drive and if it helps. Here are the steps to open the command prompt in Windows RE:

    Remove all floppy disks, CDs, and DVDs from your computer and restart your computer by using the power button on the computer.

    b. do one of the following:

    1. If your computer has a single operating system installed, press and hold the F8 key as your computer restarts. You need to press F8 before the Windows logo appears. If the Windows logo appears, you must try again by waiting until the Windows logon prompt appears, and then stop and restart your computer.

    2. If your computer has more than one operating system, use the arrow keys to select the operating system you want to repair, and then press and hold F8.

    c. on the Advanced Boot Options screen, use the arrow keys to select repair your computer and press ENTER. (If your computer is not listed as an option, then your computer doesn't understand no repair preinstalled recovery options, or your network administrator has disabled the.)

    d. Select a keyboard layout, and then click Next.

    e. in the System Recovery Options menu, click command prompt to open.

    f. Type "chkdsk/f" and enter.

    g. Type "chkdsk/r" entry.

    Check if the HARD drive is encrypted or not if yes then decrypt and see if it works well or not.

  • Install the new windows 7... The message "Windows Installer... windows could not retrieve information about the disks on this computer" no operating system on the pc only thanks

    New installation,

    Windows 7 x 64 (OEM)
    Card mother Gigabyte GA-A75-D3H
    Load os first time and no problem had pc upward and work... Has had a drive failure and to reinstall the operating system on a new hard drive but get the error message.
    Have disabled CMOS and BIOS flashed but still have the same problems...
    Any help much appreciated...
    Steve :(

    Hello

    You use the installation disc for the full version or an upgrade disc?

    You can see the following link.

    http://Windows.Microsoft.com/en-us/Windows/help/install-reinstall-uninstall?SignedIn=1

    This could be a problem with your hard drive. You can contact the manufacturer of the hard drive for better assistance.

  • Getting name of VMhost who questioned when retrieving information about the NFS data stores

    Sorry if the question has already been asked,

    I try to present NFS shares in each ESXi host and that does the trick

    Get-datastore. where type - eq 'NFS ' | Select name

    However, I want to retrieve the name of the host from which the information is retrieved.

    Unfortunately I do not see the name of the $vmhost among the names when I use get-datastore. get-member.

    How I do that?

    Thank you

    Alex

    Try something like this

    foreach($esx in Get-VMHost){    Get-Datastore -RelatedObject $esx |     Where type -eq "NFS" |     Select Name,        @{N="VMHost";E={$esx.Name}},        @{N="Host";E={$_.Extensiondata.Info.Nas.RemoteHost}},         @{N="Mount point";E {$_.Extensiondata.Info.Nas.RemotePath}}}
    

    A way to see what are the properties on an object is like this

    $ds = Get-Datastore -Name DS1$ds.ExtensionData | Format-Custom -Depth 3
    
  • Pavilion G6-211: hinge broken laptop, can I get information about the hard disk

    The hinge broke on my pavillion. Can I get the info on my hard drive without fix it so I can junk food it? Do not buy another HP ever! One and it paid a lot for that to happen! I bought a small Acer and have had no problem with it and she is older than the HP!

    UPDATE!  HP contacted me on my hinge broke a few days later. They sent a box for me to send my computer for them. Had fixed my computer in less than a week, for FREE!  My computer was out of warranty and they always fixed for free! Glad to see there are still companies out there who stand behind their products!  THANK YOU HP, I'LL BUY HP PRODUCTS IN THE FUTURE!

Maybe you are looking for

  • stars and counter

    Hello I tried reinstalling my iMac with an own Sierra. To prepare, I saved my itunes on a NAS file. When I restarted itunes I restarted with the database, I have saved but lost my credit rating as well as the number of times, I listened to my songs.

  • G7-1202er HP: Hp Pavilion G7-1202er processor update

    I have an amd a4 - 3300 m apu with radeon hd graphics card and I need to know which processors I can update

  • Crash of &amp; quot; Comparison of compressor AVI &amp; quot;

    Hallo, When I run the example VI: 'Compressor AVI comparison' it crash. I tried that in general my LabVIEW crash when I run the 'Names of the filters get IMAQ AVI' function. Someone knows how to fix this? In any case, my goal is to compress a video i

  • Hibernation is no longer an option with a log off!

    You wonder why I lost the option of hibernation when you sign off your computer!  Only allows to sleep and stop now.  Was it in an update or something I did inadvertently?

  • When I update will I be able to use OEM on another computer?

    My versions are mine, using the OEM operating system. When I update will I be able to use OEM on another computer? I have the disk key and product installation. Former title: update win10