Today I will show you how to ensure that TLS1.2 is enabled. I will write a short script to perform a check and remediate if ESXi hosts are still using legacy security protocols. Please like and share to spread the knowledge in the community. If you want to chat with me please use Twitter: @AngrySysOps…
Read moreTag: TLS1.2
PowerShell – WARNING: Unable to resolve package source ‘https://www.powershellgallery.com/api/v2’.
I was going to update the PowerCLI module to version 12.5 once I received the above error. The first thing I was going to try was to upgrade the PowerShellGet version. This resulted in the same error. To solve this issue we need to force PowerShell to use TLS 1.2 at least. To do so…
Read more