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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -