Hi
I am trying to call chef-client remotely from my workstation using following command:
knife winrm 'FQDN' 'chef-client' -m -x 'domain/username' -P 'password'
and I am getting following error:
ERROR: RuntimeError: Error: SEC_E_INTERNAL_ERROR
- What am I doing wrong?
- Is there a better way to do it?
Regards
Manish Mehra