About 222,000 results
Open links in new tab
  1. powershell - get-aduser using emailaddress - Stack Overflow

    Dec 19, 2017 · What kind of format are you getting this information in? Personally, I like to make a temporary file then query using a variable in the for loop. For instance, if I had a file that was a …

  2. Pattern matching email address using regular expressions

    Filter email address with regular expressions: I am new to regular expressions and was hoping someone might be able to help out. I am trying to pattern match an email address string with …

  3. How do ldap search for email address in contacts' 2nd/3rd …

    I have an LDAP server with my email contacts so that I can lookup contacts by name/email, etc. However, it only seems to search and find the first email address for any contact. For example, …

  4. ElasticSearch search email by full match - Stack Overflow

    Jul 7, 2016 · I need to search contacts by email. According to ES documentation the best way to achieve that is using uax_url_email tokenizer. Here is my index settings: settings: { index: { …

  5. Jira Find Users API call querying an email address that includes a …

    Jun 9, 2021 · It seems like adding the + is translated by the Jira API into an OR search for two different fragments of text. How can I search for users on the Jira Rest API having an email …

  6. How to find an email address from an Exchange user in Outlook …

    I am trying to import a contact's email address based on an input name. I found code that looks up the information in the contacts folder. I need it to lookup a contact in the Global Address List t...

  7. Find a user in Azure Active Directory based on any of their email …

    Dec 6, 2023 · 1 I needed to find a user based on their email address (to which they had received a license) and then connect that back to their primary identity for our internal billig. In AD there …

  8. Search by Email address with urn:schemas - Stack Overflow

    Aug 14, 2020 · I found this code from Ricardo Diaz. It runs through. I would like to search for the latest email I received or sent to a specific email address as opposed to search by subject. I …

  9. Regular expression to find email address in a string

    Thanks Ruakh, yes your regular expression does match the email address. But I needed a regular expression to search for our email address in the email header which contains CC: , TO: and a …

  10. linux - Using grep to find all emails - Stack Overflow

    Mar 24, 2015 · This is a bad answer. It converts [email protected] to [email protected], dropping the fred+. The use of plus signs is very common with Gmail. …