How to Remove Creative Cloud Files Shortcut from File Explorer Windows 11
How to easily remove the Adobe Creative Cloud Files shortcut from File Explorer on Windows 11 ... 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
Here is an example script that encodes an arbitrary text with Base64 method using PowerShell and breaks up the output into fixed-length lines to make it more easily readable. We use 76 character long rows as the MIME (Multipurpose Internet ... Read More
A one-liner to split up a long string into fixed-length rows in PowerShell ... Read More