database-tools

Finding File Duplicates

In the previous tip we explained how the Get-FileHash cmdlet (new in PowerShell 5) can generate the unique MD5 hash for script files. Hashes can be...

read more

Creating MD5 File Hashes

MD5 file hashes uniquely identify file content and can be used to check whether file content is identical. In PowerShell 5, there is a new cmdlet...

read more

Creating Leading Zeros

Did you ever need to convert numbers into strings with leading zeros, for example to compose server names? Simply use PowerShell’s...

read more
1 79 80 81 82 83 198