Category Archives: PowerShell

MDT Powershell: Importing device drivers from organised folders

Below is my import drivers to MDT PowerShell script, also uploaded to the script repository here. My last post focused on creating a driverstore structure. Now it’s time to import your hard work into MDT. This script will import all your … Continue reading

Posted in MDT 2010, MDT 2012, PowerShell, Scripting | Tagged , , | 8 Comments

MDT Powershell: Creating a Driverstore folder structure

I was thinking about my drivers folder and helping people to organise their drivers and I remembered Chris Nackers and Johan Arwidmark had posted scripts to help import drivers into MDT. I’ve created a script that can be used to … Continue reading

Posted in Deployment, MDT 2010, MDT 2012, PowerShell, SCCM | Tagged , , , | 10 Comments

MDT PowerShell: Creating a New Deployment Share

When you perform Actions in MDT you can use the View Script function to replicate the PowerShell commands that you run. This is so you can store them in a custom script to build up your own automation task(s). Clicking … Continue reading

Posted in MDT 2012, PowerShell, Scripting | Tagged , , | Leave a comment

MDT PowerShell: New Module in MDT 2012

Microsoft Deployment Toolkit 2012 now comes with a PowerShell module in addition to the PSSnapIn used in previous versions. In earlier versions of PowerShell in order to start using the PowerShell cmdlets for MDT you would have to add the … Continue reading

Posted in MDT 2012, PowerShell, Scripting | Tagged , , | 1 Comment

PowerShell: Hello World

Alright, it’s time I started blogging about PowerShell. In fact it’s so long overdue that I really don’t know were to get started. There are so many great resources and blogs available now that most people who are motivated to … Continue reading

Posted in PowerShell, Scripting | Tagged , | Leave a comment

Powershell: Video Walkthroughs

Microsoft Windows PowerShell is so popular now that there’s no shortage of blogs, free ebooks and resources available to get you started. One resource that I recommend  is PowerShell MVP Don Jones. He wrote a book called Learn Windows PowerShell in a Month of … Continue reading

Posted in PowerShell, Video Walkthroughs | Tagged , | Leave a comment