Skip to content

Getting Non-Default Attributes/Properties #2

@cradixus

Description

@cradixus

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions