Integrate the VcRedist PowerShell Module with Microsoft Deployment Toolkit (MDT)

The VcRedist PowerShell Module by Aaron Parker provides an easy to use evergreen module to integrate the Microsoft Visual C++ Runtimes into your MDT Reference Images.

If you are using the Microsoft Deployment Toolkit (MDT) to build your Reference Images and Citrix Master Images, you are most certainly trying to include the Microsoft Visual C++ Redistributables for Visual Studio into your Reference Images. Recently I switched to the VcRedist PowerShell Module by Aaron Parker to achieve this task and with this blog post I’m going to show you how to do this yourself. Continue reading “Integrate the VcRedist PowerShell Module with Microsoft Deployment Toolkit (MDT)”

Download and install latest Tablacus Explorer

In all of my current EUC deployments, I install Tablacus Explorer as an alternative to explorer.exe for use as a published application. This is an evergreen PowerShell script, that downloads and installs the latest version.

In one of my past articles I presented Tablacus Explorer as an replacement for explorer.exe in Citrix Virtual Apps und Desktops (formerly XenApp) as a published application. With automation more and more being mandatory in IT projects, I needed a way to install Tablacus Explorer evergreen with PowerShell each and every time I deploy it to Windows Clients, RDSH, Citrix virtual apps or desktops or in MDT Task sequences. Once again I used one of Trond Eric Haavarstein example scripts and altered it to fit my needs. Here are the results. Continue reading “Download and install latest Tablacus Explorer”