1 / 32

John Nelson, SCCM 2009 MVP &President, Minnesota System Center User Group Ask John + Stump the Expert + JN Gem

John Nelson, SCCM 2009 MVP &President, Minnesota System Center User Group Ask John + Stump the Expert + JN Gems 14 September 2011 . Agenda. Welcome Introduction A word from your sponsors BDNA & myITforum John Nelson Ask John + Stump the Expert + JN Gems Wrap Up.

declan
Télécharger la présentation

John Nelson, SCCM 2009 MVP &President, Minnesota System Center User Group Ask John + Stump the Expert + JN Gem

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. John Nelson, SCCM 2009 MVP &President, Minnesota System Center User Group Ask John + Stump the Expert + JN Gems 14 September 2011

  2. Agenda • Welcome • Introduction • A word from your sponsors • BDNA & myITforum • John Nelson • Ask John + Stump the Expert + JN Gems • Wrap Up

  3. Google+ Hangouts & Forums • Reed Porter Google+ Hangout: http://bit.ly/GPsccmguru • myITforum SCCM GURU webcast live forum http://myITforum.com/SCCMguru

  4. BDNA Normalize & SCCM • Walker White, CTO

  5. myITforum • Rod Trent, myITforum • All things “System Center” • Since 1999 • Large and growing community (120,000 visitors a day) • Huge storehouse of System Center knowledge • Noobies to experts • Even John is hanging around at myITforum 

  6. About John Nelson • SMS/Config Manager guy with a focus on SQL since 1996 • Currently working on the engineering side of the Configuration Management & Provisioning team at a Fortune 50 company • Successfully completed all kinds of server administration, SMS/SCCM administration, packaging, scripting, development, Oracle and SQL report writing, querying, performance/scalability testing and teaching over the years • Selected to present at the Microsoft Management Summit (MMS) in Las Vegas in 2008 and 2009. • Awarded the Microsoft MVP award in 2009 for System Center Configuration Manager • President of the Minnesota System Center User Group

  7. John’s Agenda • Get your TOUGHEST questions answered, get your BIGGEST problems solved. • Get your GAME ON! Challenge “The SQL God” and see if you can stump the expert – the most interesting challenge will receive an SCCM GURU jacket. • Get some serious bling, SCCM BLING that is, in the form of John Nelson gems, tips and tricks that he will share.

  8. All questions answered! • All questions, answered and not answered, on this webcast will have responses posted on John’s blog – Number 2 – on myITforum so please check back there in the following weeks. http://myitforum.com/cs2/blogs/jnelson/

  9. Max degree of Parallelism • Can you explain what "Max degree of Parallelism" is, and how should I configure that?

  10. Multiple rows in reports • IPAddress or Subnet produce multiple rows in reports; how can I write a report to fix that? Same for OU.

  11. Troubleshooting • Troubleshooting if something is a ConfigMgr problem vs a SQL problem is sometimes difficult to pinpoint. Where and what logs are the first places you check when troubleshooting?

  12. Memory capacity planning • Often, we see SQL Server 2008 SP2, 64-bit consume all of max memory. Multiple blogs discuss that this is by design and there are even suggested tables on setting up upper limits on SQL for SCCM. Please share you knowlege on what is correct and best practice on memory capacity planning and allocation of SQL Sever 2008 for SCCM 2007.

  13. Indexing tables • I've heard you mention 'indexing' tables in the configmgr database that aren't indexed by default out of the box. Which tables do you recommend and why? What should I index, and from a "I only know just enough about SQL because it's part of CM point of view"... Do you have a blog or some directions on how to index, and how to determine it's working as expected without impact?

  14. SCCM2007 R3 testing • I just installed SCCM2007 R3 and I want to do some testing on a handful of computers. How do I throttle SCCM so I don’t impact other computers? Do I limit the boundary to a single IP range or create a custom collection?

  15. Lock SCCM site servers • We have different teams in parts of the world supporting our Windows Architecture that like to snoop around AD. Do you have a recommended permissions model for locking down SCCM Site Servers, all while allowing AD user and computer accounts access via AD domain groups?

  16. Use SQL to extract software • Can you use SQL to extract from SCCM the software that is installed on a certain machine or group of machines and bring it into another SQL Server System. What is the best possible way to do this? Live, using extracts, DTS or something else?

  17. Membership Rules properties • I am having this strange issue where computers do not show up in the collection, but show under the Membership Rules properties. Would you know what is the likely cause, and how it can be resolved?

  18. Use SCCM to pull all info • We are currently using Altiris for a Configuration Management Database and are in the process of deploying SCCM. Will it be possible to eliminate Altiris by using SCCM as the basis for pulling all required information into a SQL database that we can use as a CMDB? We currently pull custom created windows registry items as well as standard hardware and software information. Will it be able to pull custom information from Linux/Unix servers as well by using 3rd party products such as Quest?

  19. Keep SCCM clients healthy • What are the best ways to keep SCCM clients healthy? Any recommended repair scripts or other automatic methods? (Fixing WMI corruption. atl.dll re-registering, etc.)

  20. "Reindex Database" • Microsoft Support requested me to run SQL Query <sp_MSforeachtable "DBCC DBREINDEX ('?')"> on my ConfigMgr DB to improve performance. And obviously it increased performance dramatically. This is good so far, but the question still stays, why does the regular "Reindex Database" Task in ConfigMgr not take care of the reindexing. What is your best practice regarding re-indexing?

  21. SCCM box vs VM • What is best, with a high speed connection, SQL on the SCCM box or on a VM. I have had different experts tell me different things.

  22. SCCM vendor & training • Just getting ready to implement SCCM. We will have a vendor design and install it and.... Two questions: First, what do you hire a vendor for and what should you take on internally? Second, What training class would be best for getting started? It seems like the training I have seen covers design, install and support and I only need support training for my technicians.

  23. Delegate granular SCCM access • How can we delegate granular SCCM administrative access and functions to user support departments without risking giving full administrative access to AD and SCCM?

  24. Count in AD and collections • I have collections that are set up to query AD for OUs containing computers. The queries are returning computers but when I compare the computer count in AD to the count in the collections, the numbers don't match. What could be causing this? What do i need to configure to ensure that the queries return ALL the computers. Here is a copy of one of my query statements. select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.SystemOUName like "domain.name/KA/COMPUTERS%" (where domain.name appears I am using my organization's domain name based on AD). I'd like to be able to use these collections to target advertisements but currently this is not reliable as some computers aren't included.

  25. Standard Distribution Points • What are your best practices for setting up Standard Distribution Points at remote offices? We've set up some to push out applications and they worked fine. However when we started pushing out our 5GB Windows 7 image, we found that the entire LAN came crashing to a halt. The SDPs were put on servers that also act as Domain Controllers, user authentication and file server. Is the SDP breaking the camel's back?

  26. AD groups • I deploy a lot of software based on AD groups. I target advertisements to collections based on queries of these AD groups. My question is how do i uninstall software based on AD membership? I'd like to trigger the uninstall of software when computers are no longer a member of an AD group using ConfigMgr 2007. This process is easy to set up via group policy software deployment but using ConfigMgr 2007 it's not so obvious. Also, if it's possible via ConfigMgr can the process be replicated using scripts or templates?

  27. John Nelson Gems

  28. And the winner is… • Stump the Expert • Utilizing Internet facing MPs • Software to the runner ups • Authentication vs recorded key • AD groups

  29. Wrap Up ~ Rod Trent • Next SCCM GURU webcast • SCCM GURU t-shirts

  30. Next SCCM GURU Webcast • Wednesday, October19, 2011 • Rod Trent, Founder, myITforum • The G.I. Joe Method for Troubleshooting Configuration Manager 2007  www.bdna.com/sccm-guru

  31. Thanks for attending! To thank you for participating in our SCCM GURU webcast, we’d like to offer y’all who stayed on the webcast a super cool SCCM GURU Webcast t-shirt. Please register here:  www.bdna.com/john

  32. got questions? BDNA BDNA Normalize as a Service Matt Lefer Free Trial: Normalize up to mlefer@bdna.com 1,000 SCCM managed desktops +1 (650) 641-6017 http://itc.bdna.com myITforum Rod Trent rodtrent@myitforum.com +1 (513) 217-7122

More Related