Practical IT Guides for Windows, SCCM & PowerShell Admins

TechyGeeksHome has been helping IT professionals and sysadmins since 2010. Find 1,500+ real-world guides covering Windows 10 & 11, Windows Server, SCCM/ConfigMgr, PowerShell scripting, Active Directory, networking, and virtualisation — all written from hands-on production experience by a UK IT pro with 26 years in the field.

Previous Versions of Java Clients and Silent Installation Guide

Previous Versions of Java Clients and Silent Installation Guide

A lot of people ask us about getting older versions of Java Clients. So we have now launched a Java client micro-site with all the previous versions that we have available and all upcoming versions. You can download the Offline Installers and MSI files from our Java website using the link below: Download Instructions When … 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

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