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.
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.
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 !!********
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.
Well !! In SCCM 2012 the Client Restart icon has changed so just felt like sharing the new look of this Icon to you :
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
In SCCM 2012 there are four types of Collections
Direct Rule : Members can be added Directly
Query : Members can be added using Query
Include : Memebrs can be other collection
Exclude : Members can be excluded.
In SCCM 2012 a Collection can have either systems or Users . We cannot have a mixed collection . In SCCM 2007 this was possible . By Default an address is created from parent to Child and Child to parent when we add a new site to a hierarchy 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.- SCCM Clients are sensible enough to throttle traffic if they use BITS