powertips

Using Catalog Files

Catalog file support (.cat) is new in PowerShell 5.1. Cat files basically are file lists with hash values. You can use them to ensure that a given...

read more

Adding Extra Safety Net

If you are writing PowerShell functions, and you know a particular function has the potential to cause a lot of harm, there is an easy way of adding...

read more

Hiding Common Parameters

In our last tip we explained how you can hide parameters from IntelliSense. This has a cool side effect that we’d like to point you to today!...

read more

Hiding Parameters

In the previous tip we explained how you can dump all the legal values for a PowerShell attribute. Today we’ll take a look at the [Parameter()]...

read more
1 19 20 21 22 23 122