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.

Similar Messages

  • 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 

  • 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

  • SCCM query for file path

    For some reason, I am unable to get a query to work for an exe located at a specific file path.  I can do a query for the exe itself and get more results than I want, but I need to find it in a specific path.  
    The path and file name is: c:\Program Files\NBSI\sysdll\sysserv.exe.
    Thanks!

    Hi John,
    when i tried to find a file at path like dbo.v_GS_SoftwareFile.FilePath ='c:\windows\'
    No result found.

  • SCCM Query for summary of installed software in a specific collection

    Hi,
    I have a SCCM 2012 SP1 environment, I am given a task to collect Summary of installed software in a specific collection. There is a built in report under Reports > Asset Intelligence > Software 01A - Summary of installed software in a specific collection.
    But this report is throwing an XML error. I need the query to collect the installed software in a specific collection .Can anyone tell me what the query is ?
    Also using the report builder is there a way to mirror the built in report so that I can generate the same report as Software 1A - Summary of installed software in a specific collection.
    Regards, h9ck3r.

    Hi
    In order to create a "copy" of the Summary of installed software in a specific Collection you would have to do the following:
    Browse to http://ServerName/Reports/ - where ServerName is the name of the server where you installed SQL Reporting Services
    Click the ConfigMgr_SiteCode folder
    Select New Folder and in the New Folder window type the of name of the new folder i.e Custom Report (or whatever you like), then click
    OK
    Click the Asset Intelligence folder
    Find the Software 01A - Summary of installed software in a specific Collection report
    and click the drop-Down arrow next to the report and select Edit in Report Builder. Wait for Report Builder to open the report
    In Report Builder, click the System Center Orb
    (top left corner) and select Save As
    In the Save As Report dialog box, change the name of the report to something else and browse to the folder you created earlier and then click
    Save
    In order to get data into the Software 01A - Summary of installed software in a specific Collection report, you must have
    SMS_InstalledSoftware class enabled in Asset Intelligence. You write that you get a XML error when running the report. Verify that the required class is enabled in
    Asset Intellingence and whether you are able to run any of the other Asset Intelligence reports or any´reports as all for that matter.

  • SCCM OSD for Windows 8.1 - TPM Owner Password not found

    Hello,
    I have been actively using these forums and the TechNet Guidance for the MBAM 2.5 client deployment, however I am still seeing some issues and looking for appropriate steps to troubleshoot.
    I have a MDT Integrated Task Sequence to deploy Windows 8.1 to various machines. The Windows 8.1 Image has been created via a MDT 2013 Build & Capture Task Sequence on a VM and then imported into SCCM 2012 R2. In the MDT Image creation I am disabling
    TPM Auto Provisioning by adding the Registry Key as per link below.
    http://msdn.microsoft.com/en-us/library/windows/hardware/dn260276.aspx
    The MDT Task Sequence has had the built-in Pre-Provision Bitlocker and Enable Bitlocker Steps disabled. I have included a step that runs the Clear-TPM powershell command before the Setup Windows and ConfigMgr and I have to confirm the TPM clearance at the
    first reboot.
    To begin the MBAM encryption I have scripts as supplied from the blog, firstly prepares the drive, reboots, installs MBAM 2.0 SP1, then encrypts.
    http://blogs.technet.com/b/deploymentguys/archive/2012/02/20/using-mbam-to-start-bitlocker-encryption-in-a-task-sequence.aspx
    The machine encrypts every time and the Recovery Key is escrowed, however I have not been able to get the TPM Owner Password
    Any troubleshooting steps for the TPM Owner Password would be greatly appreciated
    Regards
    LeeB
    Lee Bowman MCITP MCTS

    Hello, Hope this helps get you a bit further. And would love any updates for suggestions to more logging etc
    Image
    Use MDT to generate Image and apply the following registry keys. Must be done in Image via MDT or DISM
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tpm\WMI: NoAutoProvision      dword:1
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tpm\WMI: NoDisableOwnerClear    dword:1
    Task Sequence Steps
    Set TS Variables
    IsBDE - True
    OSDBitlockerMode - TPM
    Pre-provision Bitlocker (Standard TS Step)
    Clear TPM - Create Powershell Script and use "Run Powershell Script" with Bypass.
                $tpm=get-wmiobject -class Win32_Tpm -namespace root\cimv2\security\microsofttpm
                $tpm. SetPhysicalPresenceRequest(22)
    Check TPM Endorsement Key Pair Status
    http://myitforum.com/myitforumwp/2011/11/14/bitlockermbamendorsement-keys-and-tpm-ownership/
    Install MBAM 2.0 SP1 Agent - Standard MSI Install
    Start MBAM Encryption
    cscript.exe Win8StartMBAMEncryption.wsf /MBAMServiceEndPoint:https://*****************
    Many versions of this script, but I used this one.
    http://blog.coretech.dk/hra/deploying-windows-8-with-mbam-used-space-only-encryption/
    Follow the Steps from LanceCr to comment out the TPM Owner Password.
    https://social.technet.microsoft.com/Forums/en-US/95e1a7af-d273-44e1-92de-fd9915cc0e50/tpm-password-not-found-in-mbam-database?forum=mdopmbamGood
    Luck :)
    Lee Bowman MCITP MCTS

  • SCCM query for taking report from all clients for a SW installed and its version

    Hi ,  I need to pull a report from all servers in my landscape to identify the servers where 'HP system management homepage' is installed and its version. I have SCCM 2007 R2 and need to run a query/report. Please help me how to do this. 
    I am a beginner in SCCM.
    Thanks in advance.
    Vivek Nambiar

    Hi Vivek,
    Try this SQL query and let us know if it helps. Use your SCCM SQL database or the 'Reports' feature on SCCM to run the same.
    SELECT
    dbo.v_R_System.Name0 as 'Host Name',
    dbo.v_R_System.User_Name0 as 'User Name',
    dbo.v_GS_OPERATING_SYSTEM.Caption0 AS 'Operating System',
    arp.DisplayName0 as 'Product Name',
    arp.Version0 as 'Product Version'
    FROM dbo.v_Add_Remove_Programs AS arp
    INNER JOIN dbo.v_R_System ON arp.ResourceID = dbo.v_R_System.ResourceID
    INNER JOIN dbo.v_GS_OPERATING_SYSTEM ON dbo.v_R_System.ResourceID = dbo.v_GS_OPERATING_SYSTEM.ResourceID
    WHERE arp.DisplayName0 LIKE 'HP system management homepage%' AND
    dbo.v_R_System.Operating_System_Name_and0 LIKE '%server%'
    ORDER BY arp.Version0, dbo.v_R_System.Name0
    ~ Rajeesh M | Blog: ScorpITs | Please remember to 'Mark as Answer' or 'Vote as Helpful' on the post that helps. It helps others reading the thread and
    recognizes useful contributions

  • SCCM Query for any PC with 2 partitions?

    I'm trying to find a query that will allow me to tell any computer in our network that has 2 partitions.  When we deploy our Win7 through SCCM it has only the 1 partition and doesn't have the 100MB partition that is created if you install via a CD. 
    Problem is we have some old 7 computers that we need to find to change the way we deploy bitlocker and MBAM through SCCM and if i can find the ones with 2 partitions then I'll have a much easier job.  Does anyone know how to do that via SCCM?

    Hi, This query will list all computers with a disk 0 parition 1, that should mean they have two partitions. I got some strange result on one of my HP Laptops though which had 4, But you could give it a try.
    select SMS_R_System.Name, SMS_G_System_PARTITION.DeviceID from SMS_R_System inner join SMS_G_System_PARTITION on SMS_G_System_PARTITION.ResourceId = SMS_R_System.ResourceId where SMS_G_System_PARTITION.DeviceID = "Disk #0, Partition #1"
    Regards,
    jörgen
    -- My System Center blog ccmexec.com -- Twitter @ccmexec

  • Software inventory for Windows Hotfix

    How do you do an inventory report or query for Windows Hotfix? It
    doesn't seem to be part of the inventory.
    Thanks.

    E,
    It appears that in the past few days you have not received a response
    to your posting. That concerns us, and has triggered this automated
    reply.
    Has your problem been resolved? If not, you might try one of the
    following options:
    - Do a search of our knowledgebase at
    http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com in both the "free product support" and "paid
    product support" drop down boxes.
    - You could also try posting your message again. Make sure it is
    posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept
    our apologies and rest assured we will issue a stern reprimand to our
    posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • SQL query to get the without SCCM agent for a Server

    Hello every one,
    Can I get the SQL query for a server without a SCCM agent . 

    Here you go!!
    Add the version for windows 2012 server if you have them as well in your environment
       v_R_System.Netbios_Name0
      ,v_R_System.Full_Domain_Name0
      ,v_R_System.User_Name0
      ,case
    When v_R_System.Operating_System_Name_and0 LIKE N'%Server 6.1'THEN 'Windows Server 2008 R2'
    When v_R_System.Operating_System_Name_and0 LIKE N'%Server 6.0'THEN 'Windows Server 2008'
    When v_R_System.Operating_System_Name_and0 LIKE N'%Server 5.2'THEN 'Windows Server 2003 R2'
     ELSE 'Unknown Version' END AS 'OS version'
    FROM
      v_R_System
    WHERE
      v_R_System.Operating_System_Name_and0 LIKE N'%server%' and v_R_System.Client0 is null
    Kindly mark as answer/Vote as helpful if a reply from anybody helped you in this forum. Delphin

  • SCCM 2012 SP1 - R2 Upgrade Incl Windows ADK for Windows 8.1 Update

    Hi All
    I Need some advice
    We are preparing for the upgrade SCCM 2012 SP1 -> SCCM 2012 R2
    Quick steps:
    1 Uninstall ADK 8.0
    2 Install ADK 8.1
    3 Upgrade SCCM 2012 SP1 -> SCCM 2012 R2
    4 Install CU1  SCCM 2012 R2
    5 Upgrade Clients to SCCM 2012 R2
    6 Upgrade Clients to SCCM 2012 R2 CU1 with WSUS (SCUP)
    But today I read the following article
    http://blogs.technet.com/b/configmgrteam/archive/2014/04/03/understanding-the-adk-for-windows-8-1-update-and-configmgr-osd.aspx
    How does this update fit in the upgrade process (add step 7 and install this update on the SCCM Server) , or is it better to leave this update because windows PE5.1 is not supported yet.
    I hope someone can give me some good advice
    regards and thx in advance
    Johan

    Hi All
    So I can also use the ADK 8.1 Update with the installation , so my quick steps will be than for the upgrade SCCM 2012 SP1 -> SCCM 2012 R2
    1 Uninstall ADK 8.0
    2 Install the ADK 8.1 UPDATE
    3 Upgrade SCCM 2012 SP1 -> SCCM 2012 R2
    4 Install CU1  SCCM 2012 R2
    5 Upgrade Clients to SCCM 2012 R2
    6 Upgrade Clients to SCCM 2012 R2 CU1 with WSUS (SCUP)
    Regards
    Johan

  • Collection query for computers with windows management framework 3.0

    Hi,
    collection query for computers with windows management framework 3.0, but I cant found a way. I cant see that it is in the inventory data for SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName.
    So any way to get computers with windows management framework 3.0?
    /SaiTech

    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_SoftwareProduct on SMS_G_System_SoftwareProduct.ResourceId
    = SMS_R_System.ResourceId where SMS_G_System_SoftwareProduct.ProductName like "Windows Management Framework 3.0%"
    That won't work because as mentioned, it doesn't appear in ARP.
    Torsten's suggestion will work or you can resort to software/hardware inventory using the info at
    http://serverfault.com/questions/555100/methods-to-detect-version-of-windows-management-framework
    Jason | http://blog.configmgrftw.com

  • SCCM 2012 Software Update Management for Windows Servers and how to automatic set SCOM maintenance mode?

    Hi,
    We planning to go one level higher to automat and have more dynamic Software Update Management for Windows Servers. We have SCCM 2012 R2, SCOM 2012 R2 and SCO 2012 R2.
    Our plan is to pur server in an AD-Group to get Update Schedule, from the servers will be importet to an Collection for Automatic Update and reboot. If I understand Everything right SCOM can't read AD-Group and put then in an Schedule maintenance mode. SCOM
    can read reg value as exempel.
    IS there any smar way to make the SCOM Maintenance Mode Schedule dynamic?
    I found this
    http://www.scom2k7.com/scom-2012-maintenance-mode-scheduler/?
    /SaiTech

    You could use Orchestrator to put the servers from a specific collection, or AD group, in maintenance mode in SCOM. For an example see:
    http://www.systemcentercentral.com/orchestrator-how-to-scom-maintenance-mode-for-windows-computers-in-an-sccm-collection/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • SCCM Driver Packs for Windows 8

    We have several SCCM driver packs for Windows 8 available now...
    ThinkPad L430, L530
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_l430-l530_w832_201210.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_l430-l530_w832_201210.exe
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_l430-l530_w864_201210.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_l430-l530_w864_201210.exe
    ThinkPad T430(s,i), T530(i), W530
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_t430x-t530x-w530x_w832_201210.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_t430x-t530x-w530x_w832_201210.exe
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_t430x-t530x-w530x_w864_201210.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_t430x-t530x-w530x_w864_201210.exe
    ThinkPad X1 Carbon
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_x1carbon_w832_201210.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_x1carbon_w832_201210.exe
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_x1carbon_w864_201210.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_x1carbon_w864_201210.exe
    ThinkPad X131e
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_x131e_w832_201210.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_x131e_w832_201210.exe
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_x131e_w864_201210.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_x131e_w864_201210.exe

    Adding X230
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_x230x_tablet_w832_201210.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_x230x_tablet_w832_201210.exe
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_x230x_tablet_w864_201210.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/tp_x230x_tablet_w864_201210.exe

  • Update for Root Certificates for Windows 7 [March 2014] (KB931125) - Expired on SCCM 2012 March 2014 SUG

    Hi all,
    The "Update for Root Certificates for Windows 7 [March 2014] (KB931125)" is Expired on SCCM 2012 March 2014 SUG. Is this a problem and is there going to be any fix for this which we can expect in the future?

    I don't have a 931125 for March 2014; however, I do have a November 2013 for 931125 which is still valid. Per the KB (http://support.microsoft.com/kb/931125) the November 2013 is the current and valid versions.
    931125 is an unusual update as they simply update it with a new version instead of creating a new KB that supersedes it. Now, why they expired the March 2014 version is unknown but they probably found an issue with it shortly after it was released.
    As a rule, you should always ensure that the search you use or criteria in your ADR excludes expired updates.
    So, to answer the question, no this isn't an issue.
    Jason | http://blog.configmgrftw.com

Maybe you are looking for

  • Ploblem for plug-in in Adobe Reader X

    We have developed plug-in for Adobe Reader (Adobe Acrobat) in windows OS a couple of years ago. Before  Adobe Reader X it works well.  But it doesn't work correctly in the Adobe Reader X. we find some issues following : 1. the API ::GetActiveObject 

  • .New Computer good Activate Number for CS6 but the system said no such product only CS6 ext

    My old computer is out of date. I change it I download CS6 but when I try to but the activate code It said Is is a valid code but didnt find the produc. I have the to choose over CS3 CS5 and CS6 ext. where is CS6

  • Skipping the screen

    Hi All, I have created a module pool pgm and in that i have created a selection screen 200. With in the pgm am calling a standard transaction by skipping the first screen and passing all the selection inputs through my selection i.e it will display d

  • FMS help required in GRPO.

    Greetings of the day, Experts, We have a scenario for the components received from our vendors and we raise the Service PO for accounting purpose and close them by GRPO and AP Invoice.  There are four UDF's created in the row level of the Marketing d

  • Dashboard Screen Refresh timing

    I have 4 queries on a dashboard page...the first 2 take 14 seconds to execute, the next takes 30 seconds, and the last takes 1 minute and 30 seconds. I would expect the 2 quickest ones to show results on screen after the 14 seconds, but instead they