HOWTO use adfind and admod to set the Active Directory 'mail' attribute based on the surname and givenName attributes

adfind -adcsv -b "OU=some-OU,DC=example,DC=com" -f objectCategory=user sn givenName | admod mail::{{givenName}}.{{sn}}@example.com