Jump to content


Eswar Koneti

Moderators
  • Posts

    708
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Eswar Koneti

  1. whether it is application or package,when ever you update either of this (app or package),there will be version change and clients will try to download the entire package into ccmcache with new folder because,client will be notified as New version. why don't you use run from DP instead of download and run locally ? wouldnt it be possible to script all in one package ?
  2. I would always recommend to use BIDS or Visual Studio to create SSRS reports as they give so many options and flexible to write quires. reg your query,both cores and processors information available from v_gs_processor. try to use the SQL query given below to get number of cores and number of logical processors. select fcm.Name,p.NumberOfCores0,p.NumberOfLogicalProcessors0 from v_GS_PROCESSOR P,v_FullCollectionMembership fcm where fcm.ResourceID=p.ResourceID and fcm.CollectionID='P0100772'
  3. have you tried this ? http://eskonr.com/2012/09/sccm-report-compare-packages-on-2-dps/ compare standard DP with newly created DP to find the missing packages ? this should get you started.
  4. Total Minutes on Console" and "Last Console use" are available from v_GS_SYSTEM_CONSOLE _USER . try to use v_GS_SYSTEM_CONSOLE_USER SCU ON SCU.ResourceID=v_R_System.ResourceID in your query to report the values.
  5. try this if it helps you http://setupconfigmgr.com/using-rba-to-separate-servers-and-workstations-configuration-manager-2012/
  6. Did you rerfer AdminConsole\AdminUILog\SmsAdminUI.log for more information about the error ? are you trying to connect locally or remote ?
  7. 3rd party tools like Secunia or System center Update publisher ? http://technet.microsoft.com/en-us/library/hh134742.aspx
  8. you can also refer about MW : http://allthingsconfigmgr.wordpress.com/2012/06/13/configmgr-101-maintenance-windows/
  9. You can not move or transfer the roles Distribution Point to another Primary or Secondary Site.you will have to rebuild it from beginning.
  10. how about this report ? http://eskonr.com/2013/09/sccm-configmgr-2012-ssrs-reportcount-of-client-versions/ and http://eskonr.com/2013/10/sccm-configmgr-ssrs-reportlist-all-collections-with-count-of-client-installedassignedactive-and-obsolete/
  11. do you have right permissions(admin rights) to connect to wmi ? if you have admin rights,i would try running the batch file to fix it. here is the batch file http://eskonr.com/2009/03/how-to-troubleshoot-the-systems-which-has-wmi-issues-rebuild-wmi-repository/
  12. not sure if i understand you correctly but here is what i would Say: this setting would be applied to clients with buffer time what you set if the computer requires restart after the deployment is done.You can also have the option to promot mandatory window (default 15 min) before the restart and no more supressions for the end user to reboot. if you have other cusomised client agent settings with higher priority,they would be applied on the clients and with lower priority would be ignored.
  13. it all depends how you want to deploy and what commands you gonna use to install for the end user. It is always good to package the app using packaging tools like admin studio etc,this will give you more flexibility to add customisations how you want to deply. if you still need to install .exe,go with standard package,program creation as we do in cm07.
  14. what do the logs says for ADK components ? are they installed without any issues ? also check if you have selected the right collation .
  15. this is really nice document and helpful which was written by microsoft guys with real world troubleshooting issues and fixes what they diid
  16. Microsoft released free ebook on Configuration manager 2012 Troubleshooting Guide which will help to understand the key components like components manager,distribution points,SUP and its relative log files and more troubleshooting logs from the real world. more information and download Ebook here
  17. create program with simple command shutdown -r -f -t 300 and advertise ? or create vb script that create schedule task to reboot computers reference: http://msdn.microsoft.com/en-us/library/aa394601(v=vs.85).aspx
  18. did you do any troubleshooting like checking logs ? clientIDstartmanager,locationservices and clientlocation etc to see if client is able to connect MP or not..
  19. you should check the logs why did it failed to connect .check distmgr.log and pkgxfermgr.log (if it is remote DP),it is Site,check sender.log
  20. content hash will be verified when the package available on the DP and see if there is any mismatch with hash version with the package already available on the DP.
  21. you can not remove the collection from the Task sequence rather you have to delete the deployment for the task sequence.No Edit option available for the Task sequence deployments in CM12.
  22. Since you have less number of clients to be managed,I would go for Single primary Site and have Distribution Points configured At Remote Location. You can follow the documents here on windows-noob.What are you looking specifically in the designing ?
  23. Logs can you help to understand what is going on,check them
  24. Not sure if am following you or not but How about removing the entries from AD system Management Container and republish the entries.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.