OWSUG.ca

Welcome to Ottawa's Windows Server User Group Community!
Welcome to OWSUG.ca Sign in | Join | Help
in Search

Browse by Tags

All Tags » SMS   (RSS)
Showing page 1 of 45 (448 total posts)
  • Video card with Sound card.

    For full details please see http://social.technet.microsoft.com/Forums/en-US/configmgrreporting/thread/c42ba8cf-02a5-4e2e-8d20-39b05a4a5740   select distinct R.Netbios_Name0 as 'Name', R.User_Name0 as 'User', CS.Manufacturer0 as 'Manufacturer', CS.Model0 as 'Model', ...
    Posted to SMS (Weblog) by Anonymous on April 18, 2013
  • Video Card Details v2

    For full details please see http://social.technet.microsoft.com/Forums/en-US/configmgrreporting/thread/c42ba8cf-02a5-4e2e-8d20-39b05a4a5740 select distinct R.Netbios_Name0 as 'Name', R.User_Name0 as 'User', CS.Manufacturer0 as 'Manufacturer', CS.Model0 as 'Model', BIOS.SerialNumber0 as ...
    Posted to SMS (Weblog) by Anonymous on April 18, 2013
  • Find all webcam - SQL

    Use this query to find all webcam – SQL reports select CS.Name0, SD.Name0, SD.DeviceID0 from dbo.v_GS_COMPUTER_SYSTEM CS join dbo.v_GS_SYSTEM_DEVICES SD on CS.ResourceID = SD.ResourceID Where SD.Name0 like '%Webcam%'
    Posted to SMS (Weblog) by Anonymous on April 2, 2013
  • Find all webcam – WQL

    Use this WQL query to find all webcam http://social.technet.microsoft.com/Forums/en-US/configmgrai/thread/fa5fcfe2-69ef-4482-adfc-de25d6d19669/?prof=required select SMS_R_System.Name, SMS_G_System_SYSTEM_DEVICES.Name, SMS_G_System_SYSTEM_DEVICES.DeviceID from SMS_R_System inner join SMS_G_System_SYSTEM_DEVICES on ...
    Posted to SMS (Weblog) by Anonymous on April 2, 2013
  • How to find PCs within an AD container

    If you need to find all PC within an AD container (not an OU). Use this WQL query to find them. For more details about this request, see the full forum post. http://social.technet.microsoft.com/Forums/en-US/configmgrsetup/thread/9358cee7-75a5-4595-80a3-4016ea572f1b   select SMS_R_System.Name, SMS_R_System.LastLogonUserName ...
    Posted to SMS (Weblog) by Anonymous on March 16, 2013
  • CM12 Collection prompt example

    For full details see: http://www.myitforum.com/forums/tm.aspx?high=&m=238953&mpage=1#239186 SELECT distinct sys1.Name0, csys.Model0, csys.Manufacturer0, os.Caption0, os.CSDVersion0, BIOS.SerialNumber0, sys1.description0, REPLACE((SELECT IPAddress0 + ', ' FROM ...
    Posted to SMS (Weblog) by Anonymous on March 15, 2013
  • MAC Address report

    For full details please see: http://social.technet.microsoft.com/Forums/en-ca/configmgrreporting/thread/19e0771c-eddc-43f7-956c-a5c9f0110e59   SELECT     A.Name0,     B.SerialNumber0 ,     A.Manufacturer0,     A.Model0,     C.Name0 , ...
    Posted to SMS (Weblog) by Anonymous on February 28, 2013
  • Adding total HDD and RAM size Part 2

    For full details, please see http://social.technet.microsoft.com/Forums/en-ca/configmgrai/thread/7951b781-8354-490b-9b59-4fe4e68d1975 SELECT DISTINCT CS.Name0, CASE WHEN ES.ChassisTypes0 in ('3','4','6','7','15') THEN 'Desktop' WHEN ES.ChassisTypes0 in ...
    Posted to SMS (Weblog) by Anonymous on February 11, 2013
  • Adding Ram and HD

      SELECT DISTINCT CS.Name0, CASE WHEN ES.ChassisTypes0 in ('3','4','6','7','15') THEN 'Desktop' WHEN ES.ChassisTypes0 in ('8','9','10','21') THEN 'Laptop' Else 'Unknown' END as 'Chassis', ...
    Posted to SMS (Weblog) by Anonymous on February 8, 2013
  • Microsoft True Up Report

    For full details please see http://www.myitforum.com/Forums/tm.aspx?m=238674&high=   SELECT distinct DisplayName0, Count(arp.ResourceID) AS 'Count', Publisher0, @CollID as CollectionID FROM dbo.v_Add_Remove_Programs arp JOIN dbo.v_FullCollectionMembership fcm on arp.ResourceID = fcm.ResourceID ...
    Posted to SMS (Weblog) by Anonymous on February 7, 2013
1 2 3 4 5 Next > ... Last »
Powered by Community Server, by Telligent Systems