Powershell

RSAT Tools Built-In

The Remote Server Administration Tools (RSAT) used to be an external download that added two important PowerShell modules: ActiveDirectory and...

read more

Get Hashes from Texts

Before the advent of PowerShell 5 (and Get-FileHash), to calculate hashes for strings and files, you’d need to resort to pure .NET methods....

read more

Creating Hashes from Text

A hash is a way to uniquely identify a text without exposing the actual text. Hashes are used to identify texts, find duplicate file content, and...

read more

Compare AD User

Did you ever want to compare the properties of ADUsers? Provided you have installed the RSAT tools, you can read individual AD users with...

read more
1 21 22 23 24 25 130