I want to get the objectguid of a user as soon as it is created. I don't want to search again in AD after creating user to get objectguid. Is it possible to get objectguid in same request when we create user or do I need to search again with user's DN?. I am
using these namespaces :-
using System.DirectoryServices.AccountManagement;
using System.DirectoryServices;
using System.DirectoryServices.Protocols;
using System.DirectoryServices.AccountManagement;
using System.DirectoryServices;
using System.DirectoryServices.Protocols;