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/

Tags: Windows

Similar Questions

  • 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
    
  • 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

  • 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/

  • 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

  • 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

  • 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.

  • 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.

  • Firefox uninstalled, reinstalled, but the profile is missing, can I retrieve information about the use of Sync?

    Looking at the previous subjects of support, I know there is little hope (I write from another computer). Someone else uninstalled Firefox on my PC, probably by using Control Panel. I don't know if they chose to keep the user profile. Then, I don't know the left behind, started Firefox profile from an external drive. Then, I installed Firefox on my computer again. Between the two steps above, I made a backup of my profile (not sure if it is from the external drive or there all along after uninstalling) but after reinstalling Firefox and the movement of the backup, it turns out it's the profile by default since nothing had changed. I did a sync once, with the computer, I am currently, but I updated this PC and I had to reinstall and do not synchronize since then. So currently, none of the info is being synchronized, and I am not connected both sides (whenever I browse the synchronization Panel, he asks me to associate a device and it isn't my goal). I also don't have my key to recovery because I intend only to synchronize once. And change and wiping the servers are besides the point. Tell me, this is a lost cause?
    Also, how long are sync data stored on the servers of Mozilla (in the pathetic hope they will change their policy in the future)?

    The strange thing is that the backup and my default folder have the same names even before the restoration, except that they have different things inside. I think it is unnecessary to pursue the matter more since today, I tried to power on my old computer and basically it died on me. Sorry to be so confused and then ending without solution.

  • 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.

  • 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.

  • 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.

  • "Windows could not retrieve information about the disks on this computer."

    I have Windows XP x 64 installed on my Maxtor Sata II 250 GB HD, and when I boot the DVD in the restart of the operating system, after clicking Install now, it shows this error. How can I solve this problem?

    You must enable the service of virtual disk before you perform the upgrade, if you encounter this error.

    1. click on start / run and type SERVICES. MSC
    2. search for the virtual disk Service
    3. right click and choose 'properties '.
    4. make sure that the Startup Type is automatic, and then click the Start button.
    5 reboot and try the upgrade again.

    I hope this helps.

    If you find my answer was what you're looking for, remember to click on the box "mark as answer" below!

  • 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

  • I need my files to open in the monitor # 2 I usually have some important information about the number of monitor 1. I need the files to alternate when they are open. One in 2, then one 1.

    I need my files to open in the monitor # 2 I usually have some important information about the number of monitor 1. I need the files to alternate when they are open. One in 2, then one 1.

    Kind regards

    How it works is usually the application (explorer.exe is an application) in question is open about everything that monitor his last (final) session was closed the.  Not all applications have this built-in memory, but most do.

    I don't think that even something TO manage multiple monitors (this is what it was built for) will do what you are wanting.  ;-)  I see no way of programming of this type of automation.  ;-)

    https://www.DisplayFusion.com/

Maybe you are looking for

  • The alert detector

    I searched my computer and can't find the file for the alert detector. I have remove in the parameters of confidentiality, but as soon as I log in it's back! makes me crazy. It does not show in my firewall at all. What now?

  • Satellite A200-1IZ: graphics issue

    Hello I bought Toshiba Satellite A200-1iZ 3 daysAnd I've got someone with my chart like this:http://www.fotosik.pl/pokaz_obrazek/pelny/3411bae30709a6b2.html. If I go back, it'll be normal. but this is the 2nd time ;/What should I do?

  • Not able to restore the backup of the files.

    Original title: windows vista backup and restore When I did a recent windows backup on the backup windows and restore on my windows vista-based computer, it completed the backup without problem. But when I open several of these files, they show a zip

  • Webcam on a laptop a305 series

    Cannot find the webcam to turn on, where should I look.  a toshiba satellite a305 series laptop

  • What is the d3dx9_33dll?

    What is d3dx9_33dill? and how do I fix it?