database-tools

Object Magic (Part 2)

Via the secret “PSObject” property, you can get detailed information about object members. For example, if you’d like to know...

read more

Object Magic (Part 1)

In PowerShell, most data are represented as PSObjects, a specific object “wrapper” added by PowerShell. To get to this specific wrapper,...

read more

Encrypting Text (Part 2)

This is the second part of our text encryption/decryption series. In the first part you learned how you can safely encrypt text on a machine. Now...

read more

Simple PowerShell Chat

Here’s a fun PowerShell script that you can use to create a simple multi-channel chat room. All you need is a network share where everyone has...

read more
1 45 46 47 48 49 198