I would like to append and _*** the username based on department selected. Right now my first set of the business rule is to update the user logon name, but it is not setting it for everything. I would like the UPN to also include the _***.

sAMAccountName=geppernator_OSU
userPrincipalName=geppernator@pharmacy.arizona.edu

Thanks,

Tony

by (480 points)

1 Answer

by (216k points)
0 votes

Hello Tony,

Currently, your Business Rule updates only the User Logon Name (pre-Windows 2000) property (ldap name sAMAccountName). In addition to that, your Business Rule needs to also update the User Logon Name property (ldap name userPrincipalName). If you are having difficulties with adding this to your Business Rule, you can post here or email us to support[at]adaxes.com a screenshot of your current Business Rule so that we could provide you detailed instructions.

Related questions

Update user information - we control the user role via the description of the AD user. Now, when a trainee changes departments, we want to create an automatic process ... much for your reply. Best regards, Kevin Mernit Translated with DeepL.com (free version)

asked Sep 3 by KEME (100 points)
0 votes
1 answer

Hello, We've previously had assistance in implementing a method to transfer email addresses to a specified user via a powershell script for our on-prem Exchange. This has ... $user.SetInfo() Please let me know if you require more clarification. Regards, Josh

asked Aug 25 by jtop (720 points)
0 votes
1 answer

I'm wanting to store information in a custom user attribute in Entra ID but I'm wondering if this is possible within a "Update the user" action in Adaxes? ... PowerShell? https://learn.microsoft.com/en-us/entra/external-id/customers/concept-user-attributes

asked Dec 11, 2024 by smcfarland (60 points)
0 votes
1 answer

Hello, I'm trying to create a business rule that will update a user account expiry date when that user logs in for the first time. I'm new to Adaxes, so I don't have a ... updated by a user's action, such as "Last Logon". Is it possible to make this work?

asked Mar 6, 2024 by sjjb2024 (60 points)
0 votes
1 answer

I'm looking at this onliner Set-AdmUser -Identity $DN -Replace @{AADPHoto = $photoBytes} -AdaxesService localhost -Server. I get an illegal operation error. Wondering what I ... the photo in AD and Azure at the same time to avoid waiting for synchronization.

asked Jan 30, 2024 by mightycabal (1.2k points)
0 votes
1 answer