You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I would like to use some additional attributes for an AD User (like "Department" or "Home Directory"), but I can't find any WMI Query for the "Windows_User" pattern to obtain all this additional data.
From that WMI Query (SELECT * FROM Win32_UserAccount), it returns only 16 attributes but I would like to return all the attributes for an AD User.
I also wrote an additional custom pattern to re-use this additional data but without the correct source of data I'm stuck with this problem.