Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Update PowerShellGet module in PowerShellLab #216

Closed
jdhitsolutions opened this issue Apr 29, 2020 · 4 comments
Closed

Update PowerShellGet module in PowerShellLab #216

jdhitsolutions opened this issue Apr 29, 2020 · 4 comments
Assignees

Comments

@jdhitsolutions
Copy link
Collaborator

It looks like the PowerShellGet module in the PowerShellLab VMs needs to be updated. Without the newer versions I think some PowerShell commands will fail.

@jdhitsolutions
Copy link
Collaborator Author

DOM1 at least might need to have TLS configured

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

@lee-kendall
Copy link

DOM1 at least might need to have TLS configured
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

Thanks for this, I had issues today trying to install the MSonline module as part of the ADFS training lab. Enabling TLS1.2 on my 2016 server solved the problem

@jdhitsolutions
Copy link
Collaborator Author

I found the registry settings that I think I can make during setup that should take care of this.

@jdhitsolutions
Copy link
Collaborator Author

All configurations will have registry settings to configure this TLS setting in v4.10.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants