Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Hi Windows 10 lovers!
Today I’m going to explain you how to apply a provisioning package (PPKG) from within a SCCM task sequence (TS).
As a reminder, Configuration Manager 2012 R2 SP1 is a requirement for supported Windows 10 deployment. On the other side, we only support SCCM 2007 for Windows 10 management and not deployment.
I wrote in a previous articles how to
And today, I want to show you how easy it is to apply a PPKG from a task sequence. Here is my scenario:
I won’t cover the first point so please refer to my previous article covering the creation of a PPKG.
Copy the PPKG to a shared folder.
From ConfigMgr console, [Software Library] –> [Overview] –> [Application Management] –> [Packages] click on [Create Package] to create a package containing the PPKG. Specify the UNC path where the PPKG has been copied.
Once the package has been created, distribute the content to a distribution point.
Create a task sequence to deploy Windows 10. Once created, add the “Run Command Line” action at the end of “Install Operating System” group.
In the “Run Command Line” action:
Now you are ready to deploy that TS containing the PPKG!
While deploying you should see the step where PPKG is applying.
After some time, you should see the language selection screen which proves that the language pack has been successfully added!
If you have any issue during the deployment, think about checking the deployment log (smsts.log).
If successful, you would find a message like this (for a successful language pack addition):
Anonymous
October 17, 2015
Awesome. Thanks for sharing!
Anonymous
December 02, 2015
Hi Hammoudi,
How do you choose the language unattended, after installing the ppkg in the task sequence?
ie. force it to use the japanese, or english.
Anonymous
December 14, 2015
Thanks :)
Anonymous
April 26, 2016
What is the syntax using provtool.exe to deploy a ppkg to an online system using CM?
Anonymous
November 01, 2016
I'm currently trying to use this method to enable Shared PC Mode during OSD. I have one TS for deploying Windows 10 1607 to new PCs, and a separate TS to upgrade systems from 1511 to 1607. Although the step to apply the provisioning package reports as completely successful, there is no indication in the Settings app that the package is applied, and the desired behaviour is not observed. Has anyone else managed to get Shared PC Mode working, without having to manually apply the provisioning package?
Anonymous
December 22, 2016
Hello, Great article.I have a question regarding the .ppkg package, I'm trying to remove some applications. More specific are some apps. I created the package (UniversalAppUninstall -> Unistall) and would like to run it as a SCCM sequencing task. Any tips on how to run the package?Thank you in advance for your attention.
Please sign in to use this experience.
Sign in