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

winforms - C# Form - Property Change -

c# - NewtonSoft JArray - how to select multiple elements with LINQ -

javascript - amcharts makechart not working -