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

Create a capture boot image in Windows Deployment Services WDS

create a capture boot image using wds

If you are using Windows Deployment Services (WDS) then you will need to know how to capture a boot image.

In the video demo below, this shows you exactly how to carry out this task correctly.

Video Walkthrough

Comments

If you have any comments or questions on this guide, please feel free to leave us a message below using our comments system.

Add drivers to a boot image in Windows Deployment Services (WDS)

add drivers to wds boot image

If you are using Windows Deployment Services (WDS) and you need to add a boot image into the system, then you should view the below tutorial video demonstration on how to successfully carry this out.

Comments

If you have any questions or comments on this guide, then please feel free to leave us a message below using our comments system and we will try and get back to you as soon as possible.

Restart SCCM OSD Task Sequence within Windows PE

System Center Configuration Manager SCCM

If you want to restart SCCM OSD Task Sequence from within Windows PE without having to reboot the machine and start the PXE boot sequence again, you can quickly press F8 to bring up a command prompt and enter the following command: x:smsbini386TsmBootstrap.exe /env:WinPE /configpath:x:smsdata This will then restart the task sequence process for you … Read more

DOSBox – 16-Bit Application Emulator

DosBox

If you have an old 16-bit application that you need to run on Windows 7 or 8.1 or maybe even an old classic game you want to play, you will find that the chances are the modern operating systems will not run them and you will run into an error like this for Windows 7:

win7

Or this one for Windows 8:

win8

So, what can you do?

Well there is hope! There is an excellent DOS emulator that we have tested and now using called DOSBox. It seems to work with all of the DOS programs that we have tested it with and we even downloaded some old DOS games to test it and all worked perfectly.

With a little bit of simple configuration, the DOSBox emulator loads your DOS program in no time and allows you access back into these old programs.

Download

You can download the latest version of the DOSBox program from SourceForge using the link below:

DosBox Download

Instructions

Once you have downloaded the DOSBox program there is a little configuration you have to carry out in the options to get your program “mounted” and then to run, but it is extremely simple to do. Below is a video guide on how to configure the program to run:

Video Demo

Comments

If you are still struggling or have any questions or comments, then please feel free to leave us to message below using our comments section and we will try and get back to you as soon as we can.

Show Distribution Point in use during Task Sequence

sccm logo 600x400

We recently came across issues where our Configuration Manager Operating System Deployments (OSD) where running extremely slowly and we could not figure out why. After some investigation, we found out that one of our remote Distribution Points (DP) was not working correctly and that rebuilds on one of the sites where actually pulling the image … Read more