Use a hello certificate for ssh and setup your github repo
Generate the ssh key from a Windows Hello certificate Setup the SSH-Agent service Add the ssh key to GitHub Configure the local git repo References Recently, I need to setup SSH keys on m...
Generate the ssh key from a Windows Hello certificate Setup the SSH-Agent service Add the ssh key to GitHub Configure the local git repo References Recently, I need to setup SSH keys on m...
This is a quick note for anybody looking for a solution to zip large files over 2G. In PowerShell, you can typically use the Expand-Archive or Compress-Archive to zip files. This method typically ...
While windows 11 is not yet released I came across a frustrating issue when I was attempting to install a PowerShell module in PS 7.1.4. If you have the Windows Security feature Ransomware protecti...
Today I wanted to discuss a couple of PowerShell tools I needed to utilize this week, Find-Module and Save-Module. These are powerful tools if you’re working with a restricted environment and don’...
This week I took the opportunity to finally setup my server and make it truly useful. This server is going to act as a jump box where I can connect from my management network to the lab and operat...
If your a users of Microsoft’s Visual Studio Code (VSCode) then you may have noticed that there are a lot of useful extensions in it’s marketplace. As of September 2020, it had approximately 20,69...