Certificate Authentication - PowerShell

On the remote computer, run the PowerShell console as Administrator, and enter the following command to enable Certificate authentication: ... 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 ... ................
................