Reply To: Task sequence UI import from ini file

  • Roddy Gelberty

    Member
    10 July 2020 at 6:56 pm

    @bobby-brown
    Bobby,
    Quick question, Do i have to treat step 1, step 2, step 3 as separate powershell scripts?
    for instance, form in step 1 goes as form.ps1, then read ini files and pre-populate as readini.ps1
    and write form to the ini file as WriteFormtoINI.ps1, and set them as run powershell scripts in the task sequence?

    Thank you!