In this post I go over the process of using Certum’s open source code signing certificate to code sign PowerShell scripts. Why code-sign? In my case, to help anyone who …
PowerShell
-
-
In this post I’ll go over some examples of how to parse text log files with PowerShell, specifically my blog’s raw access log from cPanel. Access log file structure Each …
-
Terminal window showing the output of the above PowerShell code. ping sweep in powershell
-
I’ve been messing around with routers this weekend, and I’ve decided to write a PowerShell script to decode Asus router configuration backup files. The script is inspired by this Bash …
- Home LabPowerShellVirtualBoxWindows
Setting up a Windows Server 2025 VM in VirtualBox
by Vlad DrumeaThis post contains the steps required to build a Windows Server 2025 VM in VirtualBox via PowerShell using the currently available Insider Preview build of Windows Server 2025. Some relevant …
- Home LabPowerShellSQL ServerVirtualBox
Setting up an Ubuntu VM for SQL Server 2019 and 2022
by Vlad DrumeaIn this post I’ll outline the process of setting up an Ubuntu Server VM in Oracle VirtualBox for running SQL Server on Linux. If you want to do this via …