Setting SSH Private Key ACLs in PowerShell
In this post, I demonstrate how I use PowerShell to set the ACL on a SSH private key file, in order to use it to run a SOCKS proxy using SSH.
Computer programming and coding
In this post, I demonstrate how I use PowerShell to set the ACL on a SSH private key file, in order to use it to run a SOCKS proxy using SSH.
In this post, we will take a look at the concept of functional programming and how to write a basic function in PowerShell.
I will try to keep this list up-to-date with training resources for different areas that could benefit students and professionals of cybersecurity and IT
In this post, I go over the fundamentals of object-oriented programming and some simple ways to interact with objects in PowerShell
In this post, I go over the fundamentals of programming using PowerShell and demonstrate why it's a great way to learn to code
In this post, I discuss why PowerShell makes a great first programming language