About 81,600 results
Open links in new tab
  1. active directory - On premise AD objectGUID is different than …

    Dec 18, 2018 · We used objectGUID in AD to uniquely identify the users and groups. We also maintain the group memberships using objectGUID. When querying Microsoft tenant using …

  2. Getting the ObjectGUID of the current user - Stack Overflow

    Jan 4, 2021 · I am looking for a simple and fast way to retrieve the ObjectGUID of the current user without using a modul on a domain-joined computer. By using a modul I am able to retrieve …

  3. Storing and retrieving Active Directory objectGUID in SQL Server

    Nov 25, 2014 · 0 I'm also storing objectGUID from AD into SQL server in my project and i use uniqueidentifier. (However I don't use OpenQuery but instead using a windows service to …

  4. mobile - How do I convert an Active Directory objectGuid to a …

    Apr 19, 2016 · How do I convert an Active Directory objectGuid to a readable string? Asked 12 years, 3 months ago Modified 9 years, 7 months ago Viewed 27k times

  5. .net - Searching for a objectGUID in AD - Stack Overflow

    The forums accompanying the excellent The .NET Developer's Guide to Directory Services Programming (Joe Kaplan / Ryan Dunn) is an excellent source for information like this. Check …

  6. ldap - active directory filter with objectGUID encoded as specified …

    Feb 18, 2013 · I'm using java ldap to access active directory, more specifically spring ldap. a group search by objectGUID yields no results when the filter is encoded as specified in …

  7. How to get decoded objectGUID from Active directory using …

    Oct 23, 2015 · Scenario 1: I am able to obtain objectGUID from active directory but it's not in readable string format. Also we need to store it in db with decoded format. With the given …

  8. c# - Object GUID from AD for a user - Stack Overflow

    Dec 1, 2014 · The data from SearchResult object after querying AD is giving me the objectguid but this is not exactly a GUID in .net terms. I had to change it to a proper guid so that I used it …

  9. c# - How to change the objectGUID - Stack Overflow

    May 19, 2011 · The objectGUID attribute is a system attribute also called operational attribute in LDAP vocabulary. This means that it's setup by the Directory itself during object creation and …

  10. saml - Send GUID in custom ADFS claim rule - Stack Overflow

    Jan 21, 2020 · Is it possible to send GUID (Active Directory field ObjectGUID) in ADFS custom claim rule as string like "00fecc2a-195e-4c88-a10b-981a6881fa00" and not encoded in base64 …