Started rolling out MS office 2013 to Users few weeks ago.For this ,created collection to get computers with MS office 2010 ,created application for MS office 2013 upgrade and deploy to collection .This collection consists of computers from different departments,business units etc. Colleague of mine asked me if there is way to get report for deployment status of specific application for specific OU. The reason for this requirement is that ,he wanted to get the deployment status per business unit (location)for the deployed application. OUs in AD are named with location names . A single collection (MS office 2013 upgrade…
Author: Eswar Koneti
Exploring the recently released Configuration manager Tech preview (60 days evolution ) by Microsoft in my lab.It has got some nice features like Management rotation,Auto Client upgrade to collection,OSD and other things. I was looking at reports what has been added extra compared to Configuration manager 2012 R2 CU4 (this my present CM level). Configmgr tech preview has got total of 494 reports by default which is more compared to Configmgr 2012 (444 ,With R2 CU level 491 reports) . Below reports are appearing as new in Tech preview version: 1.List of noncompliant Apps and Devices for a specified user…
During the Ignite 2015,Microsoft announced about service packs for SCCM Configmgr 2012 (will be released during next week) also about Configmgr technical preview(A 60 days evaluation is already out for public) . Today ,Microsoft released another Cumulative Update 5 for System Center 2012 R2 Configuration Manager and is ready for Download. This update replaces Previously released cumulative update 4 ,So if you have not applied previous cumulative update ( CU 4),you can directly apply this newly released cumulative update 5. Note: As Microsoft announced about the availability of Service Pack for Configuration manager 2012 R2 during next week ,it is…
Microsoft announced some exciting stuff about Configuration manager 2012 and upcoming product Configmgr Technical preview (can this be SCCM Configmgr 2016?) at Microsoft Ignite 2015. I did blog yesterday on Configuration manager updates from Ignite session ,Read the post here. After the release of Configuration manager Technical preview,i started downloading and Installed it in my lab to play with it .During the installation,i captured few screen shots will be posting in this blog. There are is Big difference in the Installation of Tech preview compared to its Previous version (configuration manager 2012).If you have done the installation of Configuration manager…
Lot of interesting news are coming out from Microsoft Ignite 2015 and from social networking Sites(mainly from Twitter).I have been actively monitoring the tags with #msignite and #Configmgr .Some of the interesting facts about Configuration manager products are: 1. Microsoft has made configuration manager and Endpoint Protection Technical Preview (it will be next Configmgr Version 2016) available for testing http://www.microsoft.com/en-us/evalcenter/evaluate-system-center-configuration-manager-and-endpoint-protection-technical-preview ,for technical preview documentation refer https://technet.microsoft.com/library/dn965439.aspx 2. Service Pack will be released next week for Configuration Manager 2012 and 2012 R2. 3.Support for Windows 10 (No OSD support) using Configuration manager 2007 4.New service pack (Configmgr 2012) supports up to…
The most awaiting Big event Microsoft Ignite 2015 is about to Start from Today (May 4–8, 2015 ) in Chicago, Illinois.More information about Ignite can browse via http://ignite.microsoft.com/ This blog post is quick one to list configuration manager 2012 sessions from this Big and Great Event . These sessions are picked from the Microsoft ignore session catalog. I have now updated the webcast link for the below sessions . 1. Deploying Office 365 ProPlus Using System Center Configuration Manager By Amesh Mansukhani 2. Managing Linux Workloads in Windows Server, Microsoft System Center and Windows Azure Pack By Anurag Gupta…
This week SSRS report is about knowing the count of applications,packages,driver packages,SUP packages,boot images,OS images,Virtual packages etc into Nice Pie Chart also know about the Distribution status of each package . This report has 2 queries inside SSRS 1) for Pie Chart and 2)list the Distribution Status for each package with sorting order. Its always nice to know the figure on the content ,content success status. Download the SSRS Report(.RDL) from TechNet Gallary,Upload to your SSRS Report,change the Database source.
I was troubleshooting configmgr 2012 R2 client,the other day ,I found below error from ccmsetup.log MSI: Setup was unable to compile the file AppSynclet_Local.mof The error code is 80041002 Error code 80041002 says ,Not found.Source: Windows Management (WMI) I tried compiling the AppSynclet_Local.mof (C:\windows\ccm) file, it throw error saying,syntax errors in line 22. This pushed me to cop MOF file from working PC if that make any difference but it did not work. if you look into the mof file,it is trying to operate on \\Root\\CCM\ namespace ,which do not exist on the problem client. I suspected this is…