Powershell

Translating Data

Hash tables and dictionaries are perfect lookup tables: whenever your original data contains cryptic numbers or a command returns just numeric...

read more

Storing Any Text Encrypted

Let’s say your script needs sensitive input like connection strings for a database or other text information. One way of managing such secrets is to...

read more

Dumping Edge Cookies

If you’d like to find out (or document) the website cookies stored by the Edge browser, PowerShell can dump that information for you. The cookie...

read more

Managing File Shares

The Windows operating system ships with the “Storage” PowerShell module which can be used both from Windows PowerShell and PowerShell 7. One of the...

read more