database-tools

Constant Functions

In PowerShell, you can write-protect functions. When you do, a function cannot be changed, overwritten or removed anymore during a running...

read more

Suppressing Errors

With cmdlets, suppressing errors seems easy: simply add the –ErrorAction Ignore parameter. However, it turns out that this doesn’t...

read more
1 27 28 29 30 31 198