For the complete documentation index, see llms.txt. This page is also available as Markdown.

Preinit, Postinit, Postauth ps1

These files can be added to your boot media allowing additional process flows outside of the standard DeployR default flow. Reasons these features might be used:

  • Configure Static IP Address in WinPE

  • Launch a custom UI before the Task Sequence UI Chooser Launches

  • Inject additional drivers

  • Other creative ideas

Order of Operation:

  • Preinit.ps1 – is run before networking has been initialized

  • Postinit.ps1 – is run after networking has been initialized

  • Postauth.ps1 – is run after authentication is complete

These files can be added to the Extra Files content item.

Last updated