-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I see in AADGraphUser.psm1, this is the backbone of the Get-AADUser function:
Get-AADObject -Type "users"
However, the attribute I'm interested in (thumbnailPhoto) doesn't seem to be included by default.
With Get-ADUser, I would use the "-Properties" parameter to include the thumbnailPhoto attribute:
Get-ADUser "matt.wilson" -Properties thumbnailPhoto
Is there a similar method we can use to achieve the same result with AADGraph? NOTE: Keep in mind that once I'm able to GET the thumbnailPhoto attribute, I'll next want to be able to SET it. ;-)
Thanks for your help!
Matt
Metadata
Metadata
Assignees
Labels
No labels