Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neues CliCtr connectet nicht, altes funktioniert... #141

Open
horst789github opened this issue Nov 19, 2019 · 15 comments
Open

Neues CliCtr connectet nicht, altes funktioniert... #141

horst789github opened this issue Nov 19, 2019 · 15 comments

Comments

@horst789github
Copy link

horst789github commented Nov 19, 2019

Habe ein Problem, dass ich auf manche Server mich nicht mit dem neuen Client Center Connecten kann:
Connecting to remote server XXX failed with the following error message : The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic

ich habe dann auch auf Enable WinRM gedrückt und geht trotzdem nicht.

Mit dem alten Client Center geht der connect wunderbar.

Was hat sich geändert? Was mach ich falsch?
bzw kannst du vielleicht ein Update bringen, dass wenn der connect nicht funktioniert, er sich auf die alte weiße verbindet?

@rzander
Copy link
Owner

rzander commented Nov 19, 2019

Definiere neues und altes ClientCenter ?!
Ich nehme an, das neue ist das sccmclictr (welches nun auch schon ein paar Jahre auf dem Buckel hat) und das alte ist das smsclictr ?!

Das neue verbindet sich via WinRM Windows RemoteManagement). WinRM ist auf Client Betriebsystemen nicht automatisch aktiviert. Zum aktivieren: Enable-PSRemoting -Force versuchen...

Zum testen einfach versuchen einen Client mit PowerShell zu verbinden: Enter-PSSession -ComputerName {Name des Computers} ... erst wenn das geht, wird auch sccmclictr unktionieren...

@horst789github
Copy link
Author

danke, geht leider auch mit PSSession nicht, auch nachdem man den Befehl absetzt, gehts nicht und es steht: "Already set up"
da muss ich wohl an die Firewall Jungs mal schreiben...

wäre so ein Workaround möglich noch auf eine alte Connect variante einzubauen?

@rzander
Copy link
Owner

rzander commented Nov 20, 2019

Das geht leider nicht, das "neue" ClientCenter baut auf PowerShell... das alte verwendet WMI abfragen... Das sind zwei komplett unterschiedle Tools.

@horst789github
Copy link
Author

danke

@horst789github
Copy link
Author

habe das problem sogar auf einem server wenn ich es lokal ausführe (also kein remote/firewall geschichte)
grafik

@rzander
Copy link
Owner

rzander commented May 27, 2020

Kannst Du via PowerShell verbinden : Enter-PSSession -ComputerName {Name des Computers} ? Fehlermeldung ?

@horst789github
Copy link
Author

grafik
es kommt die gleiche Meldung wie ganz oben ursprünglich geschrieben:

Connecting to remote server XXX failed with the following error message : The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic

@rzander
Copy link
Owner

rzander commented May 27, 2020

  • läuft der WinRM Service (Windows Remote Management (WS-Management))?
  • ev. hilft ein: winrm quickconfig

@horst789github
Copy link
Author

grafik
das remote nicht geht, kann ich ja noch verstehen (firewall was auch immer), aber warum geht es nicht lokal

@rzander
Copy link
Owner

rzander commented May 27, 2020

Steht irgendwas im EventLog ?
WinRM kann unterschiedlich konfiguriert sein, mach mal ein winrm get winrm/config ...
in meinem Lab schaut die Konfig so aus:

Config
    MaxEnvelopeSizekb = 500
    MaxTimeoutms = 60000
    MaxBatchItems = 32000
    MaxProviderRequests = 4294967295
    Client
        NetworkDelayms = 5000
        URLPrefix = wsman
        AllowUnencrypted = false
        Auth
            Basic = true
            Digest = true
            Kerberos = true
            Negotiate = true
            Certificate = true
            CredSSP = false
        DefaultPorts
            HTTP = 5985
            HTTPS = 5986
        TrustedHosts = *
    Service
        RootSDDL = O:NSG:BAD:P(A;;GA;;;BA)(A;;GR;;;IU)S:P(AU;FA;GA;;;WD)(AU;SA;GXGW;;;WD)
        MaxConcurrentOperations = 4294967295
        MaxConcurrentOperationsPerUser = 1500
        EnumerationTimeoutms = 240000
        MaxConnections = 300
        MaxPacketRetrievalTimeSeconds = 120
        AllowUnencrypted = false
        Auth
            Basic = false
            Kerberos = true
            Negotiate = true
            Certificate = false
            CredSSP = false
            CbtHardeningLevel = Relaxed
        DefaultPorts
            HTTP = 5985
            HTTPS = 5986
        IPv4Filter = *
        IPv6Filter = *
        EnableCompatibilityHttpListener = false
        EnableCompatibilityHttpsListener = false
        CertificateThumbprint
        AllowRemoteAccess = true
    Winrs
        AllowRemoteShellAccess = true
        IdleTimeout = 7200000
        MaxConcurrentUsers = 2147483647
        MaxShellRunTime = 2147483647
        MaxProcessesPerShell = 2147483647
        MaxMemoryPerShellMB = 2147483647
        MaxShellsPerUser = 2147483647

@horst789github
Copy link
Author

grafik

@rzander
Copy link
Owner

rzander commented May 27, 2020

typo !! Befehl lautet: winrm get winrm/config

@horst789github
Copy link
Author

grafik

@rzander
Copy link
Owner

rzander commented May 27, 2020

Gemäss ScreenShot hast Du keine TrustedHosts.... Bei mir steht TrustedHosts = *

@horst789github
Copy link
Author

  • ist jetzt gesetzt, geht mit der gleichen meldung immernoch nicht
    grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants