Certificate Authentication - PowerShell

Once you have this thumbprint, you can authenticate to the remote computer by using either the Invoke-Command or New-PSSession cmdlets with the -CertificateThumbprint parameter, as shown below. Note: The Enter-PSSession cmdlet does not appear to work with this parameter. ................
................