Restoring (Recovering) PowerShell Scripts from Event Logs

2 weeks ago

A few days ago, I was asked to take a look at PowerShell Malware. While I don't know much about…

Mailozaurr – New mail toolkit (SMTP, IMAP, POP3) with support for oAuth 2.0 and GraphApi for PowerShell

2 weeks ago

Today, I'm introducing a new PowerShell module called Mailozaurr. It's a module that aims to deliver functionality around Email for…

Active Directory DHCP Report to HTML or EMAIL with zero HTML knowledge

2 weeks ago

I'm pretty addicted to reading blog posts. I saw this new blog post the other day, where the author created…

Getting file metadata with PowerShell similar to what Windows Explorer provides

3 weeks ago

I'm working on a new feature for one of my modules that requires me to know what kind of files…

Using Win32_UserAccount WMI filter in PowerShell/Group Policies and what to avoid

3 weeks ago

Some months ago, I created PowerShell Script to create local administrative users on workstations - Create a local user or…

Converting Pester V4 to Pester V5 basics

3 weeks ago

Now that Pester V5 is out, I decided that I need to make sure that my Pester tests for all…

Get-ADObject : The server has returned the following error: invalid enumeration context.

3 weeks ago

In the last weeks, I'm working on a PowerShell module that the main goal is to work on gathering and…

Getting Verified badge next to your GitHub commits in VS Code

3 weeks ago

A bit over two years ago, I started posting my PowerShell code as modules on GitHub. Initially, I planned to…

Azure AD – Removing Inactive Azure AD Pass-through Agent

3 weeks ago

Recently I was switching Office 365 tenant from ADFS to Azure AD Pass-through authentication (PTA). It all went smoothly with…

PowerShellGallery disables support for TLS 1.0 breaking Install-Module

3 weeks ago

A few days ago, I tried to use Install-Module on the old Windows 2008R2 system that I use for specific…