Forum Discussion

Dave11's avatar
Dave11
Copper Contributor
Jun 17, 2020

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...

Resources