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:
The Install App Step:
/mike
Categories: MDT




Awesome News !!!!!
LikeLike
Awesome!!! Now we need a pretty good documentation of all the variables used in the solution and between scripts.
LikeLike
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!
LikeLike
Yes, that should work (not tested it), the vars is going to be the same as far as I understand.
LikeLike
Mind officially blown! Thanks Mike! I look forward to seeing you and Johan at Geek Week next month in Redmond!
LikeLike
Likewise, it will be great to see u
LikeLike
Link refernced in this page is no longer valid see
“You can check it out here: https://github.com/mtniehaus/PSD“
LikeLike