Exchange – Export Contacts to PST using Powershell

Exchange 2013 1

If you want to export a users set of contacts from Exchange directly into a PST file using Powershell, then you can run this command using Exchange Management Shell (EMS): export-mailbox -id User1 -includefolders ‘contacts’ -pstfolderpath C:User1.pst Where: User1 = the mailbox that you want to export from C:User1.pst = the PST filename where you want … Read more

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

win10

Microsoft have released the Remote Server Administration Tools for Windows 10 version 1.2. There does not seem to be much information on what is updated in version 1.2 and we have installed it and cannot find any differences either, maybe just some security flaws fixed. You may also notice that DHCP is not included, but you … Read more

SCCM – Dell Client Bios & Driver Autodownload

dell

We have recently been using a new script that we came across which allows you to run a PowerShell script on your SCCM environment and it looks for all the Dell hardware models that you have and then automatically downloads all the latest drivers and BIOS’s for each machine found. This is an excellent way … Read more

SCCM – How to clear CCMCache content older than x days using Compliance Settings

sccm logo

If you are using SCCM for the deployment of software then you may find that with the smaller SSD’s that you may be using that free space is becoming an issue. This can be because the more an end user installs to their machine from your Software Catalog, the more data that is being downloaded … Read more