I would like to have a business rule check before a new user is created to see if the ExtensionAttribute4 value(we use this like a primary key across our 3 domains) of the new user matches any existing user across the Org(3 domains, not in same forest, all in Adaxes), including expired/disabled accounts. If it does match an existing ExtensionAttribute4 do not create the user and display an error stating a duplicate user has been found. I'm assuming I can do this with a Business Rule set to before new user account is created, using the PowerShell Script return true option, I just don't know what to put in the PowerShell script.