Home Analyst Portal
Options

Create request on behalf of: - Remove Group from picker

Brian_WiestBrian_Wiest Customer Super IT Monkey ✭✭✭✭✭
Looking to see if possible to remove groups as affected user from the picker. But possible option would be to limit the picker to only AD objects that contain "User" in the OU.

Best Answer

Answers

  • Options
    Brian_WiestBrian_Wiest Customer Super IT Monkey ✭✭✭✭✭
    Sweet didn't realize that it was just a SQL select. 
    So since my main goal was stop affected users being accounts without email address's updated to
    (DisplayName LIKE '%' + @Query + '%' OR UserName LIKE '%' + @Query + '%') AND EmailAddress1 IS NOT Null

    Getting the results I needed. 
Sign In or Register to comment.