Tag: sccm

  • Set the computer name using the BIOS Asset Tag

    Set the computer name using the BIOS Asset Tag

    If you are setting the Asset Tag the same name that the computer is, it makes sense to only have to input it once. I created a powershell script that will do the following: If VM or Mac: Exit 0 If  computer exists in SCCM: Exit 0 If AssetTag Exists/Not empty: Set OSDComputerName to AssetTag,…

  • MDT Toolkit files fail to download - could not resolve source

    MDT Toolkit files fail to download – could not resolve source

    If this happens during OSD, it is likely due to 2 settings in the BIOS.   I recommend WIN7 – Boot mode: Legacy Sata mode: AHCI Win10- Boot mode: UEFI Sata mode: AHCI     From the log: The task sequence execution engine failed executing the action (Use Toolkit Package) in the group (Initialization) with…

  • Build and Capture fails if KB3160005 IE sec cumulative update  is installed

    Build and Capture fails if KB3160005 IE sec cumulative update is installed

    Update: Adding more scratch space to the boot wim seems to have resolved the problem on Windows 10, Windows 7 seems to still have issues. Update: This update is also in Windows 10 CU 3163018, causing the same error. No workaround yet  If your build and capture is failing at the capture step make sure you don’t…

  • Hey Cortana! How do I add additional speeches during OSD so you work?

    Hey Cortana! How do I add additional speeches during OSD so you work?

    For Cortana to work with your language you need to install the appropriate speech pack however if you are connected to an enterprise WSUS you won’t be able to see additional downloads for your language. To work around this you can get the language cab files from the ‘Windows 10 Features on Demand’ iso available…

  • Ensure the Operating System applys to C: drive not D: drive

    Ensure the Operating System applys to C: drive not D: drive

    This problem will increase more and more as everyone starts to use wim’s instead of the OS media in SCCM. There are a few workarounds for this problem however the best method is to force the new OS the reevaluate Drive Letters with 3 easy steps after applying the OS Create a Run Command Line step…

  • Creating Collections to deploy ConfigMgr client updates (the easy way)

    Get the Servicing Exstension from Microsoft NOW as it does all the work!!! http://blogs.technet.com/b/configmgrteam/archive/2014/12/09/now-available-microsoft-system-center-2012-configuration-manager-servicing-extension.aspx Once you have this, in the Admin node, there’s a site servicing section -> client targeting. You click ‘Create Query’ and it makes a nice query for your collections. Then you go about creating your collection. click next. Select Add Rule -> Query Rule…

  • Format failed (0x80070057) during task sequence.

          Update: If this is happening to you I recommend importing the boot wim again creating a new one and only adding the network drivers (in the surface pro 3 case) and test using that boot wim with a copy of your task sequence. Then add existing sata/network drivers you need for other…

  • How To: Create Automatic Deployment Rules for Patch Tuesday Software Updates

    How To: Create Automatic Deployment Rules for Patch Tuesday Software Updates

    Automatic deployment of updates is one of the best features of SCCM. Automation in general is awesome. The best way to use Automatic deployment rules (ADR) is to have them run on Patch Tuesday which is the second Tuesday of the month when Microsoft releases their updates generally before 11:00 PST/PDT (I am Australian based so…

  • KB: Temporary partition to stage boot wim on UEFI booted devices fails.

    When not using the latest version of bootable media and the system is not partitioned SCCM is meant to create a temporary partition to stage the correct boot wim. What actually happens is it just creates 1 big NTFS partition. What actually happens is it just creates 1 big NTFS partition. Then it checks the…

  • Optimize the ‘build and capture’ time and size (SCCM Build)

      Inspired by Johan’s post http://www.deploymentresearch.com/Research/tabid/62/EntryId/174/Building-reference-images-like-a-boss.aspx I am probably one of the few that uses SCCM to capture base images. I use it because I create a thick image and it keeps the history of packages that it has installed meaning that newly imaged machines will know that they have already installed software x when…