Get-WmiObject -class win32_product doesn't list all installed Applications

Hello
in my test win server 2012 R2 datacenter, i have installed some applications such as mozilla firefox, Advanced renamer, office, Acrobat reader.
Get-WmiObject -class win32_product
Get-CimInstance -class win32_product
when i run either of the following commands to get the list of all installed Applications, system doesn't list some of them in result . for example office & Google chrome & some others
are shown but Mozilla Firefox & Advanced renamer & some others
are not ! 
a searched a lot but found nothing.
any idea?

You need to run as 32 bit to get the 32 bit applications like firefox and Acrobat.  Run a 32 bit session and the alternates will be available or...get a script that can read this from the registry
https://gallery.technet.microsoft.com/scriptcenter/Get-Installed-Application-615fa73a
¯\_(ツ)_/¯
thanks for great guide.
i also fund these:
http://myitforum.com/cs2/blogs/gramsey/archive/2011/01/25/win32-product-is-evil.aspx
https://gallery.technet.microsoft.com/scriptcenter/Get-RemoteProgram-Get-list-de9fd2b4

Similar Messages

  • Choose doesn't list all items in bookmarks

    When i go to enter a new site in bookmarks, the drop down menu for bookmark folders doesn't list all my folders. When I select "Choose" I get no more than already listed. Actually it just shows Bookmark menu with no folders. How do I get choose to display all my folders?
    I have 12 folders. The list only shows 5 folders.
    On my work computer it lists all my folders when I select choose.

    Can you click that Bookmarks Menu entry to open the list of folders?
    That item may have been collapsed.

  • Snow Leopard finder doesn't list all files on Windows 7 volumes

    From my Macbook Pro (10.6.8), I can connect to my Mac Pro, while it is running Windows 7 in Boot Camp, in order to access the Mac Pro's 6 volumes (1 Boot Camp, 5 Mac volumes). This is using SMB via Finder's 'Connect to server…' on an Airport network.
    However, Finder never displays all the files and folders on any of the Mac volumes it connects to through Windows 7. It seems to show approximately the first 18-9 files and folders, and then nothing. The same applies when I open a nested folder — it doesn't list all of its contents.
    Any ideas as to what's causing this and how I can fix it? I have searched all over but can't find any answers yet, so I'm hoping someone here has seen this before.

    Thanks for the reply, but I do have the Restore Windows box checked (see below). And the Resume features info (cnet link) only addresses how to turn the feature off, either selectively or globally. I'm simply looking for the functionality that I had with Snow Leopard and now seems to be absent. Maybe it's a bug in my Finder.

  • Itunes doesn't list all of my recent podcasts. My show is Black Tribbles and it only shows episodes through March 2013, however we do at least two shows a week and they aren't listed. The feed works because the show update to my computer. Help please.

    Itunes doesn't list all of my recent podcasts. My show is Black Tribbles and it only shows episodes through March 2013, however we do at least two shows a week and they aren't listed. The feed works because the show update to my computer. Help please.

    Your feed is at http://blacktribbles.podomatic.com/rss2.xml
    When subscribed to in iTunes the recent episodes show, but the Store hasn't updated for some time.
    There appears to be an issue with the feed. In the episode 'WRESTLING MARCH MADNESS: Final Bracket & Championship' of 31st March you will find in the 'description' tag the following line:
    4. KURT ANGLE
    At the end of this line is an invisible character which seems to be wrecking the feed - although it works OK when suscribing in iTunes it won't load in a browser (and I also found the feed very slow to load, which won't help matters with the Store)
    This sort of thing usually happens when you paste text in from a word processing application and manage to include one of the invisible control characters. I don't know how easy it will be do do it in Podomatic but you should delete that entire line and retype it to remove this charter.
    You should keep an eye on the time it takes the feed to be accessed - if there is a long enough delay (and it was quite some seconds when I tried) the Store may well timeout and fail to read it. At the moment it's showing a cached version from the last time it was able to read it.

  • HT5467 I can't find a list of all of my apps in location services. It doesn't list all of the apps like fios tv remote that I want to use location services for.

    I can't find a list of all of my apps in location services. It doesn't list all of the apps like fios tv remote that I want to use location services for. I mean it doesn't list any of the apps that aren't the factory presets. How can I turn on location services for these apps?

    or settings/general/restrictions then under privacy tap on location services.  scroll down and it will list apps and whether this service is on/off for particular apps

  • Access denied when running Get-WmiObject -Class Win32_SystemServices -ComputerName ServerName

    When I run the following powershell WMI command 
    Get-WmiObject -Class Win32_SystemServices -ComputerName SRV_XYZ
    I get the following error:
    Get-WmiObject : Access denied
    At line:1 char:14
    + Get-WmiObject <<<<  -Class Win32_SystemServices -ComputerName SRV_XYZ
        + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen
       tException
        + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C
       ommands.GetWmiObjectCommand
    Note that, using the same user I run the previous command, I also run the following command, but this completes successfully with no errors:
    Get-WMIObject -query "select * from Win32_ComputerSystem" -computername SRV_XYZ
    Note also that SRV_XYZ is a remote server.
    The Question is: what additional permission I should give the current user on that SRV_XYZ remote server to be able to run the first WMI command remotely and successfully?

    Still accesee denied ! ... I tried to chnage win32_systemservices to win32_service but it gave me the same error.
    Regardless of whither it is a usable class or not! my question is related to authentication and permission that needed to be granted to the current user to be able to remotely run Win32_SystemServices or Win32_service.
    Note that running any of the commands with domain admin rights completes successfully.

  • Property Inspector doesn't list all available events

    I've noticed that JDev doesn't list all of the available events for a given swing component. For example, I created a JFrame, and added a JButton and a JTextField to it. As I'm looking at the property inspector for the JTextField, it shows me only the following events:
    componentAdded
    componentHidden
    componentMoved
    componentResized
    componentShown
    mouseClicked
    mouseDragged
    mouseEntered
    mouseExited
    mouseMoved
    mousePressed
    mouseReleased
    propertyChange
    There should be a lot more, such as keyPressed, keyTyped, etc. What's up with this?
    Thank you,
    Brian D. Brown

    The behaviour described does not appear in our most recent builds, so you can expect it to function properly in the
    next available release. Until then, your work around should alleviate the issue. Thanks for pointing out the problem.

  • Listing all installed printers

    Hello everybody!
    I`m printing some docs using the Printable and Pageable interfaces, but i need to be able to list all the system`s installed printers and then allow the user to choose one of them to send my jobs to print...
    how could I do that?!
    Thanks!!!

    http://www.google.co.uk/search?hl=en&q=java+list+all+installed+printers&btnG=Google+Search&meta=
    brings
    http://forum.java.sun.com/thread.jspa?threadID=647974&tstart=45

  • Find all installed applications

    coming from a Debian , Ubuntu environment I could find all installed applications with this command
    dpkg --get-selections>installed
    This would deposit a text of all installed applications in the working directory.
    What command is there for pacman that is similar ?
    I have looked through the man pages for makepkg and pacman , not finding a similar code.
    I used this command but it has all details and dependencies
    sudo pacman -Qi>installed
    Just looking for a simple list.

    https://wiki.archlinux.org/index.php/Pa … _with_size
    https://wiki.archlinux.org/index.php/Pa … d_packages
    Last edited by jasonwryan (2012-03-28 19:39:32)

  • Upgraded to BPEL 10.1.3.4, but BPEL console doesn't list all the instances

    Hi,
    I have upgraded from Oracle SOA 10.1.3.1 to 10.1.3.4 and have a simple BPEL deployed. It works fine and I can see the instances while they are in the running state. But after they are completed, the search page doesn't list them. Is there a problem with the console? I can see all the completed instances in the CUBE_INSTANCE table in the olite database.
    Thanks
    Clement

    Could you confirm if you have completed 1.6 steps successfully?
    Is the process deploying fine and able to see the instance created on console ? Able to see the tasks created for the user on worklist app console ? 10.1.3.4 + any MLR ?

  • How do you get a single point of entry to all ocs applications?

    Hi,
    I have a single node installation of oracle collaboration suite.
    The main homepage for the site is as follows:
    http://hostname.domain:7779
    Now further to this i can access files or mail or search with the folliwing url's:
    http://hostname.domain:7779/files/app
    http://hostname.domain:7779/um/traffic_cop
    http://hostname.domain:7779/files/app/ultrasearch
    However once I am logged in, and I try to access each of these urls I alwayshave to login , ie provide a username and password. How can I access all these applications without having to log in again and again??? The user I am using is obiviously one created using the oid from the following url
    http://hostname.domain:7778/oiddas
    Do i need to configure my ocs user any further? I would appreciate any help on this
    Naqi

    u have to configer the portal get back to configration hand book and it will work just fine

  • CS4 Doesn't see all installed fonts?

    I recently installed a family of OTFs (NewAster), but none of my CS4 apps see the other family members (Bold, Italic, BoldItalic, and Black) -- only the Regular is available from any dropdown font lists in the CS4 apps. I first noticed this in InDesign, but I've also since checked Photoshop and Illustrator, and it's the same story there. Yet when I check the font settings from the Start Menu of the PC, and again when I use Windows Explorer to view the contents of the Fonts folder, all are listed as installed. Since this font family is already used by the client in their corporate materials, I can't just make a substitution. Anyone know what's up or how to solve this? (new Dell PC running Vista Ultimate 64-bit).
    Thanks, Nancy

    Thanks, I had searched the forum and found out about the Arial Narrow problem. I use that font only in my Excel spreadsheets, so I hadn't realized that font was a problem in CS4 programs. And I did follow various fixes mentioned in the Adobe forum posts and my Arial Narrow now works fine in CS4 programs. But my CS4 font problem is different, because it involves a different font, and not a font that is part of a normal Vista nor CS4 installation. I had CS4 installed and running before I installed the NewAster family. NewAster is available for use in CS4 on my PC in its "regular" version, but not in the bold, italic, and bold italic versions. In Microsoft products I can artificially add bold and italic attributes, but in those cases I'm not actually using alternate members of the font family, right? Anyway, I can't do the same in CS4 programs. Makes no difference whether I'm defining a Paragraph style, Character style, or manually formatting single characters. I have two profiles running on my PC, and I tried opening CS4 programs and playing with text on each profile, but that made no difference, either. I'm stumped.

  • Jnlp not listed in installed applications

    Hi, I have a strange problem. I am installing and JNLP application and the install procedure is finishing without errors at least I don't see such.
    Then after I enter java chache viewer all the resources of the applications are there but the application itself is not listed in the applications panel.
    Because of this I am not able to uninstall the program from the Control Panel.
    Any ideas?
    here is the jnlp file:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0" codebase="$$codebase">
         <information>
              <title>xmlcompass installer 4.3.0</title>
              <vendor>SPX Service Solutions</vendor>
              <icon href="logo.gif"/>
              <offline-allowed/>
         </information>
         <security>
              <all-permissions/>
         </security>
         <resources>
              <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"/>
              <j2se version="1.5+" initial-heap-size="64m" max-heap-size="512m"/>
              <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-Dswing.defaultlaf=com.jgoodies.looks.plastic.PlasticXPLookAndFeel"/>
              <extension name="installer" href="ClientInstaller.jnlp"/>
              <jar href="VFWebStart.jar" version="1.0"/>
              <jar href="VFWebStart-extern.jar" version="1.0"/>
         </resources>
         <application-desc main-class="com.vftis.vfwebstart.ClientSuccessfullyInstalled"/>
    </jnlp>

    PeshoChuka wrote:
    ..Any ideas?See below.
    here is the jnlp file:1) Validate the JNLP file.
    2) When posting code, code snippets, HTML/XML/JNLP or input/output, please use the code tags. The code tags protect the indentation and formatting of the sample. To use the code tags, select the sample (already with indent) and click the CODE button. E.G. Here is how the JNP would look inside code tags:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0" codebase="$$codebase">
         <information>
              <title>xmlcompass installer 4.3.0</title>
              <vendor>SPX Service Solutions</vendor>
              <icon href="logo.gif"/>
              <offline-allowed/>
         </information>
         <security>
              <all-permissions/>
         </security>
         <resources>
              <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"/>
              <j2se version="1.5+" initial-heap-size="64m" max-heap-size="512m"/>
              <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-Dswing.defaultlaf=com.jgoodies.looks.plastic.PlasticXPLookAndFeel"/>
              <extension name="installer" href="ClientInstaller.jnlp"/>
              <jar href="VFWebStart.jar" version="1.0"/>
              <jar href="VFWebStart-extern.jar" version="1.0"/>
         </resources>
         <application-desc main-class="com.vftis.vfwebstart.ClientSuccessfullyInstalled"/>
    </jnlp>One thing I can tell you 'for free' is that the 3 <j2se> elements should be combined into one. A JNLP would only require more than one if both the version attribute *&* other attributes were different.
    And finally, a tip for the sake of your end users. I use 2 Win 7 based systems and Ubuntu Linux. When I'm using Win I love to see Aero and any other PLAF looks distracting. The same goes for Ubuntu. I like it's look as well, so please do not go foisting a Win based PLAF on your Linux and Mac based users. They will hate it.

  • "Applications Installed" tab - Is it possible to fill list from "Install Application" task sequence?

    Hello!
    I am using Configuration Manager 2012 with MDT 2012 Update 1.
    All of my application installations are done via the "Install Application" task sequence step (some as a list, and some with variable).
    I know the "Applications Installed" tab on the summary is specifically for the UDI, but is it possible to fill with applications that were installed using the "Install Application" step instead?

    No. This is for Applications installed by the UDI Wizard only.
    But you can add all you Application to the UDI Wizard, and make them mandatory, so the user wont uncheck them.
    Thanks for the suggestion, but we will not be using the UDI for applications. We have a script that dynamically builds an application list (variable) and installs the software based on what the user has access to via deployments.
    I am still holding out hope for this to be possible though. It's all based on various scripts, so my feeling is that somehow I should be able to populate that list by some other means.
    My disadvantage is that I'm not very good with vb scripts, so I'm having a hard time figuring out where the "Applications Installed" tab gets its data from.

  • Can't load website with .jsp - get blank page?  Doesn't happen all the time

    When I try to open American Eagle Outfitters website, I get a blank page and it will not open. The site is ending in index.jsp. I have 3 computers and it does it sporatically on all 3. ie. 1 may open the website, 2 won't or 2 might open website and 1 won't or none of the 3 will open. I know this has to be something simple but it has been doing this for about 3 months and it is driving me nuts because I can't get on there to pay my bill or even shop! Help!!
    Thanks

    I'm having the exact same problem! I've been using the website a lot recently, and then just about a week ago the website just wouldn't load. The page would go white and would say "Done" at the bottom of the screen. I tried googling the website to try and go in through there, and I can only seem to enter the site through "Find a Store Near You". Only this page seems to work, and whenever I click on "Women" or "Clearance" or "WishList" or anything else the page just goes white again and won't load. I've googled "websites won't load" and I've tried all the suggested steps and nothing seems to be working. I order off AE all the time and was ready to place an order, which I now can't do because I can't even sign in to the website.
    If you figure out how to fix it, email me at [email protected]

Maybe you are looking for

  • Cleared Items Interest Calculation on Customers

    Hi, Following is the Requirement. On 01.04.08 1. Creating a Credit Memo in FB75.                    Misc Deposit A/c Dr..                               To Customer A/c 2. Clearing Customer in f-31                    Customer A/c -Dr ..               

  • Oracle BPM Studio with JDK 1.6

    Hi, regarding to the the release notes of the Oracle BPM 10.3.1 (http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/relnotes/release_notes_OracleBPM10gR3.htm) the studio runs now with a JVM 1.6. But after I installed it seems to me that it is st

  • Updating outlook calendar on BBZ10 from desktop PC

    Please can anyone tell me if I can update my BBZ10's calendar from my outlook calendar on my desktop PC without also drawing down the contacts in outlook.  Any help and detail around steps required would really be appreciated, many thanks

  • Configure comm.api in tomcat

    hello friends, i want to configure comm.api in tomcat5.5. please help me Thanks in advance. javax.comm: Error loading javax.comm.properties! null java.io.IOException: javax.comm: platform driver class name = null (Check 'driver' property in javax.com

  • HT4972 Why cant I update my iphone 3G from iOS 4.2 to newer version

    Can't load any apps to my phone, not even ones I've had on before. tried restoring to factory settings etc.