如何使用PowerShell脚本获取ADUser中描述(Description)与抬头(Title)值不相符的用户列表。

Make a PowerShell script, report every user account whose Description is not equal to Title, report the list to a CSV file for reporting. And then make the script update the user account in such a situation to match their Description field to their Title.