Advertisement
bluethundr12

Untitled

Mar 8th, 2021
1,423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Enter-PSSession -ComputerName IPADDRESS -Credential IPADDRESS\Administrator                                    Enter-PSSession : Connecting to remote server IPADDRESS failed with the following error message : The WinRM client cannot process the request. If the authentication scheme is different from Kerberos, or
  2. if the client computer is not joined to a domain, then HTTPS transport must be used or the destination machine must be added to the TrustedHosts configuration setting. Use winrm.cmd to configure TrustedHosts.
  3. Note that computers in the TrustedHosts list might not be authenticated. You can get more information about that by running the following command: winrm help config. For more information, see the
  4. about_Remote_Troubleshooting Help topic.
  5. At line:1 char:1
  6. + Enter-PSSession -ComputerName IPADDRESS -Credential IPADDRESS ...
  7. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8.     + CategoryInfo          : InvalidArgument: (IPADDRESS:String) [Enter-PSSession], PSRemotingTransportException
  9.     + FullyQualifiedErrorId : CreateRemoteRunspaceFailed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement