ps1

Sorting Tricks (Part 4)

In the previous tip we showed that Sort-Object accepts property names, hash tables or plain script blocks to sort things, and we used script blocks...

read more

Sorting Tricks (Part 3)

In the previous tip we showed that Sort-Object accepts property names, hash tables or plain script blocks to sort things. Let’s check out why...

read more

Sorting Tricks (Part 2)

In the previous tip we showed how Sort-Object can sort multiple properties, and how you can use hash tables to control sort direction individually...

read more

Sorting Tricks (Part 1)

Sort-Object is your cmdlet to sort things: simply specify the property you like to sort, and Sort-Object covers the rest, including picking the...

read more

Hashing Text

PowerShell comes with Get-FileHash which reads a file and calculates a unique hash value. That’s great to test whether files have identical...

read more
1 6 7 8 9 10 128