Hello,
I am trying to use PAD to create local AD users. When the users are created, the UPN suffix isn't added. I am trying to resolve this by using a PowerShell command.
Set-ADUser -Identity %FirstName%.%LastName% -Replace @{userPrincipalName="%FirstName%.%LastName%@ADLAB.NET"}
When I run this command in unattended mode, it adjusts the AD entry to include the suffix. When I run the flow in unattended mode - the flow completes without issue but the change doesn't happen.
Is there a way to adjust this to work or somewhere else in PAD I can set the UPN?

Report
All responses (
Answers (