WSUS – Server Clean Up Using Powershell

WSUS – Server Clean Up Using Powershell

If you use WSUS then you will be familiar with running Server Cleanup Wizard which is fine but what if you want to use Powershell? well, you can also use that to run the server cleanup on all your WSUS servers. By using Powershell you have the option to then automate its running using basic windows […]

Add Local User to Administrators Group During SCCM OSD

Add Local User to Administrators Group During SCCM OSD

You may have seen our previous post about adding a local user to a machine during SCCM OSD using a “Run Command Line”. Well in this guide we will show you how to add a local user into the Administrators Group on the local machine. This means that you can add a local user and […]

How to clear your YouTube search and viewing history

How to clear your YouTube search and viewing history

We recently had a request from someone wanting to know how to clear both their search and viewing history from YouTube. For whatever reason this can be handy to do this especially if you use YouTube at work – you don’t want your colleagues seeing the dodgy stuff you view on a weekend!! Instructions We have […]

VMWare ESX Serial Number Activation

VMWare ESX Serial Number Activation

If you have set up VMWare ESX you will find that it defaults to the evaluation version giving you 60 days of unlimited use. But, how do you apply your serial number? We have created a quick video below to help you with this easy process: Video Walkthrough – How to activate VMWare ESXi Serial […]

SCCM – Set Time Zone During OSD

SCCM – Set Time Zone During OSD

If you are using SCCM for your operating system deployments across different countries, then you may want to set the time zone within the task sequence. To do this, you can take advantage of the built in Windows tool call tzutil.exe. In this example we will set the time zone for a computer deployment based […]

System Center Updates Publisher Signing Certificate Step-by-Step Guide

System Center Updates Publisher Signing Certificate Step-by-Step Guide

If you are using WSUS in your environment then you should consider also using System Center Updates Publisher (SCUP) to inject 3rd party updates. You can use SCUP to inject any updates by creating them but also built into the utility are updates for Adobe, HP and Dell. This is great for pushing out updates […]

System Center Configuration Manager PKI Setup

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 […]

Mimecast Outlook Client 6.2.1494.15300 Released

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 […]

Exchange Server – Anti-Spam Recipient Filtering

Exchange Server – Anti-Spam Recipient Filtering

If you want to add multiple specific email addresses to your Exchange Anti-Spam Recipient Filtering then you can use Exchange Management Shell to run a command to add comma separated multiple email addresses. The command you should run is this: Set-RecipientFilterConfig -BlockedRecipients joe@bloggs.com,steve@techygeekshome.info,bob@mail.com You can keep adding email addresses to the list for what you […]

Scroll to top