PSBlitz 6.1.0 is out and it brings new backup and security checks, improved Excel handling, support for the ImportExcel PowerShell module, as well as other improvements. What is PSBlitz? For …
PowerShell
-
- PowerShellSQL Server
PSBlitz v6.0.0: GUI Mode, HTML Overhaul, and Google Cloud SQL Support
by Vlad DrumeaIt took me a while, considering the previous release was back in December, but the latest release of PSBlitz (6.0.0) is finally out and it brings GUI Mode, Dark Mode, …
- Home LabPowerShellVirtualBox
Set up an Ubuntu 24.04 LTS VM in VirtualBox using PowerShell
by Vlad DrumeaI needed a fresh Ubuntu VM in VirtualBox this weekend so I figured I can take this opportunity to refresh my PowerShell based process. Prerequisites For this VM I’m using …
-
In this post I demo a PowerShell script I wrote to extract and decrypt SSMS 21 and 22 saved connection information. This script builds on the one for importing saved …
-
This is a brief post containing my information about my PowerShell coding setup, IDE, extensions, etc. I’m writing this mainly because, based on the reactions to my reddit comment, some …
- PowerShell
Code sign PowerShell script with Certum’s open source code-signing certificate
by Vlad DrumeaIn 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 …
-
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 …