Thank you! I actually just got CredSSP working, so much easier!

On Monday, June 12, 2017 at 3:06:20 PM UTC-7, Jordan Borean wrote:
>
> The switch to enable CredSSP when running ConfigureRemotingForAnsible.ps1 
> is 
>
> powershell.exe -ExecutionPolicy Bypass -File ConfigureRemotingForAnsible.ps1 
> -EnableCredSSP
>
> You can also just enable it manually by running
>
> Enable-WSManCredSSP -role server -Force
>
> As for your Kerberos I find if your DNS isn't set correctly and you have 
> SPN issues then you are going to have a bad time. You can use
>
> setspn -L COMPUTERACCOUNT
>
> where COMPUTERACCOUNT is the account in AD for the host to see a list of 
> SPN's registered to that host.
>

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/436fff1b-69ac-4f4c-9d49-5fd4934cab89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to