c# - Is it possible to get Group Notes from Active Directory? -
c# - Is it possible to get Group Notes from Active Directory? -
active directory groups have 'notes' property available through interface (see image below)
is possible retrieve info in c#?
i can't seem find property holds it. i've tried using system.directoryservices.directoryentry , system.directoryservices.accountmanagement.groupprincipal objects none of them seem have it.
there property called info holds info shown within field. added advertisement object if value available.
if see elements have text within field. open advertisement browser (start dsa.msc) , open new search. alter selection within "find" combobox custom search, click on advanced , come in text info=*. you'll list of elements having field.
c# active-directory directoryservices
Comments
Post a Comment