database-tools

Getting New NTFS Cmdlets

PowerShell 3+ / PowerShellGet In the previous tip we explained PowerShellGet. This module ships with PowerShell 5.0 but is available for download on...

read more

Reading NTFS Permissions

PowerShell 2+ NTFS permissions are represented by complex object hierarchies that are hard to read. A much simpler way is to output the structure in...

read more

Use a Shorter Prompt

All Versions By default, PowerShell displays the current path in its input prompt which wastes as lot of space. When you overwrite the...

read more

Doing Things in Parallel

Any version By processing things in parallel rather than sequential, a script can complete much faster. Here is an example that uses background jobs...

read more