Recent posts

SSH Connection Manager in Command Line

1 minute read

Managing multiple SSH connections and hosts can sometimes be problematic. In this post, I will show how you can easily save multiple connections directly in ...

PowerShell - Generate Unique UPN

5 minute read

In this short post I will share two new cmdlets I have developed to generate forest wide unique UPN handling the different edge cases.

PowerShell - Get day of weekday

less than 1 minute read

In this short post we will see how we can use PowerShell to get an integer representing the number associated with the day of the week for the current date.