Posts
Remove Win10 Apps Utility - Update 20.03.13
· β˜• 1 min read
Customisable Windows 10 app removal utility I’ve refactored my old Remove UWP script and renamed it to bring it in line with my recent utility updates. Version 20.03.13 β€˜Cool’ Refactored code. Backwards compatible. Added logging. Added config report when ran. Added ASCII banner art when run in the console. Added option to disable the ASCII banner art. Remove Win10 Apps Utility can also be downloaded from: The Microsoft PowerShell Gallery GitHub See the full documentation available here.

Log Manager Utility - Update 20.03.11
· β˜• 1 min read
Flexible clean up and backup of log files This is a minor update to my Log Manager Utility - there was a switch alias which was conflicting with a variable and preventing the utility from running correctly. The previous command line switch of -LogPath is now -LogsPath. Version 20.03.11 ‘Cow’ The previous command line switch of -LogPath is now -LogsPath. This fixes an issue with a duplicate variable and switch alias preventing utility from running currently.

Log Manager Utility - Update 20.03.06
· β˜• 1 min read
Flexible clean up and backup of log files I’ve completed a lengthy and much needed overhaul of Log Manager Utility. I’ve added a few new features including one suggested from a user. Please be aware that this new version is not backwards compatible with the previous versions and you will need to reconfigure it before use. 2020-03-09: Version 20.03.06 ‘Fish’ Added custom name for zip file based on user feedback.

WSUS Maintenance Utility - Update 20.03.03
· β˜• 1 min read
Clean up your WSUS I’ve overhauled WSUS Maintenance Utility and have added some new features which were long overdue. It also includes all the same improvements that the other refactored utilities have. 2020-03-05: Version 20.03.03 β€˜Burger’ Added SSL option for connecting to the WSUS server. Made the -Port switch optional. If it is not specified the default port is used. If -WsusSsl is specified, the default port for SSL is used.

Office Update Utility - Update 20.03.01
· β˜• 1 min read
Office Update Manager for 365/2019 I’ve overhauled Office Update Utility and have improved the reporting. It also includes all the same improvements that the other refactored utilities have. 2020-03-03: Version 20.03.01 ‘Crosshair’ New features: Refactored code. Fully backwards compatible. Added ASCII banner art when run in the console. Added option to disable the ASCII banner art. Config report matches design of Image Factory Utility. Office Update Utility can be downloaded from:

Quick update: Windows 10 2004 (20H1)
· β˜• 1 min read
Update 2020-06-13: An update for Microsoft Deployment Toolkit (MDT_KB4564442) has been released. This update fixes the boot loop issue and replaces Johan’s workaround with an officially supported fix. Details on how to install it are on Michael Niehaus' blog post here. and you can download the fix here. I will add installation instructions to the walkthrough here. Hi all, So far I’ve had no success with building and capturing a Windows 10 2004 image with MDT and the 1903 ADK (including WinPE) or the pre-release ADK and WinPE.

Hyper-V Backup Utility - Update 20.02.28
· β˜• 1 min read
Flexible Hyper-V Backup Utility Just a minor update to fix a non-critical issue with the previous version and to bring it in line with the recent update of the Image Factory Utility. 2020-02-28: Version 20.02.28 β€˜Artifact’ Fixed e-mail report extra line breaks in Outlook 365, Version 2001. Config report matches design of Image Factory Utility. Improved and simplified code. Hyper-V Backup Utility can be downloaded from: The Microsoft PowerShell Gallery GitHub See the full documentation available here.

Image Factory Utility - Update 20.02.24
· β˜• 1 min read
Automate Creation of WIM Files I’ve just completed testing the new Image Factory Utility. It’s been completely overhauled and has some small new features added. 2020-02-27: Version 20.02.24 β€˜Robot’ New features: Refactored code. Fully backwards compatible. Added ASCII banner art when run in the console. Added option to disable the ASCII banner art. Image Factory Utility can also be downloaded from: The Microsoft PowerShell Gallery GitHub See the full documentation available here.

Hyper-V Backup Utility - Update 20.02.14
· β˜• 1 min read
Flexible Hyper-V Backup Utility I’ve spent the past week away from home, and so I’ve been working on refactoring my Hyper-V Backup Utility and adding new features requested by users. Version 20.02.14 β€˜Valentine’ Current known issues: The e-mail report has extra line breaks in Outlook 365, Version 2001. New features: Refactored code. Fully backwards compatible. Added option to use a working directory to stage backups before moving them to final backup location.

Windows 10: 5 Years Later
· β˜• 11 min read
Windows 10 is five years old this year. In ‘old world’ terms, it would be about time for a brand-new release around summer/autumn time but alas, this is no longer the case with the software-as-a-service model. With this year being such a milestone for Windows 10 and with the end of life of Windows 7 – Microsoft’s most popular OS in recent times, I thought it would be good to take a look back and review Windows 10’s progress these past few years.

An explanation and changes ahead for the coming year.
· β˜• 3 min read
Hi all, You might have noticed some changes in the last few months to the site and the content - specifically that some posts go up with passwords on them initially and I want to explain why this is. I’ve decided to start a Patreon and also accept donations from anyone who is willing to “toss a coin to your Tech-Witcher”. One of the rewards to anyone who becomes a patron (at any level) is early access to articles on the site and videos on my new tech focussed YouTube channel.

Team Viewer Silent Install and Configuration
· β˜• 3 min read
In order to make a recent Bash Bunny payload, I needed to investigate how to install and configure Team Viewer without user interaction. This post will go through how I achieved that. My TeamViewer configuration was focussed around setting a personal password (a static password that can be used to access the computer) and installing TeamViewer as a service so the computer can be remotely controlled without a user being active.

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.