|
Browse by Tags
All Tags » ConfigMGr ( RSS)
-
|
The ConfigMgr / SCCM documentation script has been updated to v1.24 for more details please see http://tinyurl.com/yfpgocw
|
-
|
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, ...
|
-
|
This might NOT list all routers in your environment, and it will has lots of false positives too. Of the 7 device marked as a router, only 3 are right, the remaining 4 are false positives. In my test lab it found 3 out of 7, Routers /Switches...
|
-
|
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...
|
-
|
The fully integrated ConfigMgr 2007 with SP2 is now available on TechNet. Now you can install with SQL 2008 from the start, no upgrading from SQL 2005.
|
-
|
If you are looking to take this course, I have been told that CTE Solutions will be running 6451a course the week of Dec 14th - 18th 2009. http://www.ctesolutions.com/course/Systems-Center-Training/Systems-Center-Configuration-Manager-2007-Training.htm...
|
-
|
Are you looking to become certified on ConfigMgr 2007 (70-401) or OpsMgr 2007 (70-400)? Well you are in Luck! Prometric is offering a 20% discount on both exam! http://www.prometric.com/Microsoft/CareerOffer.htm#vouchers20 So what...
|
More Posts Next page »
|
|
|