winrm get winrm/config/service

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 = true
        Kerberos = true
        Negotiate = true
        Certificate = false
        CredSSP = false
        CbtHardeningLevel = Relaxed
    DefaultPorts
        HTTP = 5985
        HTTPS = 5986
    IPv4Filter = *
    IPv6Filter = *
    EnableCompatibilityHttpListener = false
    EnableCompatibilityHttpsListener = false
    CertificateThumbprint
    AllowRemoteAccess = true

winrm enumerate winrm/config/Listener

Listener
    Address = *
    Transport = HTTP
    Port = 5985
    Hostname
    Enabled = true
    URLPrefix = wsman
    CertificateThumbprint
    ListeningOn = 127.0.0.1, 129.65.138.91, ::1


Listener
    Address = *
    Transport = HTTPS
    Port = 5986
    Hostname = RM100B2
    Enabled = true
    URLPrefix = wsman
    CertificateThumbprint = B33FC6258B1CD23BA3191BD0FCBCC27E530432BC
    ListeningOn = 127.0.0.1, 129.65.138.91, ::1

Write-Host "Signature Algorithm: 
$($certificate.SignatureAlgorithm.FriendlyName)"
Signature Algorithm: sha1RSA

Write-Host "Valid To: $($certificate.NotAfter.DateTime)"
Valid To: Wednesday, January 03, 2018 4:38:29 AM

>From pip list:
requests-ntlm (0.3.0)
pywinrm (0.2.2)
ntlm-auth (1.0.4)



On Thursday, June 8, 2017 at 1:47:04 PM UTC-7, Jim Heald wrote:
>
> So I am running into a very strange issue. Using ntlm I cannot get any 
> successful authentication through Ansible -- even with the local admin 
> user, which works over SSL.
>
> I have tried following the steps here 
> <https://github.com/ansible/ansible/issues/16478> to no avail. I tried 
> granting my specific user full access, I tried with a user that should be 
> in the Domain Admins group, nothing. Any suggestions?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/817545ef-cbd8-4560-9482-f76914ba1c63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to