Your online community contributions have been recognized by Microsoft‏

it was a very pleasant surprise that my MCC Award got renewed for the 2nd time.   Dear Eswar, Congratulations! We’re pleased to inform you that your contributions to Microsoft online technical communities have been recognized with the Microsoft Community Contributor Award.   The Microsoft Community Contributor Award is reserved for participants who have made…

  If you are working with System Center Configuration Manager (SCCM 2007),you know what the post means here. Have been getting lot of requests per day/week to create AD security groups for new applications to deploy applications . Here is the VB Script that fullfil your requirememnt but test it in the lab before taking…

Long back,have posted script on how to trigger Machine policy or hardware inventory action on sccm client http://eskonr.com/2011/01/script-to-trigger-sccm-machine-policy-or-hardware-inventory-action-agent-on-sccm-clients/ Here is an updated script which can be run on multiple machines with some changes to the script . You will need to have list of computers into notepad file into the same path where you save…

The Configuration Manager console has been greatly improved in System Center 2012 Configuration Manager, which enhances its usability. In addition to improvements in performance and layout, the console now supports a quicker way to monitor application deployments. However, you might come across a situation where you see a discrepancy between the completion statistics section for…
SCCM 2012–Offline Patching for OS images

OS Deployment and patch management has always been big challenge for many admins around the world. Not just the testing, but also to get the customer image patched made many ConfigMgr admins a lot older . One of the new features in ConfigMgr 2012 allows you to apply updates to an OS image that’s been…

  By default sccm client log files have default size of 250000 bytes in Decimal (3d090 in Hexa Decimal) which is around 245 KB in Decimal which you can see it from your sccm client computer registry Registry path would be HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CCM\Logging\@GLOBAL on 32 Bit OS HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\CCM\Logging\@GLOBAL on 64 Bit OS If you want to…