|
Browse by Tags
All Tags » System Center ( RSS)
-
|
While reading another forum this morning I found this tidbit. http://www.techexams.net/forums/virtualization/51260-70-669-resources.html
|
-
|
select * from dbo.v_GS_COMPUTER_SYSTEM where name0 like '___m%'
|
-
|
The ConfigMgr / SCCM documentation script has been updated to v1.24 for more details please see http://tinyurl.com/yfpgocw
|
-
|
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 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...
|
-
|
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.
|
-
|
Like many of you I applied SP2 a while back and promptly added a few classes back to the sms_def.mof, however I had enable the Cal tracking too and it is enabled within the configuration.mof. Today I realized that it was disable (default setting...
|
-
|
Based on the Microsoft Skills Measured web page for 70-401 , here is a list of items that can help you with your studying for the exam. Deploying a System Center Configuration Manager 2007 (SCCM) Server (9 percent) · Set up and configure an Active...
|
-
|
Over on the Enhansoft Blog, we posted a blog on “ How to Perform a Basic Software Audit ”. This should help answer the question of how to perform a basic software Audit and why “I need a report of all software for all PCs” is a bad idea.
|
-
|
select FCM.CollectionId, C.Name from dbo.v_R_System r join dbo.v_FullCollectionMembership FCM on R.ResourceID = FCM.ResourceID join dbo.v_Collection C on C.CollectionID = FCM.CollectionID Where R.Name0 = 'ES-03'
|
-
|
Topic: How to protect SQL Server using Microsoft System Center Data Protection Manager 2007 SP1 (DPM). Through discussions and demonstrations, we will be covering how DPM offers a continuous data protection for SQL Server with simple and advance...
|
More Posts Next page »
|
|
|