Thursday, 30 May 2013

What does a DDR ( Data Discovery Record Contain) in SCCM ?

Has anyone asked you this question :

 

What does a DDR Contain :

 

Well !! The answer is : NETBIOS NAME , IP ADDRESS , AD SITE NAME , DOMAIN NAME ,DISCOVERY METHOD USED and Other Relevant Information.

 

 

DDR Vs RDR

Well !! Most of us are familiar with DDR's but perhaps very few of us know what a RDR is :

 

When SCCM Discovers a Client a DDR is created . For a Client to be managed a DDR has to exist in SCCM DB . However in cases of Initial registration , a Registration Discovery Record called as RDR is created.

 

*****Hope you have learnt something new Today !!********

USER and SID in SCCM 2012

Every user in SCCM that is being discovered by SCCM 2012 from Active Directory has a Unique SID assigned to it . Config Manager recognizes every user in SCCM 2012 using this SID which eventually is seen  a user in the Console.

When you double click a user in Console you will find that it has a unique SID attached to it :

Now see the below snap Shot you will find that in the rebootcoordinator.log , SCCM identifies users using this SID :

Your machine requires a Restart - New Look in SCCM 2012 Clients !!

Well !! In SCCM 2012 the Client Restart icon has changed so just felt like sharing the new look of this Icon to you :

 

Image

Friday, 24 May 2013

Server up time and Last Inventory Report - Customized Using SCCM 2012.

Image

Well !! Most of us are worried about whether our server had a sudden reboot !! Though there are many tools that can be used to Monitor the same , however if in case you do not have any of these tools then the same can be monitored using the below script :

 

SELECT

os.Caption0 as ‘Server Type’,

cs.Name0 as 'Server Name',

DateDiff(hour,os.LastBootUpTime0,ws.LastHWScan) as 'Uptime (in Hours)',

os.LastBootUpTime0 as 'Last Reboot Date',

ws.LastHWScan as 'Last Hardware Inventory'

FROM v_GS_COMPUTER_SYSTEM cs

INNER JOIN v_GS_Operating_System os

ON cs.ResourceID = os.ResourceID

LEFT OUTER JOIN v_GS_WORKSTATION_STATUS ws

ON ws.ResourceID = os.ResourceID

WHERE os.Caption0 LIKE '%server%'

AND ws.LastHWScan <> 0 AND cs.Name0 IS NOT NULL

 

Thursday, 23 May 2013

SCCM 2012 Collections - TYPES

In SCCM 2012 there are four types of Collections

SCCM-2007-security-Collections-Class-Instance

  1. Direct Rule : Members can be added Directly
  2. Query : Members can be added using Query
  3. Include : Memebrs can be other collection
  4. Exclude : Members can be excluded.

SCCM 2012 Fact Points

Image

 

 

  1. In SCCM 2012 a Collection can have either systems or Users . We cannot have a mixed collection . In SCCM 2007 this was possible .
  2. By Default an address is created from parent to Child and Child to parent when we add a new site to a hierarchy
  3. Default time when a Client interacts with MP to find out if there is a new policy for them is 60 minutes . Maximum time frame is 24 hours.
  4.           SCCM Clients are sensible enough to throttle traffic if they use                    BITS