How to Remove Clipboard Formatting with PowerShell
A quick PowerShell one-liner to strip formatting from your clipboard – plus how to turn it into a taskbar shortcut.
Tag Archive
7 articles in this topic.
A quick PowerShell one-liner to strip formatting from your clipboard – plus how to turn it into a taskbar shortcut.
A quick PowerShell one-liner to verify that all paths in your PSModulePath environment variable actually exist.
An overview of the four PowerShell profiles, how they load, what order they run in, and what to put in them as an automation engineer.
A surprising PowerShell gotcha: foreach and ForEach-Object behave differently with null and empty variables. Here's what actually happens.
A simple PowerShell trick to sort strings numerically using -as [int] – essential when dealing with version numbers or ID strings.
Three ways to add property names to a plain PowerShell array so you can access elements via named properties instead of index positions.
A PowerShell script to find and delete leftover user directories on a Terminal Server from users who no longer have AD group membership.