
How to Remove Password From Windows Account | CMD
How to log on to Windows without hitting the logon screen ... Read More

An easy way to get the UserPrincipalName of the logged on user for scripts and automation tasks ... Read More

This guide shows you how to repair your site if the old Crayon WordPress plugin broke it. I show you all the steps to migrate your code snippets to the newer Enlighter plugin ... Read More

A detailed guide on how to print or export the Global Address List using the Outlook client ... Read More

Two methods of extracting text from an input string with PowerShell using regex expressions ... Read More

Upgrade the deprecated PHP 7.2 version to PHP 7.4 on your Ubuntu machine ... Read More

Get rid of the Website field in the WordPress comments form in a few steps ... Read More

Learn how to remove leading and trailing whitespaces with either Notepad++ or Vim ... Read More

Find out which RBAC role you need to run a specific PowerShell cmdlet in Azure or on-prem ... Read More

A step-by-step guide to reanimate deleted Active Directory objects from their tombstone. This is the only method if Active Directory Recycle Bin is not activated in the domain ... Read More

Query deleted AD accounts or get a list of all removed AD users with PowerShell ... Read More

Learn how to get the filesystem information about a directory itself, NOT it's contents, using ls in unix ... Read More

In this exercise we go through the process of setting up a Hyper-V environment on a regular computer, with multiple virtual switches and subnets configured on them ... Read More

A simple function to mimic the Unix recursive grep command ... Read More

Do you have an older computer, with a traditional HDD on the slow side? Is that computer running the drive with 100% utilization, and the response time is super high, possibly 1000-5000ms? You might have tried to disable the Windows ... Read More

Converting date and time to Epoch (Unix) time, and Epoch time back to human readable date ... Read More

Two ways to decrypt a SecureString in PowerShell ... Read More