WSUS

Enabling SSL on WSUS

If you are using Windows Server Update Services (WSUS) you should enable, where possible, SSL. To do this is a fairly simple task but needs to be carried out carefully to ensure all your client machines talk to your WSUS server successfully. There is an excellent step by step guide with images here: Enabling SSL […]

SCCM, Guide, Microsoft

System Center Configuration Manager PKI Setup

If you are looking at setting up your System Center Configuration Manager (SCCM) with PKI, then there is an excellent step by step guide that you can follow from SCCMGuy. The link to this guide is below: https://sccmguy.com/2013/11/26/pki-certificates-for-configuration-manager-2012-r2-part-1-of-4-web-server-certificate/ We have used this in the past our various labs and it details well what you need to […]

MSI, News

Mimecast Outlook Client 6.2.1494.15300 Released

Mimecast have now released version 6.2.1494.15300 of their Outlook Client. To push this out using SCCM or Group Policy, we recommend using the MSI command below: msiexec.exe /i “MSOInstall.msi” /passive /norestart What this will do is to firstly run the installer, then the /passive will show a basic user interface without user interaction, but will […]