SlideShare a Scribd company logo
CONFIGURATION MANAGER FOR
WINDOWS AND MORE…




SYSTEMS CENTER CONFIGURATION MANAGER(SCCM) 2007


                                 - Prashanth Sundaram
Agenda
 1.   Introduction
 2.   SCCM Console & Roles
 3.   Collections
 4.   Inventory
 5.   Software Distribution
 6.   OS Deployment
 7.   Software Update Management
 8.   Queries and Reports
 9.   Branch Office
10.   Internet based Clients
11.   Other Features
12.   Tips and Tricks
13.   Resources
INTRODUCTION
●   A comprehensive solution for change and configuration management for the Microsoft
    platform.
●   Server-Client based model with agent installed.
●   Role based component management.
●   Native and Mixed mode deployment options.
●   Centralized console
●   SQL Server Reporting Services
●   Manage Internet-based clients
●   Vulnerability assessment
●   Say "GoodBye" to custom scripts for most of system related management and deploying
    software.
SCCM Console
●   Site Management: Boundaries, Agents, Server Roles, Discovery Methods etc.
●   Computer Management: Collections, Software Distribution, OSD, Updates, AI, Reporting
●   Misc: Service Config, Site status, Users & Groups, Pkg & Adv. status
SCCM Roles
Collections
●   Centerpiece of management
●   Manage users, computers, and other resources dynamically.
●   Multiple levels (sub-collections)
●   Highly customizable by writing SQL queries and/or built-in properties.
●   Maintenance windows
Inventory
●   Fetched by Client Agents
●   Granular view of hardware/software inventory
●   Evaluate Hardware requirements for new
    deployments(not just OS).
●   Add, edit and remove inventory items
     ○   sms_def.mof, configuration.mof

     ○   Built-in Registry Key and WMI browser class
         selector wizard
Inventory - Reports
Software Distribution
●   Packages: Used to deploy software apps
●   Programs: Contained within a package to run a specific executable file or command.
●   Distribution Point: Network share on SCCM server that stores packages(one per site)
●   Advertisement: Target programs and task sequences to collection to be executed

●   Features:
     ○    Supports Virtual Application deployment

     ○    Branch Distribution points

     ○    Copy package wizard

●   Benefits over GPO based application distribution
     ○    Deploy immediately rather wait for GP to refresh.

     ○    Give users the choice of when to install applications.

     ○    Ability to download software before installing on slow connections.

     ○    Leverages BITS and BranchCache to conserve WAN usage

     ○    Status reports available for all advertisements. (including error codes)
Software Distribution
OS Deployment
●   Integrates with WDS.
●   Offline distribution via DVD and USB drives.
●   Deploy and Capture Image in one shot.
●   Achieve Zero-Touch Installation.
●   Optionally Integrate MDT and create more customized Task
    Sequences.
●   Components:
     ○   Boot Images:

     ○   Computer Association

     ○   OS Images

     ○   OS Install Packages

     ○   Task Sequences

     ○   Drivers

     ○   Driver Packages
OS Deployment - Preparation
●   Windows Automated Install Kit(AIK)
     ○   Boot image compatible with most deployments(even XP).

     ○   Edit .wim file. E.g. Slipstream SP1, NIC drivers, Trace32/64 or disable features
         dism    /Mount-Wim     /WimFile:"C:Win7-isosourcesinstall.wim"    /index:4     /MountDir:C:WIM
         dism      /Image:C:WIM       /add-driver      /driver:"C:NICDriversdell       980e1k62x64.INF"
         dism        /Image:C:WIM        /add-package        /PackagePath:"C:internet        -explorer-9"
         dism              /Image:C:WIM              /Disable-Feature              /FeatureName:InboxGames
         dism /Unmount-Wim /MountDir:C:WIM /commit



●   Drivers
     ○   Use DriverMax to export drivers from a reference system.

     ○   Import Drivers with category and package specific to the model of target machine.

     ○   Dell Client Deployment Pack for SCCM (can do more than just drivers.)

●   OS Image or Install Packages
     ○   Import either image or DVD contents. By default install.wim installs in D: drive.
OS Deployment - Task Sequence
●   Defines a series of steps that are followed in
    order to perform a specific task.
     ○    E.g. Deploy an OS along with a series of
          software to be installed, manipulate bitlocker
          settings etc.
     ○    Can be used for other general purpose
          sequencing as well



●   Two kinds of actions
     ○    Fixed set of built-in actions that are
          implemented as part of ConfigMgr
     ○    Custom actions that can be any command
          line executable, including running scripts and
          commands.
Demo
●   Deploy Windows 7 by just importing MAC address to SCCM.
     ○   ZERO touch OS Install

●   Demo checklist
     ○   Task sequence

     ○   PXE boot

     ○   Enter command mode and open parser.

     ○   Check status of advertisement on browser
Software Updates
●   Integrated with WSUS
     ○     Complete MS repository

     ○     Zero-day and routine deployments

     ○     Simplified admin console

     ○     Also manage custom software updates(OEM,drivers, etc)



●   Update Lists: List of updates created by admin
●   Deployment Templates: Templates Configuration Options like target
    collection, restart settings, Date/Time
●   Deployment Packages: Updates that are deployed to specific clients.
    (Like a software distribution package)
●   Deployment Management: Culmination of entire update deployment
    configuration.
Queries and Reports
●   Reports run against a set of SQL views.(inner joins, outer joins)
●   Create charts and refresh automatically
●   Link to other reports
●   User/Group security settings
●   Benefits
     ○    Compliance state and other assessments on-demand.
     ○    Status of Advertisements, deployments, packages, site transfer etc. help
          troubleshoot issues.
Branch Office
 ●    Primary Sites
        ○    SQL server; requires server license

        ○    can be parent/child server; clients attach directly

        ○    Can host all server roles

 ●    Secondary sites
Cannot be attached to SQL; does not require license
Can only be child site; clients cannot be assigned

        ○    Only host certain server roles

 ●    Central Sites
        ○    Primary Sites, that are at top level

 ●    HACK: Create a primary site and make it a child site.
        ○    Manage clients at secondary site

        ○    Transfer all settings from Primary server(TS, Pkgs, OS images etc.)

        ○    Good for DR scenarios (Break the link to convert back to primary)
Internet based Clients
Other features
●   Desired Configuration Management
●   Mobile Device Management
●   Network Access Protection
●   Remote Control
●   Out-of-band Management
●   Asset Intelligence
●   Software Metering
Tips & Tricks
●   OS Deployment
     ○   Add Trace32/64 log parser to boot image and enable command support.

     ○   Log File locations: X:WindowsTempSMSTSLog; X:WindowsINF/

     ○   Import DVD contents instead of .wim file for OS.(Install in C: instead of D:). Use OEM disk.

     ○   Enable architecture discovery in WDS. (for 64-bit OS)

●   Software Packaging & Distribution
     ○   For MSI files use "Package by Definition"

     ○   By default, apps are installed as SYSTEM unless a domain acct. specified

●   Software Updates
     ○   Re-use update lists by creating deployment templates

     ○   Create file non_sms_ondrive.sms on drive that should not have sccm data. Don't use C:

●   Reporting
     ○   Set status filter rules to get notified about deployments.

     ○   When deploying software/OS, check the Advertisement or Task Sequence status. (Very Useful)
Resources
●   Installation and Configuration
     ○      http://www.iphopper.net/wp-content/Uploads/sccmR3_v1.pdf

●   Nice guides to get started and active community
     ○      http://www.windows-noob.com/forums/index.php?/forum/44-sms-2003-sccm-2007-sccm-2012/

     ○      http://social.technet.microsoft.com/Forums/en-US/category/configurationmanager

●   Blogs
     ○      blogs.technet.comblogs.technet.com/b/deploymentguys/archive/tags/sccm+2007/

     ○      www.sccmguy.com

●   Tools and scripts (highly recommended)
     ○      www.myitforum.com/myitwiki/SCCMTools.ashx

●   Application packaging
     ○      http://www.mockbox.net/configmgr-sccm.html

●   Software Updates
     ○      http://www.myitforum.com/myITWiki/Default.aspx?Page=SCCMSU

●   Secondary Site
     ○      http://sysadminops.blogspot.com/2011/07/sccm-2007-r3-building-disaster-recovery.html
Thank You!




Questions?

More Related Content

What's hot

Automated Operating System Deployment Using SCCM 2012
Automated Operating System Deployment Using SCCM 2012Automated Operating System Deployment Using SCCM 2012
Automated Operating System Deployment Using SCCM 2012
Abdelslam Elsobky
 
System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component C/D/H Technology Consultants
 
Sccm 2012 overview - chris_estonina
Sccm 2012 overview - chris_estoninaSccm 2012 overview - chris_estonina
Sccm 2012 overview - chris_estoninaMicrosoft Singapore
 
Microsoft System Center Configuration Manager 2012 R2 Installation
Microsoft System Center Configuration Manager 2012 R2 InstallationMicrosoft System Center Configuration Manager 2012 R2 Installation
Microsoft System Center Configuration Manager 2012 R2 Installation
Shahab Al Yamin Chawdhury
 
SCOM 2012 & SCCM 2012
SCOM 2012 & SCCM 2012SCOM 2012 & SCCM 2012
SCOM 2012 & SCCM 2012
Amit Gatenyo
 
System Center Configuration Manager and Mobile Device Management
System Center Configuration Manager and Mobile Device ManagementSystem Center Configuration Manager and Mobile Device Management
System Center Configuration Manager and Mobile Device Management
C/D/H Technology Consultants
 
2011 11-28 sccm-2012_technical_overview
2011 11-28 sccm-2012_technical_overview2011 11-28 sccm-2012_technical_overview
2011 11-28 sccm-2012_technical_overview
fannaq786
 
Microsoft system center 2012 r2 configuration manager
Microsoft system center 2012 r2 configuration managerMicrosoft system center 2012 r2 configuration manager
Microsoft system center 2012 r2 configuration manager
apponix1
 
System Center Configuration Manager 2012 Overview
System Center Configuration Manager 2012 OverviewSystem Center Configuration Manager 2012 Overview
System Center Configuration Manager 2012 OverviewAmit Gatenyo
 
what is sccm ? sccm online Training
what is sccm ? sccm online Training what is sccm ? sccm online Training
what is sccm ? sccm online Training
KashifSCCMTrainer
 
Sccm Interview Questions and Answers
Sccm Interview Questions and AnswersSccm Interview Questions and Answers
Sccm Interview Questions and Answers
KashifSCCMTrainer
 
SCCM Training Tutorials | SCCM Online Training
SCCM Training Tutorials | SCCM Online Training SCCM Training Tutorials | SCCM Online Training
SCCM Training Tutorials | SCCM Online Training
KashifSCCMTrainer
 
Overview of System Center 2012 R2 Configuration Manager
Overview of System Center 2012 R2 Configuration ManagerOverview of System Center 2012 R2 Configuration Manager
Overview of System Center 2012 R2 Configuration Manager
Digicomp Academy AG
 
The Business Value of System Center 2012
The Business Value of System Center 2012The Business Value of System Center 2012
The Business Value of System Center 2012
jmustac
 
SCOM: The Unsung Hero of the System Center Suite April 24, 2013
SCOM: The Unsung Hero of the System Center Suite April 24, 2013SCOM: The Unsung Hero of the System Center Suite April 24, 2013
SCOM: The Unsung Hero of the System Center Suite April 24, 2013
C/D/H Technology Consultants
 
Deployment day session 4 deployment using sccm
Deployment day session 4 deployment using sccmDeployment day session 4 deployment using sccm
Deployment day session 4 deployment using sccm
Microsoft TechNet - Belgium and Luxembourg
 
Using SCCM 2012 r2 to Patch Linux, UNIX and Macs
Using SCCM 2012 r2 to Patch Linux, UNIX and MacsUsing SCCM 2012 r2 to Patch Linux, UNIX and Macs
Using SCCM 2012 r2 to Patch Linux, UNIX and Macs
Lumension
 

What's hot (20)

Automated Operating System Deployment Using SCCM 2012
Automated Operating System Deployment Using SCCM 2012Automated Operating System Deployment Using SCCM 2012
Automated Operating System Deployment Using SCCM 2012
 
System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component
 
Sccm 2012 overview - chris_estonina
Sccm 2012 overview - chris_estoninaSccm 2012 overview - chris_estonina
Sccm 2012 overview - chris_estonina
 
Microsoft System Center Configuration Manager 2012 R2 Installation
Microsoft System Center Configuration Manager 2012 R2 InstallationMicrosoft System Center Configuration Manager 2012 R2 Installation
Microsoft System Center Configuration Manager 2012 R2 Installation
 
SCOM 2012 & SCCM 2012
SCOM 2012 & SCCM 2012SCOM 2012 & SCCM 2012
SCOM 2012 & SCCM 2012
 
System Center Configuration Manager and Mobile Device Management
System Center Configuration Manager and Mobile Device ManagementSystem Center Configuration Manager and Mobile Device Management
System Center Configuration Manager and Mobile Device Management
 
2011 11-28 sccm-2012_technical_overview
2011 11-28 sccm-2012_technical_overview2011 11-28 sccm-2012_technical_overview
2011 11-28 sccm-2012_technical_overview
 
Microsoft system center 2012 r2 configuration manager
Microsoft system center 2012 r2 configuration managerMicrosoft system center 2012 r2 configuration manager
Microsoft system center 2012 r2 configuration manager
 
System Center Configuration Manager 2012 Overview
System Center Configuration Manager 2012 OverviewSystem Center Configuration Manager 2012 Overview
System Center Configuration Manager 2012 Overview
 
Installation
InstallationInstallation
Installation
 
SCCM 2012 Presentation
SCCM 2012 PresentationSCCM 2012 Presentation
SCCM 2012 Presentation
 
what is sccm ? sccm online Training
what is sccm ? sccm online Training what is sccm ? sccm online Training
what is sccm ? sccm online Training
 
Sccm Interview Questions and Answers
Sccm Interview Questions and AnswersSccm Interview Questions and Answers
Sccm Interview Questions and Answers
 
SCCM 2007 Presentation
SCCM 2007 PresentationSCCM 2007 Presentation
SCCM 2007 Presentation
 
SCCM Training Tutorials | SCCM Online Training
SCCM Training Tutorials | SCCM Online Training SCCM Training Tutorials | SCCM Online Training
SCCM Training Tutorials | SCCM Online Training
 
Overview of System Center 2012 R2 Configuration Manager
Overview of System Center 2012 R2 Configuration ManagerOverview of System Center 2012 R2 Configuration Manager
Overview of System Center 2012 R2 Configuration Manager
 
The Business Value of System Center 2012
The Business Value of System Center 2012The Business Value of System Center 2012
The Business Value of System Center 2012
 
SCOM: The Unsung Hero of the System Center Suite April 24, 2013
SCOM: The Unsung Hero of the System Center Suite April 24, 2013SCOM: The Unsung Hero of the System Center Suite April 24, 2013
SCOM: The Unsung Hero of the System Center Suite April 24, 2013
 
Deployment day session 4 deployment using sccm
Deployment day session 4 deployment using sccmDeployment day session 4 deployment using sccm
Deployment day session 4 deployment using sccm
 
Using SCCM 2012 r2 to Patch Linux, UNIX and Macs
Using SCCM 2012 r2 to Patch Linux, UNIX and MacsUsing SCCM 2012 r2 to Patch Linux, UNIX and Macs
Using SCCM 2012 r2 to Patch Linux, UNIX and Macs
 

Viewers also liked

La gestione delle risorse in un'azienda efficiente
La gestione delle risorse in un'azienda efficienteLa gestione delle risorse in un'azienda efficiente
La gestione delle risorse in un'azienda efficienteNuova Periodici
 
System Center 2012 Overview
System Center 2012 OverviewSystem Center 2012 Overview
System Center 2012 Overview
Amit Gatenyo
 
205460 primavera at the principal financial group
205460 primavera at the principal financial group205460 primavera at the principal financial group
205460 primavera at the principal financial group
p6academy
 
Apache Falcon DevOps
Apache Falcon DevOpsApache Falcon DevOps
Apache Falcon DevOps
Sanjeev Tripurari
 
Genius Project - Enterprise Project Management Software (hosted, saas, lotus...
Genius Project  - Enterprise Project Management Software (hosted, saas, lotus...Genius Project  - Enterprise Project Management Software (hosted, saas, lotus...
Genius Project - Enterprise Project Management Software (hosted, saas, lotus...
guest9d3444b4
 
Puppet demo
Puppet demoPuppet demo
Puppet demo
Sanjeev Tripurari
 
Управление рисками по методу Монте-Карло
Управление рисками по методу Монте-КарлоУправление рисками по методу Монте-Карло
Управление рисками по методу Монте-КарлоVladimir Ivanov
 
A g cs perspective on primavera unifier - Oracle Primavera P6 Collaborate 14
A g cs perspective on primavera unifier  - Oracle Primavera P6 Collaborate 14A g cs perspective on primavera unifier  - Oracle Primavera P6 Collaborate 14
A g cs perspective on primavera unifier - Oracle Primavera P6 Collaborate 14
p6academy
 
P6 analytics product roadmap and overview - Oracle Primavera P6 Collaborate 14
P6 analytics product roadmap and overview - Oracle Primavera P6 Collaborate 14P6 analytics product roadmap and overview - Oracle Primavera P6 Collaborate 14
P6 analytics product roadmap and overview - Oracle Primavera P6 Collaborate 14
p6academy
 
What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1
p6academy
 
A primavera
A primaveraA primavera
A primavera
Vitor Sousa
 
Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2
p6academy
 
What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1
p6academy
 
About oracle primavera solutions eppm
About oracle primavera solutions eppmAbout oracle primavera solutions eppm
About oracle primavera solutions eppm
Shahin Ghajar
 
Primavera roadmap 2012/2013
Primavera roadmap 2012/2013Primavera roadmap 2012/2013
Primavera roadmap 2012/2013
Vladimir Ivanov
 
What's New in Primavera P6 16.2
What's New in Primavera P6 16.2What's New in Primavera P6 16.2
What's New in Primavera P6 16.2
Plan Academy - Online Primavera P6 Training
 
What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1
p6academy
 
Norway puppet presentation
Norway puppet presentationNorway puppet presentation
Norway puppet presentation
Vasilica Gazdac
 
Oracle primavera eppm presentation
Oracle primavera eppm presentationOracle primavera eppm presentation
Oracle primavera eppm presentationThanh Hoang Lam
 

Viewers also liked (20)

La gestione delle risorse in un'azienda efficiente
La gestione delle risorse in un'azienda efficienteLa gestione delle risorse in un'azienda efficiente
La gestione delle risorse in un'azienda efficiente
 
System Center 2012 Overview
System Center 2012 OverviewSystem Center 2012 Overview
System Center 2012 Overview
 
205460 primavera at the principal financial group
205460 primavera at the principal financial group205460 primavera at the principal financial group
205460 primavera at the principal financial group
 
Apache Falcon DevOps
Apache Falcon DevOpsApache Falcon DevOps
Apache Falcon DevOps
 
Genius Project - Enterprise Project Management Software (hosted, saas, lotus...
Genius Project  - Enterprise Project Management Software (hosted, saas, lotus...Genius Project  - Enterprise Project Management Software (hosted, saas, lotus...
Genius Project - Enterprise Project Management Software (hosted, saas, lotus...
 
Puppet demo
Puppet demoPuppet demo
Puppet demo
 
Управление рисками по методу Монте-Карло
Управление рисками по методу Монте-КарлоУправление рисками по методу Монте-Карло
Управление рисками по методу Монте-Карло
 
A g cs perspective on primavera unifier - Oracle Primavera P6 Collaborate 14
A g cs perspective on primavera unifier  - Oracle Primavera P6 Collaborate 14A g cs perspective on primavera unifier  - Oracle Primavera P6 Collaborate 14
A g cs perspective on primavera unifier - Oracle Primavera P6 Collaborate 14
 
P6 analytics product roadmap and overview - Oracle Primavera P6 Collaborate 14
P6 analytics product roadmap and overview - Oracle Primavera P6 Collaborate 14P6 analytics product roadmap and overview - Oracle Primavera P6 Collaborate 14
P6 analytics product roadmap and overview - Oracle Primavera P6 Collaborate 14
 
What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1
 
A primavera
A primaveraA primavera
A primavera
 
Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2
 
New Primavera BI
New Primavera BI New Primavera BI
New Primavera BI
 
What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1
 
About oracle primavera solutions eppm
About oracle primavera solutions eppmAbout oracle primavera solutions eppm
About oracle primavera solutions eppm
 
Primavera roadmap 2012/2013
Primavera roadmap 2012/2013Primavera roadmap 2012/2013
Primavera roadmap 2012/2013
 
What's New in Primavera P6 16.2
What's New in Primavera P6 16.2What's New in Primavera P6 16.2
What's New in Primavera P6 16.2
 
What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1
 
Norway puppet presentation
Norway puppet presentationNorway puppet presentation
Norway puppet presentation
 
Oracle primavera eppm presentation
Oracle primavera eppm presentationOracle primavera eppm presentation
Oracle primavera eppm presentation
 

Similar to SCCM 2007 Introduction - PICC 2012

Rise of the machines: Continuous Delivery at SEEK - YOW! Night Summary Slides
Rise of the machines: Continuous Delivery at SEEK - YOW! Night Summary SlidesRise of the machines: Continuous Delivery at SEEK - YOW! Night Summary Slides
Rise of the machines: Continuous Delivery at SEEK - YOW! Night Summary Slides
DiUS
 
Strategies for developing and deploying your embedded applications and images
Strategies for developing and deploying your embedded applications and imagesStrategies for developing and deploying your embedded applications and images
Strategies for developing and deploying your embedded applications and images
Mender.io
 
Designing for operability and managability
Designing for operability and managabilityDesigning for operability and managability
Designing for operability and managability
Gaurav Bahrani
 
A3Sec Advanced Deployment System
A3Sec Advanced Deployment SystemA3Sec Advanced Deployment System
A3Sec Advanced Deployment Systema3sec
 
Infra / Cont delivery - 3rd party automation
Infra / Cont delivery - 3rd party automationInfra / Cont delivery - 3rd party automation
Infra / Cont delivery - 3rd party automation
Shay Cohen
 
Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...
Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...
Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...
ICS
 
Explore asp.net core 3.0 features
Explore asp.net core 3.0 featuresExplore asp.net core 3.0 features
Explore asp.net core 3.0 features
iFour Technolab Pvt. Ltd.
 
Introduction to PaaS and Heroku
Introduction to PaaS and HerokuIntroduction to PaaS and Heroku
Introduction to PaaS and Heroku
Tapio Rautonen
 
Azure functions: from a function to a whole application in 60 minutes
Azure functions: from a function to a whole application in 60 minutesAzure functions: from a function to a whole application in 60 minutes
Azure functions: from a function to a whole application in 60 minutes
Alessandro Melchiori
 
EVA_Navigator_Presentation.ppt
EVA_Navigator_Presentation.pptEVA_Navigator_Presentation.ppt
EVA_Navigator_Presentation.ppt
ViniciusSantos19485
 
The ultimate guide to software updates on embedded linux devices
The ultimate guide to software updates on embedded linux devicesThe ultimate guide to software updates on embedded linux devices
The ultimate guide to software updates on embedded linux devices
Mender.io
 
Wordpress deployment on aws
Wordpress deployment on awsWordpress deployment on aws
Wordpress deployment on aws
Fadi Nicolas Zahhar
 
The Android Build System - Android Marshmallow
The Android Build System - Android MarshmallowThe Android Build System - Android Marshmallow
The Android Build System - Android Marshmallow
Ron Munitz
 
OpenShift Virtualization- Technical Overview.pdf
OpenShift Virtualization- Technical Overview.pdfOpenShift Virtualization- Technical Overview.pdf
OpenShift Virtualization- Technical Overview.pdf
ssuser1490e8
 
[WSO2Con USA 2018] Applying Agile Software Development Principles to WSO2 Pro...
[WSO2Con USA 2018] Applying Agile Software Development Principles to WSO2 Pro...[WSO2Con USA 2018] Applying Agile Software Development Principles to WSO2 Pro...
[WSO2Con USA 2018] Applying Agile Software Development Principles to WSO2 Pro...
WSO2
 
Continuous Deployment of Front-end JavaScript with StriderCD, Github and Sauc...
Continuous Deployment of Front-end JavaScript with StriderCD, Github and Sauc...Continuous Deployment of Front-end JavaScript with StriderCD, Github and Sauc...
Continuous Deployment of Front-end JavaScript with StriderCD, Github and Sauc...niallo
 
Designate Installation Workshop
Designate Installation WorkshopDesignate Installation Workshop
Designate Installation Workshop
Graham Hayes
 
Deploy Eclipse hawBit in Production
Deploy Eclipse hawBit in ProductionDeploy Eclipse hawBit in Production
Deploy Eclipse hawBit in Production
Kynetics
 
Reducing the Operations Burden and Increasing QoS WSO2 Platform Management an...
Reducing the Operations Burden and Increasing QoS WSO2 Platform Management an...Reducing the Operations Burden and Increasing QoS WSO2 Platform Management an...
Reducing the Operations Burden and Increasing QoS WSO2 Platform Management an...Amani Soysa
 
Deploying Windows 7 With Configuration Manager 2007 R2
Deploying Windows 7 With Configuration Manager 2007 R2Deploying Windows 7 With Configuration Manager 2007 R2
Deploying Windows 7 With Configuration Manager 2007 R2Amit Gatenyo
 

Similar to SCCM 2007 Introduction - PICC 2012 (20)

Rise of the machines: Continuous Delivery at SEEK - YOW! Night Summary Slides
Rise of the machines: Continuous Delivery at SEEK - YOW! Night Summary SlidesRise of the machines: Continuous Delivery at SEEK - YOW! Night Summary Slides
Rise of the machines: Continuous Delivery at SEEK - YOW! Night Summary Slides
 
Strategies for developing and deploying your embedded applications and images
Strategies for developing and deploying your embedded applications and imagesStrategies for developing and deploying your embedded applications and images
Strategies for developing and deploying your embedded applications and images
 
Designing for operability and managability
Designing for operability and managabilityDesigning for operability and managability
Designing for operability and managability
 
A3Sec Advanced Deployment System
A3Sec Advanced Deployment SystemA3Sec Advanced Deployment System
A3Sec Advanced Deployment System
 
Infra / Cont delivery - 3rd party automation
Infra / Cont delivery - 3rd party automationInfra / Cont delivery - 3rd party automation
Infra / Cont delivery - 3rd party automation
 
Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...
Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...
Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...
 
Explore asp.net core 3.0 features
Explore asp.net core 3.0 featuresExplore asp.net core 3.0 features
Explore asp.net core 3.0 features
 
Introduction to PaaS and Heroku
Introduction to PaaS and HerokuIntroduction to PaaS and Heroku
Introduction to PaaS and Heroku
 
Azure functions: from a function to a whole application in 60 minutes
Azure functions: from a function to a whole application in 60 minutesAzure functions: from a function to a whole application in 60 minutes
Azure functions: from a function to a whole application in 60 minutes
 
EVA_Navigator_Presentation.ppt
EVA_Navigator_Presentation.pptEVA_Navigator_Presentation.ppt
EVA_Navigator_Presentation.ppt
 
The ultimate guide to software updates on embedded linux devices
The ultimate guide to software updates on embedded linux devicesThe ultimate guide to software updates on embedded linux devices
The ultimate guide to software updates on embedded linux devices
 
Wordpress deployment on aws
Wordpress deployment on awsWordpress deployment on aws
Wordpress deployment on aws
 
The Android Build System - Android Marshmallow
The Android Build System - Android MarshmallowThe Android Build System - Android Marshmallow
The Android Build System - Android Marshmallow
 
OpenShift Virtualization- Technical Overview.pdf
OpenShift Virtualization- Technical Overview.pdfOpenShift Virtualization- Technical Overview.pdf
OpenShift Virtualization- Technical Overview.pdf
 
[WSO2Con USA 2018] Applying Agile Software Development Principles to WSO2 Pro...
[WSO2Con USA 2018] Applying Agile Software Development Principles to WSO2 Pro...[WSO2Con USA 2018] Applying Agile Software Development Principles to WSO2 Pro...
[WSO2Con USA 2018] Applying Agile Software Development Principles to WSO2 Pro...
 
Continuous Deployment of Front-end JavaScript with StriderCD, Github and Sauc...
Continuous Deployment of Front-end JavaScript with StriderCD, Github and Sauc...Continuous Deployment of Front-end JavaScript with StriderCD, Github and Sauc...
Continuous Deployment of Front-end JavaScript with StriderCD, Github and Sauc...
 
Designate Installation Workshop
Designate Installation WorkshopDesignate Installation Workshop
Designate Installation Workshop
 
Deploy Eclipse hawBit in Production
Deploy Eclipse hawBit in ProductionDeploy Eclipse hawBit in Production
Deploy Eclipse hawBit in Production
 
Reducing the Operations Burden and Increasing QoS WSO2 Platform Management an...
Reducing the Operations Burden and Increasing QoS WSO2 Platform Management an...Reducing the Operations Burden and Increasing QoS WSO2 Platform Management an...
Reducing the Operations Burden and Increasing QoS WSO2 Platform Management an...
 
Deploying Windows 7 With Configuration Manager 2007 R2
Deploying Windows 7 With Configuration Manager 2007 R2Deploying Windows 7 With Configuration Manager 2007 R2
Deploying Windows 7 With Configuration Manager 2007 R2
 

Recently uploaded

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 

Recently uploaded (20)

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 

SCCM 2007 Introduction - PICC 2012

  • 1. CONFIGURATION MANAGER FOR WINDOWS AND MORE… SYSTEMS CENTER CONFIGURATION MANAGER(SCCM) 2007 - Prashanth Sundaram
  • 2. Agenda 1. Introduction 2. SCCM Console & Roles 3. Collections 4. Inventory 5. Software Distribution 6. OS Deployment 7. Software Update Management 8. Queries and Reports 9. Branch Office 10. Internet based Clients 11. Other Features 12. Tips and Tricks 13. Resources
  • 3. INTRODUCTION ● A comprehensive solution for change and configuration management for the Microsoft platform. ● Server-Client based model with agent installed. ● Role based component management. ● Native and Mixed mode deployment options. ● Centralized console ● SQL Server Reporting Services ● Manage Internet-based clients ● Vulnerability assessment ● Say "GoodBye" to custom scripts for most of system related management and deploying software.
  • 4. SCCM Console ● Site Management: Boundaries, Agents, Server Roles, Discovery Methods etc. ● Computer Management: Collections, Software Distribution, OSD, Updates, AI, Reporting ● Misc: Service Config, Site status, Users & Groups, Pkg & Adv. status
  • 6. Collections ● Centerpiece of management ● Manage users, computers, and other resources dynamically. ● Multiple levels (sub-collections) ● Highly customizable by writing SQL queries and/or built-in properties. ● Maintenance windows
  • 7. Inventory ● Fetched by Client Agents ● Granular view of hardware/software inventory ● Evaluate Hardware requirements for new deployments(not just OS). ● Add, edit and remove inventory items ○ sms_def.mof, configuration.mof ○ Built-in Registry Key and WMI browser class selector wizard
  • 9. Software Distribution ● Packages: Used to deploy software apps ● Programs: Contained within a package to run a specific executable file or command. ● Distribution Point: Network share on SCCM server that stores packages(one per site) ● Advertisement: Target programs and task sequences to collection to be executed ● Features: ○ Supports Virtual Application deployment ○ Branch Distribution points ○ Copy package wizard ● Benefits over GPO based application distribution ○ Deploy immediately rather wait for GP to refresh. ○ Give users the choice of when to install applications. ○ Ability to download software before installing on slow connections. ○ Leverages BITS and BranchCache to conserve WAN usage ○ Status reports available for all advertisements. (including error codes)
  • 11. OS Deployment ● Integrates with WDS. ● Offline distribution via DVD and USB drives. ● Deploy and Capture Image in one shot. ● Achieve Zero-Touch Installation. ● Optionally Integrate MDT and create more customized Task Sequences. ● Components: ○ Boot Images: ○ Computer Association ○ OS Images ○ OS Install Packages ○ Task Sequences ○ Drivers ○ Driver Packages
  • 12. OS Deployment - Preparation ● Windows Automated Install Kit(AIK) ○ Boot image compatible with most deployments(even XP). ○ Edit .wim file. E.g. Slipstream SP1, NIC drivers, Trace32/64 or disable features dism /Mount-Wim /WimFile:"C:Win7-isosourcesinstall.wim" /index:4 /MountDir:C:WIM dism /Image:C:WIM /add-driver /driver:"C:NICDriversdell 980e1k62x64.INF" dism /Image:C:WIM /add-package /PackagePath:"C:internet -explorer-9" dism /Image:C:WIM /Disable-Feature /FeatureName:InboxGames dism /Unmount-Wim /MountDir:C:WIM /commit ● Drivers ○ Use DriverMax to export drivers from a reference system. ○ Import Drivers with category and package specific to the model of target machine. ○ Dell Client Deployment Pack for SCCM (can do more than just drivers.) ● OS Image or Install Packages ○ Import either image or DVD contents. By default install.wim installs in D: drive.
  • 13. OS Deployment - Task Sequence ● Defines a series of steps that are followed in order to perform a specific task. ○ E.g. Deploy an OS along with a series of software to be installed, manipulate bitlocker settings etc. ○ Can be used for other general purpose sequencing as well ● Two kinds of actions ○ Fixed set of built-in actions that are implemented as part of ConfigMgr ○ Custom actions that can be any command line executable, including running scripts and commands.
  • 14. Demo ● Deploy Windows 7 by just importing MAC address to SCCM. ○ ZERO touch OS Install ● Demo checklist ○ Task sequence ○ PXE boot ○ Enter command mode and open parser. ○ Check status of advertisement on browser
  • 15. Software Updates ● Integrated with WSUS ○ Complete MS repository ○ Zero-day and routine deployments ○ Simplified admin console ○ Also manage custom software updates(OEM,drivers, etc) ● Update Lists: List of updates created by admin ● Deployment Templates: Templates Configuration Options like target collection, restart settings, Date/Time ● Deployment Packages: Updates that are deployed to specific clients. (Like a software distribution package) ● Deployment Management: Culmination of entire update deployment configuration.
  • 16. Queries and Reports ● Reports run against a set of SQL views.(inner joins, outer joins) ● Create charts and refresh automatically ● Link to other reports ● User/Group security settings ● Benefits ○ Compliance state and other assessments on-demand. ○ Status of Advertisements, deployments, packages, site transfer etc. help troubleshoot issues.
  • 17. Branch Office ● Primary Sites ○ SQL server; requires server license ○ can be parent/child server; clients attach directly ○ Can host all server roles ● Secondary sites Cannot be attached to SQL; does not require license Can only be child site; clients cannot be assigned ○ Only host certain server roles ● Central Sites ○ Primary Sites, that are at top level ● HACK: Create a primary site and make it a child site. ○ Manage clients at secondary site ○ Transfer all settings from Primary server(TS, Pkgs, OS images etc.) ○ Good for DR scenarios (Break the link to convert back to primary)
  • 19. Other features ● Desired Configuration Management ● Mobile Device Management ● Network Access Protection ● Remote Control ● Out-of-band Management ● Asset Intelligence ● Software Metering
  • 20. Tips & Tricks ● OS Deployment ○ Add Trace32/64 log parser to boot image and enable command support. ○ Log File locations: X:WindowsTempSMSTSLog; X:WindowsINF/ ○ Import DVD contents instead of .wim file for OS.(Install in C: instead of D:). Use OEM disk. ○ Enable architecture discovery in WDS. (for 64-bit OS) ● Software Packaging & Distribution ○ For MSI files use "Package by Definition" ○ By default, apps are installed as SYSTEM unless a domain acct. specified ● Software Updates ○ Re-use update lists by creating deployment templates ○ Create file non_sms_ondrive.sms on drive that should not have sccm data. Don't use C: ● Reporting ○ Set status filter rules to get notified about deployments. ○ When deploying software/OS, check the Advertisement or Task Sequence status. (Very Useful)
  • 21. Resources ● Installation and Configuration ○ http://www.iphopper.net/wp-content/Uploads/sccmR3_v1.pdf ● Nice guides to get started and active community ○ http://www.windows-noob.com/forums/index.php?/forum/44-sms-2003-sccm-2007-sccm-2012/ ○ http://social.technet.microsoft.com/Forums/en-US/category/configurationmanager ● Blogs ○ blogs.technet.comblogs.technet.com/b/deploymentguys/archive/tags/sccm+2007/ ○ www.sccmguy.com ● Tools and scripts (highly recommended) ○ www.myitforum.com/myitwiki/SCCMTools.ashx ● Application packaging ○ http://www.mockbox.net/configmgr-sccm.html ● Software Updates ○ http://www.myitforum.com/myITWiki/Default.aspx?Page=SCCMSU ● Secondary Site ○ http://sysadminops.blogspot.com/2011/07/sccm-2007-r3-building-disaster-recovery.html