SCCM query for Windows 8 machines without software installed

Would anyone be able to point me in the direction of an SCCM query for a collection that would list all Windows 8 machines without certain software installed?
Thanks

I have this query to for systems without software installed:
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  
inner join SMS_G_System_COMPUTER_SYSTEM on  
SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId 
where SMS_G_System_COMPUTER_SYSTEM.Name not in  
(select SMS_G_System_COMPUTER_SYSTEM.Name from  SMS_R_System  
inner join SMS_G_System_COMPUTER_SYSTEM on  
SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId
inner join SMS_G_System_ADD_REMOVE_PROGRAMS on  
SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID =  
SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS. 
DisplayName like "%SOFTWARE%")
The query works, but I would like to modify it so the query only includes certain versions of Windows. Any suggestions would be appreciated
Thanks 

Similar Messages

  • SCCM Query for Windows to go

    Hi we know that with the User  Driven Installation from SCCM, a user can install an Operating system into the WTG.
    Do we have a query which can help us in identifying the WTG in the environment.
    surya

    We can create the DCM Baseline in SCCM 2007 to find the same.

  • How to download macbook pro (mid 2010) drivers for windows 7, without the included DVD (lost) ?

    Hello everyone,
    I am facing a problem with bootcamp on my Macbook pro 15" (Mid 2010, running Mos OS 10.6.6).
    I have successfully installed windows 7 via Bootcamp, but I lost the Drivers DVD furnished by Apple.
    I tried to download these using Bootcamp (v3.0.4), but bootcamp won't let me save it, i get this error :
    "the windows support software could not be saved to the selected folder"
    An Apple support article has been made for this problem ( http://support.apple.com/kb/TS3648 ), but it doesn't solve the problem in my case because I lost the furnished DVD.
    So here I am, struck on this drivers issue...
    So, my question is :
    How to download macbook pro (mid 2010) drivers for windows 7, without the included DVD (lost) ?
    Thank you for your help !
    Regards

    Aw, and I forgot, being in Thailand, they do not sell the installation DVD.

  • I bought Adobe creative suite 6 (Student Edition) for Windows? Can I install the programs on Mac as well?

    I bought Adobe creative suite 6 ( Student Edition ) for Windows? Can I install the programs on Mac as well?

    Licenses are platform specific, so the Windows version will only work on the Mac if the Mac has Windows emulation software installed.  The other option would be to trade your Windows version for a Mac version, but then you lose the use of it on the Windows machine.

  • Windows 7  64 bit will not install itunes..it tries to install and keeps telling quick time for windows did not properly install  any help?

    windows 7  64 bit will not install itunes..it tries to install and keeps telling quick time for windows did not properly install  any help?

    Hi Tamekia,
    I am sorry to hear nothing has worked yet. I have looked up some additional information and possible solutions. Follow the steps in this document to perform a level-three uninstall, register the Windows Installer Service, and then reinstall the HP software. An uninstall and reinstall of the software deletes and overwrites any of the files that might cause the error and resets the Windows Installer. HP recommends that you download the latest software from the HP Web site to remove any files that might be causing this error.
    Level-three uninstall, and register the Windows Installer Service
    Note: The title of this document is not specific to the issue you are experiencing or the operating system you have, but the 3 steps and instructions are what I suggest we do to resolve the issue you are experiencing.
    Hope this helps.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • How to run JMF Applet on a machine without JMF installed

    Hi
    I have found many question about that but I don't undertand reply.
    I want display a JMF Applet on a machine without JMF installed. This PCs browser is the Netscape navigator 4.78
    I have restrictions, I can't install anything on a client machine. What can I make ?
    Is there solutions ?
    Is it possible to install few components to run the JMF Applet and desinstall it properly ?
    Thanks.
    Sorry I don't speak well english.

    private void detectDevices(Label la) {
    // Check if VFWAuto or SunVideoAuto is available
    Class directAudio = null;
    Class autoAudio = null;
    Class autoVideo = null;
    Class autoVideoPlus = null;
    Object instanceAudio;
    Object instanceVideo;
    Object instanceVideoPlus;
    try {
    directAudio = Class.forName("DirectSoundAuto");
    } catch (Exception e) {
    try {
    autoAudio = Class.forName("JavaSoundAuto");
    } catch (Exception e) {
    try {
    autoVideo = Class.forName("VFWAuto");
    } catch (Exception e) {
    if (autoVideo == null) {
    try {
    autoVideo = Class.forName("SunVideoAuto");
    } catch (Exception ee) {
    try {
    autoVideoPlus = Class.forName("SunVideoPlusAuto");
    } catch (Exception ee) {
    if (autoVideo == null) {
    try {
    autoVideo = Class.forName("V4LAuto");
    } catch (Exception eee) {
    if (directAudio == null && autoAudio == null &&
    autoVideo == null && autoVideoPlus == null) {
    return;
    try {
    if (directAudio != null) {
    instanceAudio = directAudio.newInstance();
    la.setText("loading....dirver:"+directAudio.getName());
    if (autoAudio != null) {
    instanceAudio = autoAudio.newInstance();
    la.setText("loading....dirver:"+autoAudio.getName());
    if (autoVideo != null) {
    instanceVideo = autoVideo.newInstance();
    la.setText("loading....dirver:"+autoVideo.getName());
    if (autoVideoPlus != null) {
    instanceVideoPlus = autoVideoPlus.newInstance();
    la.setText("loading....dirver:"+autoVideoPlus.getName());
    } catch (ThreadDeath td) {
    throw td;
    } catch (Throwable t) {
    call this function for init

  • Can we combine Query for cancelled requisitions and query for internal requisitions without internal sales order into a single query

    Hi All,
    Greetings.
    I have two queries namely,
    1.Query for cancelled requisitions and
    2.Query for Internal Requisitions without Internal Sales Orders.
    I was on a task to combine those two queries..
    Can we do that? if so, please help me do that..
    Thanks in Advance,
    Bhaskar.

    Hi All,
    Greetings.
    I have two queries namely,
    1.Query for cancelled requisitions and
    2.Query for Internal Requisitions without Internal Sales Orders.
    I was on a task to combine those two queries..
    Can we do that? if so, please help me do that..
    Thanks in Advance,
    Bhaskar.

  • How can I run a application on a machine without JDK installed?

    Hi all,
    I'm new to java,I want to know if there's a way to run a application on a machine without JDK installed, I noticed that some server application such as Domino have CORBA applications running in background,how can I set up such environment without JDK installed?
    Thanks.

    I believe there are two basic ways you could go about this.
    1) Install the JRE (Java Runtime Environment) on the machine in question.
    2) Use JSP to make a server side app that interacts via browser on the local machine.

  • Can we write query for fomatted search without from clause

    can we write query for fomatted search without from clause as below.
    SELECT (($(u_amt)*14)/100)
    here U_amt is a UDF .I want to assign this to another field .
    Rgds,
    Rajeev

    Hi Rajeev,
    You can write query for FMS without from.  That is because you can omit it when you get value from active form by default.  The grammar of it is:
    Select $[$38.u_amt.0\] * 14/100 in your case if you have item type marketing document @line level.
    From View-System Information, you can get the info you need for your FMS query at the left bottom of your screen.
    Thanks,
    Gordon

  • Is there a "SCCM Package For Windows 7 (64-bit)" for an X220?

    Hey all,
    i found the "SCCM package for Windows 7 (32-bit) and (64-bit)" for ThinkPad X230s here...
     http://support.lenovo.com/en_US/downloads/detail.p​age?DocID=DS034785
    ...but is there one for the X220s as well? I only see ones for M82, M92p M92, and X230
    any help would much appreciated. 

    That sounds great - actually based on our early research that is exactly the route we've decided to go.
    I don't see a document linked in your post, would you mind re-linking?
    Specifically, we'll want to include drivers for lots of x210, x220 and x230 varieties - and there are a lot of them that I don't have available for testing - they are many miles away.
    Appreciate the help!
    EDIT - I found the document linked in another thread and we've used it to pull in all the drivers we require for the 4 models in our environment.  thanks!
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mob​iles_pdf/dml_ur_ti_mdt_2.0.pdf

  • I'v got the latest macbook pro 13" and it dose not come with the lion os disk so how do i get the boot camp drivers for windows 7 without an os disk

    i'v got the latest macbook pro 13" and it dose not come with the lion os disk so how do i get the boot camp drivers for windows 7 without an os disk

    Page 5, step 2, #2, 2nd bullet.
    http://manuals.info.apple.com/en/Boot_Camp_Install-Setup_10.7.pdf

  • I running snow leopard on my MBP- where can I find the drivers for windows XP if I install them via bootcamp? Thanks!

    I running snow leopard on my MBP- where can I find the drivers for windows XP if I install them via bootcamp? Thanks!

    You won't find them until you are in Windows.
    Helps to read even print the guide.
    If you have auto run enabled, which is a security risk, the Apple setup.exe will run.
    Otherwise, just run that.
    Either use your OS X DVD, or use the drivers downloaded by Boot Camp Assistant.
    Two different ways to get them.

  • I am getting error "The disk is used for Time Machine Backup" when installing the new OSX Mountain Lion upgrade"

    I am keep getting this error "The disk is used for Time Machine Backup" when installing the new OSX Mountain Lion" when doing the upgrade to newly OS.

    The folder would be at the root of your hard drive. Double-click Macintosh HD and look there.
    If it isn’t there, I’m not sure what it is seeing.

  • SP1 for Windows 7 via Software Update (SCCM)

    Hi,
    I was wondering if there are any known issues of deploying Service Pack 1 for Windows 7 via Windows Updates? I was planning to deploy SP1 but wanted to make sure if there are not any potential issues in doing that.
    Thanks

    There is nothing wrong with using the software updates feature for deploying service packs, as it will simply do its job. It's more that I prefer to keep service packs out of the software updates to prevent any issues with (accidental) deployments.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Re: HP 15-d053sr drivers for Windows 7 x64 not installed

    Hello!
    I have the same problem!!! 
    Notebook HP 15-d053sr, Product No. F7R72EA#ACB, Serial No. [edited by Moderator], Bios Version F.11
    On clean install Windows 7 x64, Can't install all Chipsets, USB 3.0 and Video drivers! Error message: "This computer does not meet the minimum requirements for installing the software"
    On clean install Windows 8.1 x64 Can't install "IMEI" (sp64344) driver and maybe more!
    HP Support Assistant find only 4 drivers (Atheros Bluetooth, Wireless LAN, Synaptics TouchPad and Realtek Audio drivers)...
    Need working, supported, compatible drivers for Windows 7 x64!
    Please HELP!!!

    Hi @Ainars_LV ,
    Thank you for visiting the HP Support Forums. I'm sorry to inform you that your post has needed some editing to remove personal information such as the Serial Number in your Post. From our Rules of Participation:
    Protect privacy - yours and others'. Don't share anything about yourself that you would not want to see on a road-side billboard. Don't post contact or other personal information-your own or anyone else's-or any content that you receive in one-to-one communications without the author's consent. For example, don’t post your computer’s serial # or contact information publicly, and do not allow someone you don’t know to remotely take control of your computer.
    If you need people to contact you directly, either ask them to send you a private message or subscribe to the thread so you will be notified when there are replies. You may also click on your name anywhere in the forum and you will be taken to your profile page, where you can find a list of threads you have participated in.
    Sharing personal email addresses, telephone numbers, and last names is not allowed for your safety. If you have any questions feel free to send me a private message in reply.
    Thank you
    George
    I work for HP

Maybe you are looking for