-
Posts
708 -
Joined
-
Last visited
-
Days Won
16
Everything posted by Eswar Koneti
-
Updating data on clients with a package
Eswar Koneti replied to michaelhbt's topic in Configuration Manager 2012
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 ? -
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'
-
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.
-
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.
-
Role Based Access Question
Eswar Koneti replied to skullicious's topic in Configuration Manager 2012
try this if it helps you http://setupconfigmgr.com/using-rba-to-separate-servers-and-workstations-configuration-manager-2012/ -
Configuration Manager cannot connect to the site
Eswar Koneti replied to shockwave's topic in Configuration Manager 2012
Did you rerfer AdminConsole\AdminUILog\SmsAdminUI.log for more information about the error ? are you trying to connect locally or remote ? -
how can i update third party application via SCCM 2012
Eswar Koneti replied to mohd.S.H's topic in Configuration Manager 2012
3rd party tools like Secunia or System center Update publisher ? http://technet.microsoft.com/en-us/library/hh134742.aspx -
Can I move my DP to a different (secondary) site
Eswar Koneti replied to conorofarrell's topic in Configuration Manager 2012
You can not move or transfer the roles Distribution Point to another Primary or Secondary Site.you will have to rebuild it from beginning. -
SCCM 2012 SP1 Collection Report
Eswar Koneti replied to Ginstar's topic in Configuration Manager 2012
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/- 4 replies
-
- Collection
- report
-
(and 1 more)
Tagged with:
-
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/
-
Client Settings: Computer restart
Eswar Koneti replied to xc3ss1v3's topic in Configuration Manager 2012
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. -
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.
-
can you paste the SQL query here ?
-
what do the logs says for ADK components ? are they installed without any issues ? also check if you have selected the right collation .
- 5 replies
-
- installation
- SQL
-
(and 2 more)
Tagged with:
-
this is really nice document and helpful which was written by microsoft guys with real world troubleshooting issues and fixes what they diid
- 2 replies
-
- free ebook
- troubleshooting Guide
-
(and 1 more)
Tagged with:
-
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
- 2 replies
-
- free ebook
- troubleshooting Guide
-
(and 1 more)
Tagged with:
-
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
-
Client Not assigned After Capture
Eswar Koneti replied to AmrelMahdy's topic in Configuration Manager 2012
did you do any troubleshooting like checking logs ? clientIDstartmanager,locationservices and clientlocation etc to see if client is able to connect MP or not.. -
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
-
Difference Between Content Status Types
Eswar Koneti replied to sccmnoobie's topic in Configuration Manager 2012
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. -
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 ?
-
deploy package -sccm only when a user is logged on.. HELP
Eswar Koneti replied to Fray's question in How do I ?
Logs can you help to understand what is going on,check them -
Not sure if am following you or not but How about removing the entries from AD system Management Container and republish the entries.
- 4 replies
-
- sccm 2012
- Management Point
-
(and 1 more)
Tagged with: