Tag Archives: microsoft

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 »

Reporting Web Service for Office 365

There’s an interesting web service that could be used to pull reporting data from Office 365, assuming you can authenticate using your tenancy’s service admin. Here’s the URL for the service: https://reports.office365.com/ecp/reportingwebservice/reporting.svc/ Microsoft provide a plug-in to Excel that uses this service and it can be used to pull mail protection statistics from your Office… Read More »