Update: This post is updated after the Configmgr 2012 R2 CU1 hotfix released as this fix will resolve the subject…
Month: November 28, 5:40 pm
In my previous blog post,i talked about how to compare 2 distribution points to see if they both have any…
Good news to Configmgr guys.Yesterday Microsoft announced another Free book called “Microsoft System Center: Troubleshooting Configuration Manager “ which talks…
If you search on the web for Configmgr patch compliance report ,you get various links that talk about compliance reports…
Full details:http://social.technet.microsoft.com/Forums/systemcenter/en-US/82a7862a-fc1c-4c45-9635-ee44489c2673/file-inventory-report-query-by-name-count-and-machineid?forum=configmgrreporting select cs.Name0 [Computer name],COUNT(*) as [No of Times] from v_GS_SoftwareFile SF,v_GS_COMPUTER_SYSTEM cs where FileName like '%.mdf%' and…