UD-B404 Microsoft TechED

download UD-B404 Microsoft TechED

of 52

Transcript of UD-B404 Microsoft TechED

  • 8/11/2019 UD-B404 Microsoft TechED

    1/52

  • 8/11/2019 UD-B404 Microsoft TechED

    2/52

  • 8/11/2019 UD-B404 Microsoft TechED

    3/52

  • 8/11/2019 UD-B404 Microsoft TechED

    4/52

  • 8/11/2019 UD-B404 Microsoft TechED

    5/52

  • 8/11/2019 UD-B404 Microsoft TechED

    6/52

  • 8/11/2019 UD-B404 Microsoft TechED

    7/52

  • 8/11/2019 UD-B404 Microsoft TechED

    8/52

    Increase the level of Service Pack to the supported levelIMPACT

  • 8/11/2019 UD-B404 Microsoft TechED

    9/52

  • 8/11/2019 UD-B404 Microsoft TechED

    10/52

    Migrate the requ

    Check the functiomigrated objects

    Migrate clients in

    Perform bulk mig

    Decommission th

    Install SCCM 2012 (ensure therequired HW resources)

    Use the latest recommended OSand SQL level (2012)

    Perform the smoke andperformance test on the new

    environment

    Discover existing environment

    Level up SCCM 2007 SP2

    Select objects to be migrated

    Design the new hierarchy

  • 8/11/2019 UD-B404 Microsoft TechED

    11/52

    Consideration SCCM 2007 SCCM 2012

    Security boundaries - delegation New site Role Based A

    Site-wide settings New site Client setting

    PXE with DP Secondary site Distribution

    Manage computers in other AD forests New site Client Push i

    In most cases only one SCCM 2012 site server is enoughIMPACT

  • 8/11/2019 UD-B404 Microsoft TechED

    12/52

  • 8/11/2019 UD-B404 Microsoft TechED

    13/52

  • 8/11/2019 UD-B404 Microsoft TechED

    14/52

  • 8/11/2019 UD-B404 Microsoft TechED

    15/52

  • 8/11/2019 UD-B404 Microsoft TechED

    16/52

  • 8/11/2019 UD-B404 Microsoft TechED

    17/52

    Computer Configuration/Administrative Templates/Configuration Manager 2007/Configurat2007 Client/Configure Configuration Manager 2007 Client Deployment Settings

    Computer Configuration/Administrative Templates/Configuration Manager 2007/Configurat2007 Client/Configure Configuration Manager 2007 Site Assignment

    Computer Configuration/Administrative Templates/Windows Components/Windows UpdateMicrosoft update service location

    Set the intranet update service for detecting updates:

  • 8/11/2019 UD-B404 Microsoft TechED

    18/52

    Configure ConfiguratManager 2007 Site Assignment

    HKLM\Software\Microsoft\SMS\MobileClient\GPRequestedSiteAssignm

    HKLM\Software\Microsoft\SMS\MobileClient\GPSiteAssignmentRetryIn

    HKLM\Software\Microsoft\SMS\MobileClient\GPSiteAssignmentRetryD

    *...only when you have managed the SCCM agent assignments with group p

    If you do not delete the keys referenced above, the newly installedSCCM 2012 clients will not be able to locate the new SCCM 2012

    Management PointIMPACT

  • 8/11/2019 UD-B404 Microsoft TechED

    19/52

    $ErrorActionPreference = "SilentlyContinue"

    $file = Get-Content $PSScriptRoot\machines.txt

    foreach ($computername in $file)

    {$PingStatus = Gwmi Win32_PingStatus -Filter "Address = '$computername'" | Select

    If ($PingStatus.StatusCode -eq 0)

    {

    $reg = [Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey('LocalMachine', $com

    $regKey= $reg.OpenSubKey("SOFTWARE\\Microsoft\\SMS\\Mobile Client",$true)

    $regKey.DeleteValue("GPRequestedSiteAssignmentCode")

    $regKey.DeleteValue("GPSiteAssignmentRetryInterval(Min)")

    $regKey.DeleteValue("GPSiteAssignmentRetryDuration(Hour)")Write-Host "Registry keys has been deleted from $computername"

    }

    else

    {

    Write-Host "$computername unreachable"

    }

    }

  • 8/11/2019 UD-B404 Microsoft TechED

    20/52

    In a fancy newsletter with

    the expected changes in their life

  • 8/11/2019 UD-B404 Microsoft TechED

    21/52

    Software Center

  • 8/11/2019 UD-B404 Microsoft TechED

    22/52

    Software Catalog

    *requires Silverlight

  • 8/11/2019 UD-B404 Microsoft TechED

    23/52

  • 8/11/2019 UD-B404 Microsoft TechED

    24/52

  • 8/11/2019 UD-B404 Microsoft TechED

    25/52

    Tier 2

    Tier 1

    Top level PS1

    PS2-1

    BS2-1 BS2-2

    PS2-2

    PS3-1

    PS1

    SCCM 2007 SCCM 2012

    Migrati

  • 8/11/2019 UD-B404 Microsoft TechED

    26/52

    Boundaries

    Asset Intelligencecustomizations

    Operating SystemDeployment:

    Boot images

    Driver packages

    Drivers

    Images

    Packages

    Task sequences

    Desired ConfigurationManagement:

    Configuration baselines

    Configuration items

  • 8/11/2019 UD-B404 Microsoft TechED

    27/52

  • 8/11/2019 UD-B404 Microsoft TechED

    28/52

    SITE

    Collection

    Linked

    Collection 1

    LinkedCollection 2

    SITE (Folder)

    Collection(Folder)

    EMPTY!

  • 8/11/2019 UD-B404 Microsoft TechED

    29/52

    C1

    LC1

    LC2

    C1 (Folder)

    C1

    LC1

    LC2

    C1 includes members of LC

  • 8/11/2019 UD-B404 Microsoft TechED

    30/52

  • 8/11/2019 UD-B404 Microsoft TechED

    31/52

  • 8/11/2019 UD-B404 Microsoft TechED

    32/52

  • 8/11/2019 UD-B404 Microsoft TechED

    33/52

  • 8/11/2019 UD-B404 Microsoft TechED

    34/52

  • 8/11/2019 UD-B404 Microsoft TechED

    35/52

  • 8/11/2019 UD-B404 Microsoft TechED

    36/52

  • 8/11/2019 UD-B404 Microsoft TechED

    37/52

    Use Powershell instead of MDT in the futureIMPACT

  • 8/11/2019 UD-B404 Microsoft TechED

    38/52

  • 8/11/2019 UD-B404 Microsoft TechED

    39/52

  • 8/11/2019 UD-B404 Microsoft TechED

    40/52

  • 8/11/2019 UD-B404 Microsoft TechED

    41/52

    Use /Get-WimInfo /Mount-Wim /Unmount-Wim /WimFile switchin case of Windows 7 and Windows Server 2008 R2

    Note

  • 8/11/2019 UD-B404 Microsoft TechED

    42/52

    Silverlight is installed by default BUT can be skipped

    Ccmsetup.exe /mp:

  • 8/11/2019 UD-B404 Microsoft TechED

    43/52

    The following properties will be migrated on clients:

  • 8/11/2019 UD-B404 Microsoft TechED

    44/52

    Installed from package

    Pre-requisites

    Push install

  • 8/11/2019 UD-B404 Microsoft TechED

    45/52

  • 8/11/2019 UD-B404 Microsoft TechED

    46/52

  • 8/11/2019 UD-B404 Microsoft TechED

    47/52

    Clean up the migration data on SCCM 2012 servers

    Delete SCCM 2007 secondary sites first

    Disconnect the SCCM 2007 parent sites from eachother started by the bottom of the hierarchy

    Delete all objects from System\System Managementcontainer in the Active Directory started by

  • 8/11/2019 UD-B404 Microsoft TechED

    48/52

    Redesign the hierarchy, remove unnecessary sites and site components

    Avoid to migrate the unused\not needed objects and packages

    Use the new features instead of existing solutions (servicing, application

    Remove the obstacles from agent installation

    Communicate the changes in user experience to end-users

    Perform the migration is small batches

    Clean up the Active Directory and all related objects after decommission of SC

  • 8/11/2019 UD-B404 Microsoft TechED

    49/52

  • 8/11/2019 UD-B404 Microsoft TechED

    50/52

  • 8/11/2019 UD-B404 Microsoft TechED

    51/52

  • 8/11/2019 UD-B404 Microsoft TechED

    52/52