WSUS – Cleanup using Powershell with email notification output

lntroduction If you are using WSUS in your environment, you may want to run a scheduled task to cleanup old updates and compress some of the larger updates to free up space on your server. A good way of doing this is to run a Powershell script which will take care of all your cleanup requirements and as we are …

WSUS – Cleanup using Powershell with email notification output Read More

Inject Windows Updates into WIM Image Files Using PowerShell

To inject Windows Updates into custom-built images that you are using in your Configuration Manager OSD environment, you may find that keeping them up to date is a real problem. If you are happy with the image itself and do not want to make any changes to it, why should you need to rebuild and recapture it to include all …

Inject Windows Updates into WIM Image Files Using PowerShell Read More

SCCM Distribution Point Pre-Requisite Powershell Script

If you are setting up some distribution points for Configuration Manager (SCCM) then you will need to ensure that you have all the correct server features installed and also the correct firewall ports opened. To do this, we have created a quick PowerShell script to carry this all out for us. To download this script for yourselves, please click the …

SCCM Distribution Point Pre-Requisite Powershell Script Read More

Powershell – Install Server Core GUI Features

If you have Windows Server 2012 R2 Core installed but you want to be able to use a Graphical User Interface (GUI) then you can use the following Powershell command to enable it: Install-WindowsFeature Server-Gui-Shell –Source d:sourcessxs NOTE: you should ensure that your source location is correct and up to date with your Windows Updates. Once this is complete, you …

Powershell – Install Server Core GUI Features Read More

Microsoft Exchange Management Shell Commands – Get Mailbox Size Information

There are many uses for Exchange Management Shell and we will be adding various EMS commands over time so to start with we are going to show you how to get your Exchange mailboxes size information. For an overview of your Exchange mailboxes statistics, open your EMS console and type in the following command: Replacing “EXCHANGE-SERVER-NAME” with the name of …

Microsoft Exchange Management Shell Commands – Get Mailbox Size Information Read More