Posts
Log Manager Utility - Update 20.07.27
· ☕ 1 min read
Flexible clean up and backup of log files Just a small update to add the improved error capturing and reporting that I’ve also put in the Hyper-V Backup Utility. 2020-07-30: Version 20.07.27 Added improved error handling and reporting. Log Manager Utility can also be downloaded from: The Microsoft PowerShell Gallery GitHub See the full documentation available here. If you would like to support me, please check out the links below.

Hyper-V Backup Utility - Update 20.07.13
· ☕ 1 min read
Flexible Hyper-V Backup Utility A substantial update in terms of changes made under the hood, but I’ve also added a few new options requested by users. The biggest change is that errors are now handled properly and reported to the user in a reliable manner. All the changes are summarized below. Version 20.07.13 Added -ShortDate option. This will create backups with only the Year, Month, Day as the file name.

3D Maze Remix - Update v1.4
· ☕ 1 min read
Update v1.4 Download from Itch.io, available for Windows, macOS, and Linux Once again, I’ve updated 3D Maze Remix with some new features that I’ve wanted to put in the game since I started developing it. I don’t consider this project “finished” just yet, as I’d like to improve the AI in the “demo” mode and make it more true to the original 3D Maze screensaver, which has been my aim throughout the entire project.

3D Maze Remix Dev Diary #1
· ☕ 2 min read
I’ve started work on 3D Maze Remix to add some features I’ve been wanting to figure out for a while. As I’m still learning C# and Unity the pretty simple sounding additions take longer than I initially thought. Here’s what I’ve been working on. Adding autonomous movement to the rat entity Making the rat move and not clip through the walls, floor or ceiling meant adding collision to the rat but allowing the player and rat to pass through each other.

Deploy Windows 10 2004 (20H1) Reference Image
· ☕ 14 min read
News and Updates An essential update for Microsoft Deployment Toolkit (MDT_KB4564442) has been released: This update fixes two issues around booting. 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 in the walkthrough below. NOTE: If you have existing shares you will need to copy the files from the extracted update to %DeployRoot%\Tools and overwrite the existing files in all shares.

Build and Capture Windows 10 2004 (20H1) Reference Image
· ☕ 10 min read
News and Updates An essential update for Microsoft Deployment Toolkit (MDT_KB4564442) has been released: This update fixes two issues around booting. 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 in the walkthrough below. NOTE: If you have existing shares you will need to copy the files from the extracted update to %DeployRoot%\Tools and overwrite the existing files in all shares.

Log Manager Utility - Update 20.03.23
· ☕ 1 min read
Flexible clean up and backup of log files A user reported an issue where wildcards would not work with the -LogsPath switch. This was due to me adding incorrect validation to that option. To fix this I have removed the validation and should now accept wildcards as before. Please accept my apologies for this error, it should have been caught during testing but I missed it. I’ll take steps in future to prevent this type of problem from occurring in future.

WSUS Maintenance Utility - Update 20.03.20
· ☕ 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-20: Version 20.03.20 Added code contribution from [email protected]. Individual clean-up jobs now run separately. Improved reporting. Made slight improvements to documentation. WSUS Maintenance Utility can also be downloaded from: The Microsoft PowerShell Gallery GitHub See the full documentation available here.

TechNet Gallery is being retired
· ☕ 1 min read
Microsoft is finally retired the old TechNet Gallery - one of the websites where I’ve made my utilities available in the past. So, this is just a heads up that if you get my scripts from there, they will no longer be available in the near future. They will still be available on the Microsoft PowerShell Gallery and on my own GitHub. I’ve been expecting this as over the past few years some functionality of the site has been broken for months on end.

Tech Tips for These Tumultuous Times
· ☕ 5 min read
Hi all, In these interesting times I thought I’d create a round-up of some tips and recommendations for those of you who are looking to improve your technology - whatever your situation. It’s a grab bag of various items I’ve been collecting for a while but I hope some of these suggestions are useful to you. I usually write posts geared towards IT professionals but this post is aimed at people from all walks of life working from home with little IT assistance.

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.