|
Browse by Tags
All Tags » SMS ( RSS)
-
|
select DisplayName0, Version0, Count(*) From dbo.v_Add_Remove_Programs ARP Where DisplayName0 like '%office%' Group by DisplayName0...
|
-
|
SELECT Distinct sys.Netbios_Name0, fcm.SiteCode, sys.User_Domain0, sys.User_Name0, sys.Operating_System_Name_and0, ...
|
-
|
With the start of a new year, it is that time again to support the System Management Community, with that in mind I have made my yearly donation of $250 USD to MyITForum (MIF). Why do I do it? Well as a past User Group leader for www.OWSUG.ca , I know...
|
-
|
select R.* from SMS_R_System R where R.SystemGroupName != "GARTEK\\Domain Admins" and R.ResourceId not in ( select ...
|
-
|
SELECT DisplayName0, Count(*) AS 'Count', Publisher0, @CollID as CollectionID FROM v_Add_Remove_Programs arp JOIN v_FullCollectionMembership...
|
-
|
SELECT Distinct R . Netbios_Name0 , ARP . DisplayName0 , OS . Caption0 FROM dbo . v_R_System R INNER JOIN dbo . v_GS_ADD_REMOVE_PROGRAMS ARP ON R . ResourceID = ARP . ResourceID INNER JOIN dbo . v_GS_OPERATING_SYSTEM OS ON OS . ResourceID = ARP . ResourceID...
|
-
|
select R . Name0 , R . Operating_system_Name_And0 from dbo . v_R_System R Where r . ResourceId not in ( Select ResourceId from dbo . v_R_System R where r . Client_Version0 <> '' ) and R . Operating_system_Name_And0 <> '' order...
|
-
|
SELECT Distinct R . Netbios_Name0 , ARP . DisplayName0 FROM dbo . v_R_System R INNER JOIN dbo . v_GS_ADD_REMOVE_PROGRAMS ARP ON R . ResourceID = ARP . ResourceID Inner Join dbo . v_FullCollectionMembership FCM ON R . ResourceID = FCM . ResourceID...
|
-
|
Take the following query, if you only used v_R_System . Operating_System_Name_and0 then you would have no idea as to which PCs are installed with “Microsoft Windows 7 Ultimate" or “Microsoft Windows 7 Professional”. Select ...
|
-
|
SELECT R.Netbios_Name0, os.Caption0, ARP.DisplayName0 As 'Softwarename', ARP.Publisher0 as 'Publisher', ARP.Version0...
|
-
|
select distinct R.Name, SCU.TopConsoleUser from SMS_R_System R inner join SMS_G_System_SYSTEM_CONSOLE_USAGE SCU on SCU.ResourceID = R.ResourceId where SCU.TopConsoleUser in ( select U.UniqueUserName from ...
|
-
|
select CS . name0 as 'PC name' , WS . LastHWScan as 'Last HW scan Date' from dbo . v_GS_COMPUTER_SYSTEM...
|
-
|
select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, ...
|
-
|
:-) at the suggestion of a friend here is a query to find all non-client PCs. select SMS_R_SYSTEM.ResourceID, ...
|
-
|
select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, ...
|
More Posts Next page »
|
|
|