In this article, I will use a PowerShell one-liner script to generate a test file to test if the Anti-Virus runtime solution installed is working as expected.
Continue reading “How to use Powershell to create a virus for testing your AV”
In this article, I will use a PowerShell one-liner script to generate a test file to test if the Anti-Virus runtime solution installed is working as expected.
Continue reading “How to use Powershell to create a virus for testing your AV”
When it comes to monitoring, as much as I like scripting languages, it is never my first choice to rely only on a ‘custom’ script. Considering how many variables are involved: requirements, environments, the overall experience of the team that will manage that piece of software, and all efforts to develop, test, and support the solution over time.
I prefer the implementation of any monitoring solution with basic out-of-the-box features and adding on top of some scripts if required to reduce the overall codebase to read/maintain. It is not only an early optimisation of a cost/benefit analysis but it is derived from my professional experiences in different companies and a consideration of the balance needed between the business goal/expectation and the technical value offered by the suggested solution.
In this article you will find something totally different, I wanted to take the opportunity to help somebody solve a real case of a Virtual Printer that was causing issues for users and the ops team. The printer needed to be monitored with a living-off-the-land approach, so without adding any software solution but just a few scripts.
I wrote a Powershell script to check, apply and remove a workaround for the Windows DNS Server (CVE-2020-1350) if you are unable to apply the patch right away. The Vulnerability affects Windows DNS Servers was announced one or two days ago. Continue reading “CVE-2020-1350 – WINDOWS DNS SERVER – Applying a Workaround with Powershell”
I must admit that I’m a very strong fan of Windows Subsystem for Linux (WSL) 2. It’s definitely something I’m happy to use every single day, regardless that I have few Linux VMs and a couple of apps running in docker containers on my workstation.
I cannot say that the new version has substantially reduced the number of tools yet, but there is the chance that in the future WSL2 and (Linux) docker containers will be the only things running all the time on my system. The Hypervisor will be just used for running some VMs on demand when needed.
Continue reading “Updating Windows Subsystem for Linux (WSL2)”