Category Archives: MDT

Adding Custom Properties to the MDT Database – Extending the Schema

Heyo, There’s been a couple of occasions where we’ve needed to store additional settings in the MDT Database, for example storing AD groups, or the OU that the computer was last in before rebuilding. The process is straight forward, using SQL Server Management Studio, open up the MDT Database, edit… Read more »

Using Task Sequence variables in a PowerShell script

Hi Again, In my last entry I posted a script that uses the following line of code:

Running the above code during the build process (i.e. inside the Task Sequence) lets me interact with any Task Sequence variable. I can obtain the value of any variable in the Task Sequence… Read more »