0 votes

Using this code: $UserAD = $Context.BindToObjectByDN($DNAD) $UserAD.Put("thumbnailPhoto", $photoBytes) $UserAD.SetInfo() I doesn't create a log in adaxes of the photo being updated. I know it's something simple but I can't remember or find it in my support emails.

ago by (1.1k points)

1 Answer

+1 vote
ago by (305k points)

Hello,

To apply Adaxes functionality (create log records, trigger business rules, etc.), you need to pass the operation through the Adaxes pipeline. To do that, bind to the user as follows:

$UserAD = $Context.BindToObjectByDNEx($DNAD, $True)

Related questions

0 votes
1 answer

Is there a way to set this setting to show then end user multiple OUs?

asked May 4, 2023 by mightycabal (1.1k points)
0 votes
1 answer

The rule runs but since the first name and last name are passed as parameters, I only get the sequential # as a userID without the initials.

asked Oct 24, 2024 by curtisa (350 points)
0 votes
1 answer

Or is there another solution to solve this?

asked Sep 15, 2022 by boris (570 points)
0 votes
1 answer

I'd like to run code against the Adaxes service but need to pass my Admin credentials. How do I send different creds than the current user?

asked Jul 27, 2020 by ComputerHabit (810 points)
0 votes
0 answers

Starting from Adaxes 2023, you can manage Azure AD users, groups, and resource mailboxes that are not synchronized with an on-premises AD domain. However, having a registered ... the entire Azure AD domain in the scope of your Microsoft 365 tenant in Adaxes.

asked Feb 16, 2023 by Adaxes (580 points)
3,739 questions
3,417 answers
8,641 comments
550,350 users