Using c# System.DirectoryServices to retrieve Group Notes -


I need to create a process to retrieve the AD Group Notes field

I have looked up those questions and they do not answer my question

I just need to read the data and search on group names, but then Is able to use the notes to work forward.

  var context = new principal context (context type.dmen, "???", "???", "???"); Var insGroupPrincipal = New groupPriniport (reference) {name = "-Poponpan - * - Global"}; Var insPrincipalSearcher = new principal {QueryFilter = insGroupPrincipal}; Var Results = insPrincipalSearcher.FindAll (); Leading (various results in P) {Console.WriteLine (P); }  


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -