LogoLogo
  • Welcome
  • StifleR
  • 2PXE Server
  • iPXE WS
  • OSD Toolkit
  • DeployR
  • Introduction
    • Your DeployR guide
  • SETUP
    • Prerequisites
    • Installation
    • Securing
      • Entra ID authentication
      • Passcode authentication
      • Certificate authentication
      • Anonymous authentication
      • Other security settings
  • Generate Windows PE Boot Images
  • Generate Linux Boot Images
  • Configuring PXE booting
    • Using 2PXE
    • Using 2PXE with iPXE Anywhere Web Service
    • Using WDS or third-party PXE servers
  • Microsoft Graph API access
  • Getting Started
    • Creating a Content Item
      • Applications
      • Driver packs
      • Operating system
    • Creating a Task Sequence
    • Performing a Bare Metal Deployment
  • Starting a task sequence in an existing OS
  • Running a task sequence from Intune
  • Reference
    • Step Definitions
      • Apply ChromeOS Flex
      • Apply IGEL image
      • Apply operating system
      • Apply operating system from cloud
      • Capture image
      • Configure operating system
      • Enable Administrator account
      • Enable BranchCache
      • Format disk
      • Inject driver pack
      • Inject drivers
      • Inject drivers from cloud
      • Install application
      • Install multiple applications
      • Install updates
      • Offline domain join
      • Prepare for capture
      • Prepare operating system
      • Reboot
      • Run command line
      • Run PowerShell script
      • Run task sequence
      • Set variable
    • Task Sequence Templates
      • Windows bare metal
      • Windows bare metal from cloud
      • Windows build and capture
      • Autopilot from cloud
      • Autopilot pre-provisioning
      • ChromeOS Flex
      • IGEL 12
  • PowerShell Modules
  • Task Sequence Variables
Powered by GitBook
On this page
  1. Getting Started

Creating a Content Item

PreviousMicrosoft Graph API accessNextApplications

Last updated 3 months ago

LogoLogo

About

  • Let's connect
  • Engineering team
  • Our story
  • Blog
  • Events
  • Youtube

Products

  • Product overview
  • RecoveR
  • DeployR
  • OSD Toolkit
  • iPXE Anywhere
  • StifleR
  • CacheR
  • MOM
  • RemoteR

Support

  • Resources
  • Knowledge base
  • 2Pint Software support
  • FAQs

Pricing

  • Private sector
  • Public sector
  • Services

© Copyright 2025 2Pint Software | All rights reserved

CtrlK

In DeployR, content items can be single files or entire folders of content; this content is uploaded to the DeployR server for subsequent use in task sequences. When uploading a single file, that file is used as-is. When uploading a folder, the entire contents are put into a single WIM file for efficiency; that WIM file is automatically extracted before the content is used in a task sequence step.

Different types of content items can be created. In some cases, additional metadata needs to be configured on the content item to tell DeployR how to use that content item. The types available include:

  • Operating system. For Windows OSes, this content item is a single WIM file containing one or more OS images.

  • Application. This specifies a folder of content needed to install an app on a device, along with the command line, working directory, and successful exit codes the app installer may return.

  • Driver pack. This specifies a folder of Windows driver files, along with the manufacturer and model of the device that can use the driver pack.

  • Other. Anything else is presently grouped into the "other" category. This can include answer files, or any other content that might be needed by a task sequence.

To get started, you may want to:

  • Create a operating system item for a Windows 11 OS WIM file.

  • Create a driver pack for one or more device models.

  • Create an application that can be installed on a new OS.

These can be added by navigating to the Content items node in the StifleR dashboard. Click the +Add button and specify the needed details.

Once the content item has been added, a new version (initially version 1) needs to be added. Once that version has been added (specifying the type-specific details), you can then upload the needed content.