PowerShell – Unable to resolve package source

"WARNING: Unable to resolve package source ‘https://www.powershellgallery.com/api/v2’

Problem When attempting to install a PowerShell module I was getting following message. In my case this was happening when attempting to install the “sqlserver” module on a Windows 2016 server. “WARNING: Unable to resolve package source ‘https://www.powershellgallery.com/api/v2’ Solution The …

Read more

Python Port Scanner

Python Port Scanner

Below you will find an example of how to code a basic port scanner using Python. I coded this in the hope it would serve as an introduction to Python while creating something a bit more interesting than a guess …

Read more