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

Finding Empty AD Groups [PowerShell]

Powershell

In this post I will share a short bit of PowerShell to discover empty, used Active Director groups. This post will be short and to the point! Pre-requisites Before you can use the Active Directory Cmdlets you will either need …

Read more