Cve-2023-23397 - Quickly Check Vulnerability Status and Trigger Updates

Yesterday Microsoft announced a new critical vulnerability CVE-2023-23397, a vulnerability in Microsoft Outlook that allows a threat actor to harvest NTLMv2 hashes via a specifically crafted Outlook appointment. Microsoft state that attackers can exploit this vulnerability by sending an email that triggers automatically when it is retrieved and processed by the Outlook client. This can lead to exploitation BEFORE the email is viewed in the Preview Pane. They also state that this vulnerability is being actively exploited in the wild....

<span title='2023-03-15 14:45:08 +0000 UTC'>15 March 2023</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;245 words&nbsp;·&nbsp;Aiden Arnkels-Webb
A woman looking stressed and frustrated at a laptop

How to recusively apply NTFS permissions faster using PowerShell multithreading jobs

Do you relate to the cover photo? Have your NTFS permissions just bombed out and you can’t bare the idea of waiting hours or days for your new permissions to apply? Don’t worry, I’m here to help. It’s no secret that applying NTFS permissions to any directory tree larger than a few thousand files quickly decends in to a painstaking waiting game. The built in UI is garbage, and icacls is decent but single-threaded and slow....

<span title='2023-03-10 14:49:09 +0000 UTC'>10 March 2023</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;868 words&nbsp;·&nbsp;Aiden Arnkels-Webb
Picture of Microsoft Authenticator

What's the difference between Authentication, Authorisation and Accounting? (AAA)

Authentication Authentication is saying “I am me”. It validates who you are. When you go to a club and the bouncer stops you and you tell him you’re on the guest list, you then show him your ID and he says “Ahh! You’re that guy, come on in” - that’s Authentication Authorisation Authorisation validates what you claim to be. Going back to the club and the bouncer stops you. You show him your ID....

<span title='2022-07-27 12:36:29 +0100 +0100'>27 July 2022</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;218 words&nbsp;·&nbsp;Aiden Arnkels-Webb
Groot and Octocat reading a newspaper

Git Remove Submodule

Submodules aren’t removed using git rm submodule-dir, they need to be removed in a far more thorough and annoying fashion. There are a number of unclear explanations at various sources so I decided to write my own findings. Delete the relevant parts from the .gitmodules file. EG: 1 2 3 [submodule "blog/themes/PaperMod"] path = blog/themes/PaperMod url = https://github.com/adityatelange/hugo-PaperMod.git Stage .gitmodules via git add .gitmodules Remove the relevant parts from .git/config...

<span title='2022-07-26 09:51:58 +0100 +0100'>26 July 2022</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;124 words&nbsp;·&nbsp;Aiden Arnkels-Webb
Picture of an ice cream fallen on the floor

Moving my blog to Hugo - Getting started with Hugo

Introduction I recently came to the conclusion that I wasn’t posting on my blog nearly as much as I’d like to. My blog runs on WordPress, and I’ve felt for a while that the process of logging in, creating a post, fixing formatting in a WSYWGI editor and eventually posting was too much resistance when I commonly just write notes in plain text. So, why not just write posts in plain text and have something else do the work of turning that in to a post or a blog?...

<span title='2022-07-25 22:01:11 +0100 +0100'>25 July 2022</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;1060 words&nbsp;·&nbsp;Aiden Arnkels-Webb
Error code: AzureDirectoryServiceAttributeValueMustBeUnique

How to Hard Link Azure AD Connect On Prem Users to Azure AD Office 365 Accounts

The Problem You’ve set up Azure AD Connect or Azure AD Connect Cloud Sync, but some users haven’t sync’d correctly. Trying to force a new sync / Soft Link based on SMTP or UPN matching doesn’t work. These sync’d users may have created new Azure AD accounts, or may have failed to create an Azure AD account altogether. Your internal users UPN matches a domain configured in Azure AD. The Cause The initial soft link matches on UPN or SMTP, but may fail if there are conflicting ProxyAddresses....

<span title='2022-03-03 10:36:09 +0000 UTC'>3 March 2022</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;334 words&nbsp;·&nbsp;Aiden Arnkels-Webb

How to Fix Server 2019 Activation Error: Run “slui.exe 0x2a 0xC004F069”

The Problem You’re unable to activate a copy of Windows Server 2019 or 2022 Evaluation edition with your VLSC MAK key The Cause Windows Server 2019 / 2022 Evaluation edition can only be activated with a retail key. This must happen before a Volume Licence Key can be used. The Fix We need to use DISM to change the product version/edition Open an elevated command prompt Get a list of available version upgrade paths by typing:...

<span title='2021-03-09 13:17:55 +0000 UTC'>9 March 2021</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;258 words&nbsp;·&nbsp;Aiden Arnkels-Webb
Veeam Error: VHDx:CVhdxDisk.InitialValidation: Invalid bitmap block

How to fix SB_BLOCK_NOT_PRESENT error in Veeam

The Problem Veeam is failing to back up one of your Hyper-V VM’s and is throwing the error: VHDx:CVhdxDisk.InitialValidation: Invalid bitmap block (all bitmap block of fixed and dynamic disks must be in SB_BLOCK_NOT_PRESENT state) Agent failed to process method {VHDx.GetDiskInformation} The Cause The error is telling us that Veeam’s VHDx InitialValidation function failed as the VHDx had blocks in an invalid state. According to Microsoft’s OpenSpecs Documentation for VHDx, the only valid Sector Bitmap Block state for fixed and dynamic disks is SB_BLOCK_NOT_PRESENT...

<span title='2020-11-24 18:58:26 +0000 UTC'>24 November 2020</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;524 words&nbsp;·&nbsp;Aiden Arnkels-Webb
Picture of an ice cream fallen on the floor

Traps and Dangers of Unmanaged Incidents and How to Solve Them

Introduction ITIL defines an incident as “an unplanned interruption to or quality reduction of an IT service”. In order to minimise disruption caused by an incident and restore normal service as quickly as possible, it’s vital to have an efficient incident management process. Unfortunately, this is something a lot of IT teams get wrong. Unmanaged Incidents It’s 1 PM and your team has just started receiving calls from one of your users that the network drives are down....

<span title='2020-09-14 17:48:17 +0000 UTC'>14 September 2020</span>&nbsp;·&nbsp;9 min&nbsp;·&nbsp;1857 words&nbsp;·&nbsp;Aiden Arnkels-Webb
Task Manager > Performance > CPU > Virtualisation

How to check if your CPU supports Virtualisation

Check Task Manager The first, simplest option to check is to open task manager. Click the performance tab Check if Virtualisation is Enabled If Virtualisation is not Enabled, this could be due to it being disabled in the BIOS. Before enabling it, check if your processor is compatible. Check Processor Compatibility Identify your Processor Press the Windows Key Type “System Information” in the search box Make a note of your processor make and model Check Product Specs - Intel: If your processor is Intel, go to the Intel Product Specification Page and look up your processor model and open the specification page....

<span title='2020-08-26 13:42:09 +0000 UTC'>26 August 2020</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;172 words&nbsp;·&nbsp;Aiden Arnkels-Webb