Category Archives: MDT 2013

Windows 10: Deployment and management lab kit

I’m currently updating my Microsoft certifications with the exam 70-697 Configuring Windows Devices and have done a lot of hands on lab training recently. I’ve downloaded the whopping 30Gb Windows 10 deployment and management lab kit for my testlab and felt … Continue reading

Posted in Certified Training, Deployment, MDT 2013, SCCM, Testlab, Windows 10 | Tagged , , , , | Leave a comment

SCCM PowerShell: Connect to SCCM Function

    Today’s post is another time-saver function I wrote to connect to SCCM. Again, it is designed to eliminate the need to hard code the module path and/or the SCCM primary site. It allows me to just type Connect-SCCM to import the module … Continue reading

Posted in MDT 2010, MDT 2012, MDT 2013, PowerShell | Tagged , , | 2 Comments

MDT PowerShell: Connect to MDT Function

  Todays post is a time-saver function I wrote to connect to MDT shares. It allows me to just type Connect-MDT to import the module then enter to the MDT PSdrive. It discovers the location of the MDT module(from the registry) and uses the Restore-MDTPersistentDrive … Continue reading

Posted in MDT 2010, MDT 2012, MDT 2013, PowerShell | Tagged , , | 5 Comments