You have Username but unsure what is their computer name where they logged into to track it(this all happens if and only if sccm client is healthy else you see old information). This report gives you all the machines name…
Hi Everyone, This is our first post in a long while, we've had our heads down ramping up on System Center 2012 and helping the first wave of early adopters. As part of some of the work we've done, we…
create reports for the requirement and i first start analyzing the necessity and find the information about the required information where they stored in SCCM Database (SQL views). Most of the reports (SQL) that i have created in this…
It was yet another big day for Microsoft and the Windows 8 team as the RTM build was officially made available to download for MSDN and TechNet subscribers. So How to activate windows 8 enterprise Via command prompt with product…
This blog post will help you to identify packages (count) for which there is no advertisement created and not used these packages in any task sequence.Once you have the packages ,you can further take action whether you really need these…
Recently encountered backup issue on one of the primary site server and backup never ends stuck at “info:starting asynchronous do snapshotset… ” though sms_site_backup service running and never(did not monitored for too longtime) ends until you stop it manually. Below…
Our engineering team has had an amazing journey this past year with two key releases to help our customers improve their capabilities for deploying Windows in their enterprises. As you know, we released Microsoft Deployment Toolkit 2012 in April of…
System Center 2012 SP1 (currently in CTP2) includes the following update and enhancements to the following System Center 2012 components: Virtual Machine Manager Improved Support for Network Virtualization Extend the VMM console with Add-ins Support for Windows …
Thought of sharing nice post on Task sequence replication issue to child site by Frank Rojas. Symptoms : When creating a new Task Sequence or updating an existing Task Sequence on a parent primary site in System Center Configuration Manager…
In a Big environment to know/work based on regional wide kind of doing some maintenance tasks in SCCM ,this would would help you to get you the count of Child sites reporting to primary. select ReportingSiteCode ,COUNT(*) as [Child sites]…