Latest Visual Studio C++ Redistributables

Here’s a list of all the latest available VC++ redist downloads. The 2013-2022 ones will always be up to date, the others probably won’t change anyway. Visual Studio C++ 2015-2022https://aka.ms/vs/17/release/vc_redist.x64.exe (x64)https://aka.ms/vs/17/release/vc_redist.x86.exe (x86) Visual Studio C++ 2013https://aka.ms/highdpimfc2013x64enu (x64)https://aka.ms/highdpimfc2013x86enu (x86) Visual Studio C++ 2012https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe (x64)https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe (x86) Visual Studio C++ 2010https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x64.exe (x64)https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe (x86) Visual Studio C++ 2008https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x64.exe (x64)https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x86.exe… Read More »

A great blog post about Exchange Online PowerShell and MFA

I’ve been extending my personal scripts for simplifying my daily workflows operating with Exchange Online, and keep going back to a really interesting and useful blog post by Ingo Gegenwarth where he delves deep into how the powershell module for exchange online working with multi-factor authentication. Definitely worth a read! If you don’t have time… Read More »

Subscribing to script notifications using Pushbullet

In my job I run a lot of scripts. My scripts send me lots of emails and sometimes I need to act on information quickly – and sometimes I even take a holiday and someone else needs to do that instead… wouldn’t it be awesome to be able to “subscribe” to those script notifications if… Read More »