Hello there,
the documentation for the ad-connector says that the mail attribute of a ad user is mapped to the email property of class Microsoft.AD.User. If I call an user object there appears no email property.
$class = Get-SCSMClass -name "Microsoft.AD.User"
Get-SCSMClassInstance -class $class -filter 'UserName -eq "firstname.lastname"' | select *
Is there a way to customize the ad connector?