One of the user was facing issues sending email from the scanner, all the associates in team was able to receive the files that were scanned and sent to their email except one user.
Verified and found that the target address was set in-correctly in AD. It didn’t match the setting on the exchange.
Get-ADUser userid -properties * -server domain.com | tar*
Output was reflecting with questions marks inbetween.
Issue was fixed after replying it on the exchange by clicking ok
Executing the below command again, gave the correct email address in the output
Get-ADUser userid -properties * -server domain.com | tar*
Thanks,
WintelAdmin
Facebook Comments