SCCM – Set Time Zone During OSD

sccm logo

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 … Read more

Enabling SSL on WSUS

microsoft windows white logo

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 … Read more

System Center Configuration Manager PKI Setup

sccm logo

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 … Read more

Exchange Server – Anti-Spam Recipient Filtering

5d05eb33135798a962e3199db1fa4a4c

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: You can keep adding email addresses to the list for what you require. Something to … Read more

Disable OneDrive using Group Policy

onedrive apple ios

If you would like to disable Microsoft OneDrive in your corporate environment then you can do so using Group Policy. Simply open up your Group Policy editor and create a new policy (or edit an existing policy) and browse to the following location: Computer Configuration > Administrative Templates > Windows Components In this location you … Read more

SCCM OSD – “A required device isn’t connected or cannot be accessed”

sccm logo 600x400

We today ran into an issue where our SCCM OSD PXE boot was not working. It was coming up with a very confusing message stating: “A required device isn’t connected or cannot be accessed” This led us to start looking at the hard drive and the drivers, however, the solution was completely different. The problem … Read more

Remote Server Administration Tools (RSAT) for Windows 10 Released – Full Download and Installation Guide

Blue and White Windows 10 Logo

Finally Microsoft have released the Remote Server Administration Tools for Windows 10 as part of a bigger release of products today. We have been holding back on pushing out Windows 10 but with the release of these tools we are now ready to go with the upgrades as we really like the new operating system. … Read more

How to export an Exchange Mailbox using Powershell (Exchange Management Shell)

Exchange 2013

If you want to export an Exchange mailbox to PST with some variables included, then this guide should help you out. In Exchange Management Shell, you can run the following command to export a mailbox to PST with variables like delete all mail from mailbox after export or maybe excluding Contacts or Calendar. The command … Read more