none
PowerShell Remoting Issue RRS feed

  • Frage

  • Hallo,

    ich habe ein Problem mit PS Remoting. Vorhanden sind:

    PC A: Windows Server 2016, Domain A
    PC B: Windows Server 2016, Domain B

    Nun brauche ich hier PS Remoting, PC A versucht den Befehl auszuführen.
    Ich habe dazu auf PC A alle Hosts als Trusted gesetzt mit: set-item wsman:\localhost\client\trustedhosts *
    sowie in die Hosts-Datei PC B eingetragen.

    Wenn ich nun auf PC A zum Testen den Befehl New-PSSession -computername PC B eintrage, bekomme ich folgende Meldung:

    New-PSSession : [PCB] Connecting to remote server vm_ta_srvl1.obtv.com failed with the following
    error message : WinRM cannot process the request. The following error occurred while using Kerberos authentication:
    Cannot find the computer vm_ta_srvl1.obtv.com. Verify that the computer exists on the network and that the name
    provided is spelled correctly. For more information, see the about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -computername PCB
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : NetworkPathNotFound,PSSessionOpenFailed

    Hat jemand eine Idee, warum das nicht funktioniert?

    Vielen Dank 

    Mittwoch, 22. August 2018 12:37

Alle Antworten