Query for all computers that do NOT have either the 32-bit or 64-bit version of a product

I've found plenty of people asking how they can create a query that will list all of the computers that have either the 32-bit or 64-bit version of an application. I want to do the opposite.  I want a collection where all of the members do NOT have
the latest versions of an application that comes in both 32-bit and 64-bit.
Correct me if I'm wrong, but wouldn't a NOT IN sub-select query be the only way to get a list of computers that do NOT have an application installed?  I can create a NOT IN that works with either 32-bit or 64-bit ADD_REMOVE_PROGRAMS, but never both.

Yes, for CM07 you will need to use sub-select. (CM12 you can use "exclude collections").
I think you need to use an OR, between your two sub-select statements, for your requirement.
edit: actually, maybe that should be an AND that you need. How about you try each, and let us know?
Don
(Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Similar Messages

  • After clearing cash on mac applications won't lunch any more..I tried to delete apps like VLC player with app cleaner and again download and instal new but it's the same..goes for all apps that are not originally part of Yosemite. Please advise me?!

    After clearing cash on my mac ( Go to folder: ~/Library/Caches and clear all, than to Library/Cashes and clear all again) applications won't lunch any more..I tried to delete apps like VLC player, firefox.. with app cleaner and again download and install the new one but it's the same..goes for all apps that are not originally part of Yosemite. I have done this cash clean up very often on Maverick without any problems. This time I done it again because I could not open my web site, the server has blocked me and I was trying everything including deleting cash from mac. Please advise me what to do..?!? Thanks in advance.

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • Show all devices that do not have an inventory

    How can I run a report or show all devices that do not have an inventory? We have some devices that do not initially upload or run their first inventory. If I manually run it or send it to run from the console it works but I need to know which pcs to run it on.
    Thanks,
    Scott

    scottdw wrote:
    >
    > I can't seem to make that work. Can you tell me how you have your set
    > up?
    >
    > nop1983;2190757 Wrote:
    > > scottdw,
    > >
    > > >
    > > > How can I run a report or show all devices that do not have an
    > > > inventory? We have some devices that do not initially upload or
    > > > run their first inventory. If I manually run it or send it to run
    > > > from
    > > the
    > > > console it works but I need to know which pcs to run it on.
    > > >
    > > >
    > > > Thanks,
    > > > Scott
    > >
    > > Would a Report on devices without any last scan date be good
    > > enough? I use this to see if any of me devices are not uploading
    > > inventory.
    > >
    > > --
    > >
    > > Niels Poulsen
    > >
    > > Novell Knowledge Partner
    > >
    > > -------------------------------
    > > A TRUE RED DEVIL
    Sure.
    Custom Report Definition
    Type Devices
    Columns Machine Name
    Asset Tag (Device)
    Criteria Device Is Retired = No
    and
    Last Scan Date not within one year before Report Date
    If you want I can export it to an xml file for you?
    Niels Poulsen
    Novell Knowledge Partner
    A TRUE RED DEVIL

  • How to find all songs that do not have album art

    I create several smart playlists for housekeeping, like songs with no year, songs with no album name, etc. I wanted to create a similar one that lists all songs that do not have any album art associated with it. I have not seen this option when creating a playlist, but I didn't know if there was a way to write a script (that could run on Windows) that could create this playlist for me. I can (and have) gone through each song individually to note which did not have album art, but I have almost 5000 songs, and this is not really feasible any more.
    Has anyone else done anything similar to this? Any suggestions are greatly appreciated.

    Awesome !!! Thank you very much. I did not realize you could use JavaScript to code against iTunes ...
    I don't know if you have written any of these yourself, but do you know how to maybe create a smart playlist with this information via script? If not, no big deal. At least I know have something which I can use, I will just have to run it every so often.
    Thanks again for pointing me to that site!

  • Report computers that do not have installed CDROMDrive

    Using powershell I am attempting to get a report based on a predefined list of computers that shows which do not have a CDROMDrive.
    Here is a sample of how I was attempting to generate the report. The problem is that if a computer does not have a CDROMDrive there is not output.
    $computers = Import-Csv c:\garb\9010-13.csv
    $computers | foreach-object {
     Get-WmiObject -computername $_.computername win32_cdromdrive | Select-Object pscomputername, caption, drive}
    My current code is working in that it's output shows the CDROMDrives available on each computer.
    The code is not working in that it returns no information if a computer does not have any CDROMDrives available. I need the output to show computers that do not have CDROMDrives specifically.  

    This is how to do negative logic:
    $computers |
    foreach-object {
    if(Get-WmiObject win32_cdromdrive -ComputerName $_.Computername -ea 0){
    Write-Host "Has drive $($_.computername)" -ForegroundColor green
    }else{
    Write-Host "DOes not have drive $($_.computername)" -ForegroundColor green
    ¯\_(ツ)_/¯

  • How do I create an executable for a computer that does not have IVI drivers

    I'm creating an executable driver (based on the NI drivers) for a TDS 3054 intended for a computer that does not have the IVI engine. I would prefer to install as little software on this computer as possible. Is it possible for me to build the driver with the appropriate support DLL's without installing IVI on the user's computer? How do I do this?
    Thank you,
    Zach Oberman

    Zach,
    Since the tkds30xx driver you are using is IVI based, you will not be able to use it without the IVI Engine.
    If you must build an executable that does not require the IVI Engine, then you will need to use a traditional LabVIEW driver or convert a VXIpnp driver into LabVIEW. Neither of those drivers would require the IVI Engine.
    At this time the only TDS 3054 driver on NI's IDNet website is the IVI-based tkds30xx driver.
    You may be able to obtain a traditional LabVIEW driver from
    Tektronix
    Developer Exchange
    Requesting a
    driver
    Other Resources
    Thanks,
    --Bankim

  • How do I download Adobe Flash Player for a computer that does not have internet?

    How do I download Adobe Flash Player for a computer that does not have internet?

    Hello Walter,
    that's it, usually you get and Adobe Flash Player Installer only.  For a distribution in a company, or an installation on a PC without internet access, Adobe has available an offline installer. This installer you don't need to uncompress it first. You can download the installation file from there (you must logged in with your Adobe ID): http://www.adobe.com/products/flashplayer/distribution3.html
    Hans-Günter

  • Clean-up all data that did not match with the selection.

    Hi Everyone,
    In my requirement I need to  Clean-up all data that did not match with the selection from my internal table lt_cdpos.....in this case wat can i use like.'Refresh' or ' Clear' or 'DELETE ADJACENT DUPLICATES FROM lt_cdpos'.
    Pls suggest me...

    Hi Meenakshi
    Try  delete lt_cdpos where kunnr  NE KUNNR (from selection screen) .
    Before Checking <condition> make sure both comparing field type match with each other.
    You can use FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' for append leading zeros in compare condition before comparing kunnr from selection screen
    Regards
    Parveen

  • I want to create a cover page for a document that is not included in the page count. How can I do this?

    I want to create a cover page for a document that is not included in the page count. How can I do this?

    Menu > Insert > Section Break at bottom of cover page.
    click in following page > Inspector > Layout > Section > Page Numbers > Start at: 1
    Peter

  • Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.

    Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.
    The only thing that I can think of that might be causing the issues that I have a Mac Mini on Mavericks.
    Dave

    Hi
    I have discovered that my question above is a non-question. A user triggered by looking at the below article about Illustrator 2014 cc 17.0.2
    http://helpx.adobe.com/illustrator/release-note/illustrator-17-0-2-release-notes.html 
    He had recently upgraded from wht we now know is 18.0 to 18.1 which is the latest version. He read the above artic
    le and supposed that it was a bug fix release for his version - because the v17 ov18 number is not often displayed. It is usually just 2014 CC.
    I have asked him to post a bug report about Adobe Illustrator CC 2014.1
    Dave

  • Customer Query to idetify customers that does not have any transactions

    Dear All,
    I am using the following query to find out the customers that does not have any transactions in the system:
    SELECT customer_number, customer_name, DECODE(status,'A','ACTIVE') current_status
    --count(*)
    FROM ra_customers
    WHERE customer_id NOT IN (select distinct bill_to_customer_id from ra_customer_trx_all)
    ORDER BY customer_name ASC
    Is this right?
    The above query is to identify those customers that were added by mistake and that does not have any transactions been done.
    Please update...
    Many thanks in advance...

    santark wrote:
    Dear All,
    I am using the following query to find out the customers that does not have any transactions in the system:>
    SELECT customer_number, customer_name, DECODE(status,'A','ACTIVE') current_status
    --count(*)
    FROM ra_customers
    WHERE customer_id NOT IN (select distinct bill_to_customer_id from ra_customer_trx_all)
    ORDER BY customer_name ASC
    You are will only see customers which have not been BILL TO there could be SHIP TO Customers as well hence look out for all the usages of customers in the AR transactions to get the query right.
    Is this right?
    The above query is to identify those customers that were added by mistake and that does not have any transactions been done.
    Please update...
    Many thanks in advance...Thanks

  • I have an iMac G5 isight (20" screen) Leopard OS 10.5.8 I do not have an intel chip. I am unable to open movie links on facebook using Adobe flash player. I called Adobe Systems and they said Adobe no longer supported computers that did not have intel chi

    I have an iMac G5 (20 inch screen) i sight (no intel chip).Leopard OS 10.5.8. Recently I went on Facebook and tried to open a movie site someone had sent me on Facebook andwhen I tried to open the video on Facebook, I was told  I had to upgrade my Adobe Flash Player. i tried to do this, but turns out that Facebook is requiring folks to have an intel chip in order to view movies...this is outrageous!  Just think of all the folks in the world who have great running pre intel chip Apple computers. I called the Adobe Help line and was told that I really needed to buy a new computer....no thanks. How do I find a way to get a new version of Adobe for Facebook and youtube. I wish Apple could develop a way to have intel chips installed in the older computers. If you have any suggestions on this please let me know.
    Thanks, Sarah

    Either get a screen cleaning cloth, or carefully us a slightly damp lint-free cloth and dry off with a dry link-=free cloth.
    As to Flash Videos: I am in a similar same boat. I cannot watch flash videos on the BBC website or on BBC iPlayer, although all other flash videos (YouTube and FaceBook for example) are fine.
    For reasons that passeth all understanding, they work with the PPC version of Firefox, called TenFourFoxG5.app, once you have anabled plug-ins, as it does not natively support Flash.
    You can download TenFourFoxG5 from here:
    http://www.floodgap.com/software/tenfourfox/
    Now for the intersting bit: TenFourFox, like Firefox, does not support most plug-ins. Unless you are prone to headaches (in which case don't) you can read about that here:
    http://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    But there is a workaround!
    Open TenFourFox and type in the address bar: about:config (no spaces) and click return. This gives you a warning that it might harm the application. Ignore that and click on 'I'll be careful, I promise' and you get the config file that you can edit - with great care.
    Look/search (scroll down) for: tenfourfox.plugins.enabled
    Set it to true. (Double click it to toggle it)
    Now close TenFourFox, open it again, and Flash will now work, as it now uses the plug-ins that Safari has stored.
    I am using Flash 10.1.102.64 in TenFourFox and it works just fine.

  • Find all systems that do not have configuration manager client installed

    Guys I've been installing the SCCM client however I still have a lot of systems where the client has not been installed. Is there some type of report or script that you all run in order to find out who does not have the client installed? Any help with
    this is greatly appreciated. So far I have been using a log on script in order to install clients.

    Are you using AD system discovery? If so you can create a collection with membership query rule looks like this:
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.Client is null  and SMS_R_System.OperatingSystemNameandVersion
    like "Microsoft Windows NT Workstation%" 
    and SMS_R_System.OperatingSystemNameandVersion like "Microsoft Windows NT Workstation%" -
    Take that part out if you want both servers and workstations.

  • Why is Firefox unavailable for Android tablets that do not have the Android market?

    I own a Padigital Planet Android tablet, which can not use Google's Android Market, but the only link for Firefox for Android points to Google's Market.

    Hi,
    The Pandigital Planet tablet doesn't meet the minimum requirements for Firefox Mobile support and isn't currently listed as a supported device. For minimum requirements, see
    https://support.mozilla.com/kb/will-firefox-work-my-mobile-device
    Following is a direct link to the application, but note that you may not receive update notices in the future so you'll have to keep Firefox up-to-date manually (if it is even compatible, which I believe it is not). http://bit.ly/fennecftp
    Thanks,
    Michelle

  • Query for Old Data that does not match New Data within a given time period

    Hello all,
    One of the reports I need to create is for all associates who went from one department to another within a given time period. The way I ran this report in Reportsmith (pulling from our old system) was to compare the dept field from the beginning date to the dept field at the end date and it would give me those associate's that had moved. I had to do it this way b/c dept changes can happen using several different types of actions (supv change, promotion, etc.), none of them exclusive to just dept changes. We are now using Oracle HRMS and I need to create this same report with this system using SQL.
    Does anyone know how to compare data between two different dates and pull the ones that don't match? Your help will be GREATLY appreciated!
    Warm Regards,
    Yasmin E. Alberto
    HRIS Analyst
    [email protected]

    Hi, Yasmin,
    In the sample data you posted, nobody changed departments between May 1 and May 11. In fact, there were no assignments of any kind between January 16 and May 17, so I wouldn't expect any output for that period.
    A person (or rather, a duck) did change deptartments on May 20, so if you change the upper limit of the date range to
    AND    ASG_LAST_UPDATE_DATE < TO_DATE ('05/21/09', 'MM/DD/RR')you should see her.
    You've probably noticed that this site likes to compress white-space.
    To post formatted text (such as table results or indented code) type these 6 characters:
    (small letters only, inside curly brackets) before and after sections of formatted text, to preserve spacing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for