MDT

OSD – The future of MDT is going to be PowerShell!

At MMSmoa today, Michael Niehaus presented a new approach for MDT, the shift from VBscript to PowerShell. They idea is to get the code up on GitHub. The basic engine and framework will be done, but it will allow for contributors to test and verify and even provide suggestions.

You can check it out here: https://github.com/mtniehaus/PSD

The New Task Sequence:

image

image

The Install App Step:

image

/mike

Categories: MDT

Tagged as:

6 replies »

    • Does this code from the script “DumpVars.ps1” does what I asked before?:
      1 $verbosePreference = “Continue”
      2 $deployRoot = Split-Path -Path “$PSScriptRoot”
      3 Import-Module “$deployRoot\Scripts\PSDUtility.psm1” -Force
      4

      5 dir tsenv: | Out-File “$($env:SystemDrive)\DumpVars.log”

      Without documentation I presume but it would be a good start!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.