My PowerShell TLS module doesn't seem to contain the cmdlet Get-TlsCipherSuite
:
PS> (Get-Module tls).ExportedCommands Key Value --- ----- Disable-TlsSessionTicketKey Disable-TlsSessionTicketKey Enable-TlsSessionTicketKey Enable-TlsSessionTicketKey Export-TlsSessionTicketKey Export-TlsSessionTicketKey New-TlsSessionTicketKey New-TlsSessionTicketKey
But I'm not sure how I can update it.
I am on PS 5.1
Major Minor Build Revision ----- ----- ----- -------- 5 1 14409 1018
I have attempted
PS> Update-Module tls Update-Module : Module 'tls' was not installed by using Install-Module, so it cannot be updated.
Edit:
I think this is a limitation of Server 2012 R2 as the cmdlet is not listed under 2012 here
https://learn.microsoft.com/en-us/powershell/module/tls/?view=win10-ps
However, it is listed for 2016. Is there a way to import this command to 2012 R2?