SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Downloaden Sie, um offline zu lesen
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?

Weitere ähnliche Inhalte

Was ist angesagt?

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 2012Abdelslam 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 InstallationShahab Al Yamin Chawdhury
 
SCOM 2012 & SCCM 2012
SCOM 2012 & SCCM 2012SCOM 2012 & SCCM 2012
SCOM 2012 & SCCM 2012Amit 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 ManagementC/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_overviewfannaq786
 
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 managerapponix1
 
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 AnswersKashifSCCMTrainer
 
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 ManagerDigicomp 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 2012jmustac
 
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, 2013C/D/H Technology Consultants
 
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 MacsLumension
 

Was ist angesagt? (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
 

Andere mochten auch

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 OverviewAmit 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 groupp6academy
 
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
 
Управление рисками по методу Монте-Карло
Управление рисками по методу Монте-КарлоУправление рисками по методу Монте-Карло
Управление рисками по методу Монте-Карло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 14p6academy
 
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 14p6academy
 
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.1p6academy
 
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.2p6academy
 
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.1p6academy
 
About oracle primavera solutions eppm
About oracle primavera solutions eppmAbout oracle primavera solutions eppm
About oracle primavera solutions eppmShahin Ghajar
 
Primavera roadmap 2012/2013
Primavera roadmap 2012/2013Primavera roadmap 2012/2013
Primavera roadmap 2012/2013Vladimir Ivanov
 
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.1p6academy
 
Norway puppet presentation
Norway puppet presentationNorway puppet presentation
Norway puppet presentationVasilica Gazdac
 
Oracle primavera eppm presentation
Oracle primavera eppm presentationOracle primavera eppm presentation
Oracle primavera eppm presentationThanh Hoang Lam
 

Andere mochten auch (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
 

Ähnlich wie 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 SlidesDiUS
 
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 imagesMender.io
 
Designing for operability and managability
Designing for operability and managabilityDesigning for operability and managability
Designing for operability and managabilityGaurav 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 automationShay 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
 
Introduction to PaaS and Heroku
Introduction to PaaS and HerokuIntroduction to PaaS and Heroku
Introduction to PaaS and HerokuTapio 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 minutesAlessandro Melchiori
 
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 devicesMender.io
 
The Android Build System - Android Marshmallow
The Android Build System - Android MarshmallowThe Android Build System - Android Marshmallow
The Android Build System - Android MarshmallowRon Munitz
 
OpenShift Virtualization- Technical Overview.pdf
OpenShift Virtualization- Technical Overview.pdfOpenShift Virtualization- Technical Overview.pdf
OpenShift Virtualization- Technical Overview.pdfssuser1490e8
 
[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 WorkshopGraham Hayes
 
Deploy Eclipse hawBit in Production
Deploy Eclipse hawBit in ProductionDeploy Eclipse hawBit in Production
Deploy Eclipse hawBit in ProductionKynetics
 
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
 

Ähnlich wie 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
 

Kürzlich hochgeladen

Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 

Kürzlich hochgeladen (20)

Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 

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