Guide
Get Started with Windows Update for Business (WUfB)
· β˜• 6 min read
You may have seen the option to use Windows Update for Business and wondering what it brings to the table when compared to WSUS and SCCM. Windows Update for Business (WUfB) is a good way of simplifying and automating the deployment of Windows Updates without using any on-premises infrastructure. The downside is that you do loose some control, but the benefits outweigh the drawbacks. As I always say, it does depend on your infrastructure and environment though.

Microsoft Deployment Toolkit for the Enthusiast, Home or Small Business
· β˜• 9 min read
This article is directed towards enthusiasts, IT professional’s for small businesses, or anyone who wants to create custom images and doesn’t have volume licensing, an Active Directory domain, or a lot of server infrastructure. I hope this article is useful to you, if it is please consider supporting my work with PayPal. In this walkthrough we’re going to cover: Installing Microsoft Deployment Toolkit and its dependencies on Windows 10 Home/Pro Edition.

Installing Microsoft Deployment Toolkit and Deploying Windows 10 - From Scratch!
· β˜• 16 min read
If you’ve read my other posts you’ll know that usually I make a post focusing on building a reference image and then another post on deploying that image. This post is very similar but I’m going to streamline things by just covering the installation of MDT, and deploying Windows 10 1909. I have also recently published a video walkthrough covering this. What you’ll need: A server to host the MDT share.

Video Walkthrough: Microsoft Deployment Toolkit and Deploying Windows 10
· β˜• 1 min read
I’ve made a video walkthrough covering installing Microsoft Deployment Toolkit and deploying Windows 10. The video follows my previous posts on the subject, but I’ve added some additional useful information to cover silent application installation and I also touch on driver management. I intend to write a post that covers the same subjects as this video, just to bring all the information together in written form. If you find the video useful I would very much appreciate it being shared around, and don’t forget to like etc.

Resurrecting the Windows Photo Viewer
· β˜• 2 min read
I’ve avoided posting about this for a while mostly because I thought Windows Photo Viewer would get removed. But it’s still there in Windows 10 1909 and it’s still good - even though it doesn’t play animated GIFs and hasn’t been updated since the time of Windows 7. Here’s how to enable it in Windows 10. Enable Windows Photo Viewer To enable Windows Photo Viewer so it shows up as an option to open image file types with, copy and paste the text below as is into a new text file and save it with a “.

In-Place Upgrade to Windows 10 1909 November 2019 Update (19H2) with MDT
· β˜• 7 min read
2019-11-12: Microsoft have confirmed on Twitter that there will be no updated ADK for Windows 10 1909, so keep using ADK 1903 with the fix as noted below. 2019-10-24: At the time of writing there is no ADK for Windows 10 1909 November 2019 Update (19H2), so I’ve tested this walkthrough using the ADK for Windows 10 1903 with the hotfix for Windows System Image Manager. I’ll keep these pages up to date when Windows 10 1909 is officially released.

Bash Bunny Payload: Garfield steals passwords with LaZagne
· β˜• 4 min read
The Bash Bunny is a USB attack platform developed by Hak5 a security research group. It’s a device that looks like a USB memory stick, except it is a small computer running a Debian based Linux OS with a desktop class SSD and a quad core ARM processor. It can be configured to be a HID (Human Interface Device), storage device, serial device and USB based network adaptor in order to carry out automated tasks on a computer.

Bash Bunny Primer
· β˜• 7 min read
The Bash Bunny is a USB attack platform developed by Hak5 a security research group specialising in the development of network/system penetration testing tools and educational content. If you’d like to find out more information, you can find them here: Twitter | YouTube | Hak5.org The Bash Bunny is an excellent pentesting tool. It looks like a chunky USB memory stick, however it’s really a SoC running a quad-core ARM processor running a Debian based Linux OS with a desktop class SSD for storage.

Deploying A Windows 10 1909 November 2019 Update (19H2) Reference Image with MDT
· β˜• 15 min read
2019-11-12: Microsoft have confirmed on Twitter that there will be no updated ADK for Windows 10 1909, so keep using ADK 1903 with the fix as noted below. 2019-10-05: At the time of writing there is no ADK for Windows 10 1909 November 2019 Update (19H2), so I’ve tested this walkthrough using the ADK for Windows 10 1903 with the hotfix for Windows System Image Manager. I’ll keep these pages up to date when Windows 10 1909 is officially released.

Building A Windows 10 1909 November 2019 Update (19H2) Reference Image with MDT
· β˜• 11 min read
2019-11-12: Microsoft have confirmed on Twitter that there will be no updated ADK for Windows 10 1909, so keep using ADK 1903 with the fix as noted below. 2019-10-05: At the time of writing there is no ADK for Windows 10 1909 November 2019 Update (19H2), so I’ve tested this walkthrough using the ADK for Windows 10 1903 with the hotfix for Windows System Image Manager. I’ll keep these pages up to date when Windows 10 1909 is officially released.

Microsoft Teams, Webhooks and You
· β˜• 4 min read
If you use Microsoft Teams you may want to be able to send information from external services. There are many apps that can be added to teams to accomplish this but what if you have an internal system or custom script and you want it’s output to be sent to Teams? Well, there’s an app for that too. You can add the Incoming Webhook app to your Teams instance and configure where and who it should deposit information as.

Managing Windows Updates with Group Policy
· β˜• 12 min read
In this post I’ll walk through how I manage and test the delivery of Windows Updates to all my clients and servers. I’ll also go through how I manage essential servers like Domain Controllers, Hyper-V hosts and I’ll touch on getting started with Cluster-Aware Updating. We’re going to group our machines into Clients and Servers, and then group each of those groups into Ring 1 and Ring 2. If you want, you can create more rings for more control, but generally I find two rings are sufficient.

Deploying Office 2019 or Office 365
· β˜• 4 min read
If you’re familiar with deploying Office 2016 or any previous version, then the first big change when looking into Office 2019 or Office 365 is that there is no longer an MSI installer. Office 2019/Office 365 is now only available as a ‘Click-to-Run’ installation, which means we’ll need to change how we package, deploy and update Office 2019 or Office 365. Links to sites used in this post: Download the Office Deployment Tool (ODT) from Microsoft here.