Ansible - win_get_url copy file from network share

Jon,

If you can find the correct group for accessing with a domain account, please let us know.

Using trond’s script, I’m able to connect using an admin account local to the box, but the domain account (which is also in the local Administrator’s account) always fails to authenticate.

Thanks!

Damon

Hi Damon,

We seem to have started a separate thread here.

As posted to the previous thread:

Hi,

I think you may have hit this issue: https://github.com/ansible/ansible/issues/8588

The name of the group I mentioned in previous post is WinRMRemoteWMIUsers__

on the windows host you want to manage, you need to run the following:
net localgroup WinRMRemoteWMIUsers__ /add DOMAINNAME\domainusername
(where DOMAINNAME is the name of your domain and domainusername is the domain user you want to be able to use WinRM)

Hope this helps,

Jon