OSConfig to PPKG
This is the Cheddar. If you have OSConfig customized to your liking . . . you can proceed to the Finish Line and create a Provisioning Package.
You can following this process or use the Microsoft Guide linked below
Before going any further, make sure you have the OSDeploy PowerShell Module installed, unless you want to create a CAB DDF file manually.
Use New-CAB (OSDeploy PowerShell Module) to create a CAB from a Directory using the following command
New-CAB -SourceDirectory D:\DeploymentShare\OSDeploy\OSConfig

When complete, you will have a DDF (Directive File) and CAB

Using WICD, create an Advanced Provisioning Package and enter some random details

All Windows desktop editions should work fine

In the left Navigation Pane, expand ProvisioningCommands and PrimaryContext. In the Name field, enter OSConfig and press the Add button

Select the Command on the Left Navigation Pane. In the Main window, Browse to OSConfig.ps1. Enter the following CommandLine
PowerShell.exe -ExecutionPolicy Bypass -File OSConfig.ps1
Set the other values as shown

Now its time to add a Dependency Package. In the Left Navigation Pane, select DependencyPackages. In the Main window, Browse to the OSConfig.cab and press the Add button.

Select Export from the top Menu and then select Provisioning package

Change the Build Owner to IT Admin

Leave this blank for general Provisioning

Set the proper location to save the Provisioning Package

Build the Provisioning Package


Now you have a complete OSConfig as a Provisioning Package. You can now use this in your OS Deployments

See this link for guides on adding the Provisioning Package in the Task Sequence
Last modified 4yr ago