Windows boostrap and computer name

Can anyone share how they handle passing Computer Name at bootstrap for renaming on a new server? Thx for any help

Use the -N option

knife boostrap -N 'node01'

We then have an ad-join cookbook that will rename the machine name to match the chef name

Thanks Spencer