This simple script tamed my Downloads folder.
If there's such thing as a secret sauce to PowerShell, the PowerShell team has added it to the types.ps1xml file. An often overlooked feature of Windows PowerShell is its extensibility. With a little ...
Where Get-Command and Get-Help showed you how to find a command and learn more about how to use it, Get-Member provides the ability to dive into the objects that are the result of your commands and ...
Windows PowerShell is probably best-known for its ability to allow Windows admins to operate at scale. For instance, it would take forever to create a thousand user accounts through the GUI, but ...
Managing permissions on files and folders can be an enormous time drain for IT professionals. Users have home folders, departments have proprietary folders, projects have unique folders — the list ...
PowerShell sometimes displays far more information than you can comfortably digest. Thankfully, there are ways to display only the information that really matters. One of the things I have always ...