posts

Negating Variables

Let's assume you have a variable with a negative value, and you'd like to make it a positive value. Here's a simple way: Basically, this...

Finding Unused Drive Letter

Here's a simple way of finding unassigned drive letters: If you just want any unused drive letter, pipe the result to Get-Random. This approach...

Examining Certificates

Here's how you can pick a certificate from your certificate store. This line will return certificates that have "Tobias" in the...

1 67 68 69 70 71 80