How to Enable PowerShell Logging

In this post, I will cover the different types available and the methods available to enable PowerShell logging. I will also provide examples and additional tips for effective PowerShell logging. What is PowerShell Logging? As the name suggests, PowerShell logging …

Read more

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