Forum Discussion
Dave11
Jun 17, 2020Copper Contributor
Which is best method to authenticate the Remote machine
As of now I tried using Wsman commands and it succeed in most cases. Here is the sample code for that: $Password = ConvertTo-SecureString $password -AsPlainText -Force
$Username = $us...
AndySvints
Jun 18, 2020Iron Contributor
Hello Dave11,
I don't think that cross posting will give different or more detailed result: https://powershell.org/forums/topic/which-is-best-method-to-authenticate-the-remote-machine/
My advice is still the same:
Read Secrets of PowerShell Remoting.
Hope that helps.