I have a strange situation. On my windows machine, if I try to bootstrap a node using the following command:
'''knife bootstrap ipaddress -x username -P password --sudo -N nodename'''
I get the following error:
'''Chef Infra Client cannot execute without accepting the license'''
and the bootstrap fails. If I do the exact same command from my Mac it works as expected. All of the other knife commands work find on my windows workstation. I'm running Chef Infra Client 15.6.10 on Windows. Any idea what I've messed up?