Recent posts

PowerShell string concatenation

2 minute read

Concatenating strings in PowerShell is a common task in this short post I will give some tips to avoid the performance penalty associated with the task

PowerShell parse EML files

4 minute read

EML are a proprietary, and almost, obsolete used to represent an email message in encoded format which is not easy to parse for automation purposes

PowerShell load .Net Assembly

5 minute read

How to load external assemblies in PowerShell to extend functionality and leverage functionalities not available in PowerShell.

Convert a secure string to plain text

less than 1 minute read

In my previous post I have described how we can create a credential object part of the process involved creating a secure string object like this