Thanks sinhaa, I tried the one you provided in WFA but got this:
$aduser = Get-ADUser -Filter {samAccountName -eq $user} -Properties mail |Select-Object "mail"
Get-WFALogger -Info -message $aduser.mail
The term 'Get-ADUser' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
This exact cmd does work within powershell and returns the email from the $user:
$aduser = Get-ADUser -Filter {samAccountName -eq $user} -Properties mail |Select-Object mail
Thank You,
John Marotta
USAA, Storage Management
913-2596