Powershell

Sending Mails via Outlook

To send mails via PowerShell, you can use Send-MailMessage. However, this requires that you have access to an SMTP server, and mails sent this way...

read more

Mind Jogging Generator

The human mind can read sentences even if the characters are scrambled as long as the first and last letter of each word stays intact. Here is a...

read more

Inverting Bits

Occasionally it is necessary to invert the bits for a number. Most often, this is part of custom algorithms or checksum calculations. It raises the...

read more

Creating Aligned Headers

Reporting and writing log files is a common task in PowerShell. Here is a simple function to create nicely centered headers. Adjust $width to the...

read more

Create ASCII Art

It’s amazing how versatile PowerShell is: with just a couple of lines of code, you can turn any photo and image into a piece of ASCII art....

read more
1 23 24 25 26 27 130